diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-23 01:51:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-23 01:51:40 +0000 |
commit | 94065ca64a46dabeaf99fc95395cb1cd4a5aa372 (patch) | |
tree | 45b4df2eb0bfabb45354f4672416d25625a1de0e /keyboards/kb_elmo/aek2_usb/config.h | |
parent | e1eb307d74794abda3a33e409f3363c6a065661b (diff) | |
parent | 4a8f540949a22b0f51e654ea6f76ddea9af78748 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kb_elmo/aek2_usb/config.h')
-rw-r--r-- | keyboards/kb_elmo/aek2_usb/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/kb_elmo/aek2_usb/config.h b/keyboards/kb_elmo/aek2_usb/config.h index cf8c9d66f9..9cad5d5c72 100644 --- a/keyboards/kb_elmo/aek2_usb/config.h +++ b/keyboards/kb_elmo/aek2_usb/config.h @@ -52,5 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* reduce VIA layer count because of EEPROM size */ -#define DYNAMIC_KEYMAP_LAYER_COUNT 2 +/* reduce EEPROM usage */ +#define DYNAMIC_KEYMAP_LAYER_COUNT 3 +#define LAYER_STATE_8BIT |