1
0
Fork 0

Minor cleanup

This commit is contained in:
Nikolaus Wittenstein 2017-02-05 19:55:08 -05:00
parent 8cbf61c919
commit 06d21009b2
3 changed files with 2 additions and 8 deletions

View file

@ -134,13 +134,6 @@ typedef union {
} nkro;
#endif
} __attribute__ ((packed)) report_keyboard_t;
/*
typedef struct {
uint8_t mods;
uint8_t reserved;
uint8_t keys[REPORT_KEYS];
} __attribute__ ((packed)) report_keyboard_t;
*/
typedef struct {
uint8_t buttons;