]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/report.h
Include use of either TRS or TRRS
[qmk_firmware.git] / tmk_core / common / report.h
index 0c799eca39af5581cb22912f24ea749524afc11a..8fb28b6ce350b47faf9a5199eddae6a217565686 100644 (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;