X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fdebug_config.h;h=28bc34cd57ee8576d410030f83d40813bf09d2d0;hb=a58b9ddbd5b725fc603e0b796638a488cdb31b46;hp=43e4c5c554248dd349ad07adc808b5be48293114;hpb=e3f4f7d8c4dd821ff47caa8a22318c674f43a4e9;p=tmk_firmware.git diff --git a/common/debug_config.h b/common/debug_config.h index 43e4c5c..28bc34c 100644 --- a/common/debug_config.h +++ b/common/debug_config.h @@ -27,7 +27,6 @@ extern "C" { /* NOTE: Not portable. Bit field order depends on implementation */ typedef union { - uint8_t raw; struct { bool enable:1; bool matrix:1; @@ -35,6 +34,7 @@ typedef union { bool mouse:1; uint8_t reserved:4; }; + uint8_t raw; } debug_config_t; extern debug_config_t debug_config;