aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/projectkb/alice/keymaps/stanrc85/keymap.c2
-rw-r--r--users/stanrc85/rules.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/projectkb/alice/keymaps/stanrc85/keymap.c b/keyboards/projectkb/alice/keymaps/stanrc85/keymap.c
index 667ffe4f6..300362c28 100644
--- a/keyboards/projectkb/alice/keymaps/stanrc85/keymap.c
+++ b/keyboards/projectkb/alice/keymaps/stanrc85/keymap.c
@@ -50,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
50 50
51 [_FN2_60] = LAYOUT_default( 51 [_FN2_60] = LAYOUT_default(
52 BL_TOGG, RGB_TOG, RGB_MOD, RGB_VAD, RGB_VAI, RGB_SAI, RGB_HUD, RGB_HUI, _______, _______, _______, _______, _______, _______, _______, _______, 52 BL_TOGG, RGB_TOG, RGB_MOD, RGB_VAD, RGB_VAI, RGB_SAI, RGB_HUD, RGB_HUI, _______, _______, _______, _______, _______, _______, _______, _______,
53 BL_INC, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, 53 BL_INC, VLK_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET,
54 BL_DEC, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MAKE, 54 BL_DEC, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MAKE,
55 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, 55 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
56 _______, _______, _______, _______, _______, _______, TG(_DEFAULT) 56 _______, _______, _______, _______, _______, _______, TG(_DEFAULT)
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index d544b2d95..83cda852d 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -24,4 +24,5 @@ ifeq ($(strip $(KEYBOARD)), projectkb/alice/rev1)
24 SRC += rgblight_layers.c 24 SRC += rgblight_layers.c
25 VIA_ENABLE = yes 25 VIA_ENABLE = yes
26 LTO_ENABLE = no 26 LTO_ENABLE = no
27 VELOCIKEY_ENABLE=yes
27endif \ No newline at end of file 28endif \ No newline at end of file