]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/debug.h
Merge branch 'rn42' into merge_rn42
[tmk_firmware.git] / common / debug.h
index 26472c8fa3980725f8eea07e9568b3ee7eb749da..472dd478c407c4390600fc30dd89a2c747cb878c 100644 (file)
@@ -29,7 +29,6 @@ extern "C" {
 #endif
 
 typedef union {
-    uint8_t raw;
     struct {
         bool enable:1;
         bool matrix:1;
@@ -37,6 +36,7 @@ typedef union {
         bool mouse:1;
         uint8_t reserved:4;
     };
+    uint8_t raw;
 } debug_config_t;
 
 extern debug_config_t debug_config;