Expose ISO jumper state over USB.

This commit is contained in:
László Monda
2016-10-20 00:14:01 +02:00
parent 7a6e5523fb
commit f961260443
9 changed files with 72 additions and 1 deletions

View File

@@ -13,5 +13,6 @@
// Variables:
extern key_matrix_t keyMatrix;
extern uint8_t IsoJumperState;
#endif