Skip to content

Commit

Permalink
fix: cut features from boardsource/lulu/avr
Browse files Browse the repository at this point in the history
  • Loading branch information
lesshonor committed Jun 27, 2023
1 parent 9425a1c commit 1f41c7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
5 changes: 5 additions & 0 deletions keyboards/boardsource/lulu/keymaps/vial/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
#define VIAL_KEYBOARD_UID {0xAB, 0x22, 0x68, 0x8B, 0x59, 0xD0, 0x81, 0x11}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }

#if defined(__AVR_ATmega32U4__)
#undef ENABLE_RGB_MATRIX_BAND_SAT
#undef ENABLE_RGB_MATRIX_BAND_VAL
#endif
19 changes: 12 additions & 7 deletions keyboards/boardsource/lulu/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
VIA_ENABLE = yes
VIAL_ENABLE = yes
QMK_SETTINGS = no
COMBO_ENABLE = no
MOUSEKEY_ENABLE = no
TAP_DANCE_ENABLE = no

VIALRGB_ENABLE = yes
VIAL_ENCODERS_ENABLE = yes
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no

ifeq ($(strip $(MCU)), atmega32u4)
QMK_SETTINGS = no
COMBO_ENABLE = no
MOUSEKEY_ENABLE = no
TAP_DANCE_ENABLE = no
SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no
KEY_OVERRIDE_ENABLE = no
MAGIC_ENABLE = no
endif

0 comments on commit 1f41c7e

Please sign in to comment.