diff options
| author | coderkun <olli@coderkun.de> | 2017-04-01 10:56:29 +0200 | 
|---|---|---|
| committer | coderkun <olli@coderkun.de> | 2017-04-01 10:56:29 +0200 | 
| commit | 605c4129cc89e8fe647881108b0c9c79d4da1aea (patch) | |
| tree | 9af55a60d567bd66b5c8572c04ab63b62abb5a02 /tmk_core/common/eeconfig.h | |
| parent | b0ade6dc9838d4112cbc3093ac3033aa81ef172d (diff) | |
| parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) | |
Merge branch 'master' into coderkun_neo2
Diffstat (limited to 'tmk_core/common/eeconfig.h')
| -rw-r--r-- | tmk_core/common/eeconfig.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tmk_core/common/eeconfig.h b/tmk_core/common/eeconfig.h index d8caa346f9..280dc7ab67 100644 --- a/tmk_core/common/eeconfig.h +++ b/tmk_core/common/eeconfig.h @@ -33,6 +33,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  #define EECONFIG_BACKLIGHT                          (uint8_t *)6  #define EECONFIG_AUDIO                              (uint8_t *)7  #define EECONFIG_RGBLIGHT                           (uint32_t *)8 +#define EECONFIG_UNICODEMODE                        (uint8_t *)12  /* debug bit */ | 
