summary refs log tree commit diff
path: root/tmk_core
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-03-31 18:27:44 -0400
committerGitHub <noreply@github.com>2017-03-31 18:27:44 -0400
commit2b4efaba53164fc1487df3147ac7ded8bece4272 (patch)
tree48e8fe12880f58ebc7e143d245af5826c20b6f54 /tmk_core
parentb441468795ed5ca67359d02eb2588844873da3e3 (diff)
parentd1e66e2e0715c680a8da3216525b54fd8f2b671f (diff)
Merge pull request #1189 from Zay950/to_push
Unicode input_mode presistance
Diffstat (limited to 'tmk_core')
-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 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 */