X-Git-Url: https://git.donarmstrong.com/?p=tmk_firmware.git;a=blobdiff_plain;f=common%2Fdebug.h;h=472dd478c407c4390600fc30dd89a2c747cb878c;hp=26472c8fa3980725f8eea07e9568b3ee7eb749da;hb=363950982a291c3bfa03ac6362061b1d37dc06b0;hpb=60096e11c77980ca6b54674c5b68248e8aa15d8d diff --git a/common/debug.h b/common/debug.h index 26472c8..472dd47 100644 --- a/common/debug.h +++ b/common/debug.h @@ -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;