summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/eeconfig.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-04-01 00:27:44 +0200
committerGitHub <noreply@github.com>2017-04-01 00:27:44 +0200
commit2b4efaba53164fc1487df3147ac7ded8bece4272 (patch)
tree48e8fe12880f58ebc7e143d245af5826c20b6f54 /tmk_core/common/eeconfig.h
parentb441468795ed5ca67359d02eb2588844873da3e3 (diff)
parentd1e66e2e0715c680a8da3216525b54fd8f2b671f (diff)
downloadqmk_firmware-2b4efaba53164fc1487df3147ac7ded8bece4272.tar.gz
qmk_firmware-2b4efaba53164fc1487df3147ac7ded8bece4272.tar.xz
Merge pull request #1189 from Zay950/to_push
Unicode input_mode presistance
Diffstat (limited to 'tmk_core/common/eeconfig.h')
-rw-r--r--tmk_core/common/eeconfig.h1
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 */