diff options
| author | tmk <nobody@nowhere> | 2013-06-22 16:14:56 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-06-22 16:24:56 +0900 |
| commit | 9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06 (patch) | |
| tree | 5cfd02ffd53d5be7c40453644558319f75b48fa8 /common/eeconfig.h | |
| parent | 2593ae132812414f02e7cf483bb141cd2c78595c (diff) | |
| download | qmk_firmware-9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06.tar.gz qmk_firmware-9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06.zip | |
Add default layer config to bootmagic
Diffstat (limited to 'common/eeconfig.h')
| -rw-r--r-- | common/eeconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/eeconfig.h b/common/eeconfig.h index 526cee783..0b605fc7b 100644 --- a/common/eeconfig.h +++ b/common/eeconfig.h | |||
| @@ -58,8 +58,8 @@ void eeconfig_disable(void); | |||
| 58 | uint8_t eeconfig_read_debug(void); | 58 | uint8_t eeconfig_read_debug(void); |
| 59 | void eeconfig_write_debug(uint8_t val); | 59 | void eeconfig_write_debug(uint8_t val); |
| 60 | 60 | ||
| 61 | uint8_t eeconfig_read_defalt_layer(void); | 61 | uint8_t eeconfig_read_default_layer(void); |
| 62 | void eeconfig_write_defalt_layer(uint8_t val); | 62 | void eeconfig_write_default_layer(uint8_t val); |
| 63 | 63 | ||
| 64 | uint8_t eeconfig_read_keymap(void); | 64 | uint8_t eeconfig_read_keymap(void); |
| 65 | void eeconfig_write_keymap(uint8_t val); | 65 | void eeconfig_write_keymap(uint8_t val); |
