diff options
author | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2017-02-05 19:55:08 -0500 |
---|---|---|
committer | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2017-02-05 19:55:27 -0500 |
commit | 06d21009b2198a2941f4c341807ad2290b5967f6 (patch) | |
tree | 809246bc9999dd4429cd2a017fc1d0c62db166ff /tmk_core/common/report.h | |
parent | 8cbf61c91923e5399b158f7f9258096cb0089ce2 (diff) |
Minor cleanup
Diffstat (limited to 'tmk_core/common/report.h')
-rw-r--r-- | tmk_core/common/report.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h index 0c799eca39..8fb28b6ce3 100644 --- a/tmk_core/common/report.h +++ b/tmk_core/common/report.h @@ -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; |