[Keymap] bcat keymaps and userspace (#10705)
Add Eco keymap, factor Crkbd keymap to community layout, other minor tweaks * Remove outdated Crkbd Ctrl key positioning info * Add Left Alt key to Lily58 keymap * Lily58 no longer overrides default TAPPING_TERM * Refactor Crkbd keymap to use new community layout * Fix underglow animations for Crkbd w/ Split Common * Add initial Eco keymap * Update outdated reference to Crkbd layout * Add keymap links to userspace readme * Add copyright notices to files changed in this PR
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ifeq ($(strip $(KEYBOARD)), crkbd/rev1/common)
|
||||
BOOTLOADER = atmel-dfu # Elite-C
|
||||
|
||||
# Enable underglow only. (Split Common doesn't support RGB matrix on slave.)
|
||||
RGBLIGHT_ENABLE = yes
|
||||
else ifeq ($(strip $(KEYBOARD)), crkbd/rev1/legacy)
|
||||
BOOTLOADER = atmel-dfu # Elite-C
|
||||
|
||||
RGB_MATRIX_ENABLE = WS2812 # per-key RGB and underglow
|
||||
endif
|
||||
Reference in New Issue
Block a user