From 35f922df73de8873c875fd692ac14d3b0484a54b Mon Sep 17 00:00:00 2001 From: kb-elmo Date: Tue, 8 Dec 2020 03:51:07 +0100 Subject: add via layout for aek2 usb pcb (#11125) --- keyboards/kb_elmo/aek2_usb/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/kb_elmo/aek2_usb/config.h') diff --git a/keyboards/kb_elmo/aek2_usb/config.h b/keyboards/kb_elmo/aek2_usb/config.h index f7b347f1db..e0fc83f17a 100644 --- a/keyboards/kb_elmo/aek2_usb/config.h +++ b/keyboards/kb_elmo/aek2_usb/config.h @@ -47,3 +47,6 @@ along with this program. If not, see . #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE + +/* reduce VIA layer count because of EEPROM size */ +#define DYNAMIC_KEYMAP_LAYER_COUNT 2 -- cgit v1.2.3