[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:
Jonathan Rascher
2020-11-06 00:41:06 -06:00
committed by GitHub
parent d7c90d805f
commit b5ebdf1b3a
14 changed files with 299 additions and 47 deletions
@@ -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