diff options
author | Ryan Miguel <45778591+petmaloo@users.noreply.github.com> | 2020-03-19 12:10:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 01:10:28 +0000 |
commit | 73f903906ee86e70c301da2f1d70a22f58cdbdf1 (patch) | |
tree | f2b820b2dd11a7bc7cdec6782029b47382cbae4d /keyboards/projectkb/alice/config.h | |
parent | 13d736d6ab6180072dabce17491f081fba2a2f38 (diff) | |
download | qmk_firmware-73f903906ee86e70c301da2f1d70a22f58cdbdf1.tar.gz qmk_firmware-73f903906ee86e70c301da2f1d70a22f58cdbdf1.zip |
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
Diffstat (limited to 'keyboards/projectkb/alice/config.h')
-rw-r--r-- | keyboards/projectkb/alice/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. // 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. |