diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-02 23:29:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 23:29:12 +0200 |
commit | 3e41cde9f99778ca30c03b97470c32780379db43 (patch) | |
tree | 18e2376acae06563166b5ea8b8cd6368cb9cddae /tmk_core/common/eeconfig.h | |
parent | e7347ff0de93ff823462b3ff2b4136b44dc576c0 (diff) | |
parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) | |
download | firmware-3e41cde9f99778ca30c03b97470c32780379db43.tar.gz firmware-3e41cde9f99778ca30c03b97470c32780379db43.tar.bz2 firmware-3e41cde9f99778ca30c03b97470c32780379db43.zip |
Merge pull request #19 from qmk/master
Merge from qmk
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 d8caa346f..280dc7ab6 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 */ |