From 73f903906ee86e70c301da2f1d70a22f58cdbdf1 Mon Sep 17 00:00:00 2001 From: Ryan Miguel <45778591+petmaloo@users.noreply.github.com> Date: Thu, 19 Mar 2020 12:10:28 +1100 Subject: VIA support for projectkb/alice (#8474) * Create rules.mk Added rules.mk in keymaps/via * Update rules.mk Added new line at the end of the file * Create via\keymap.c Added keymap.c inside the via directory * Update config.h in projectkb/alice Defined VIA eeprom layout size to 2 bits to allow for 4 layout options --- keyboards/projectkb/alice/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboards/projectkb/alice/config.h') diff --git a/keyboards/projectkb/alice/config.h b/keyboards/projectkb/alice/config.h index ed54af2394..262abdeb18 100644 --- a/keyboards/projectkb/alice/config.h +++ b/keyboards/projectkb/alice/config.h @@ -66,6 +66,9 @@ along with this program. If not, see . // Let VIA handle the QMK RGBLIGHT #define VIA_QMK_RGBLIGHT_ENABLE +// 2 bits for 4 layout options +#define VIA_EEPROM_LAYOUT_OPTIONS_SIZE 2 + /* * Feature disable options * These options are also useful to firmware size reduction. -- cgit v1.2.3