migrate keymaps to external userspace
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions
This commit is contained in:
parent
41ee8332d1
commit
1aae18be19
15 changed files with 3692 additions and 52 deletions
20
keyboards/ferris/sweep/keymaps/sajenim/rules.mk
Normal file
20
keyboards/ferris/sweep/keymaps/sajenim/rules.mk
Normal file
|
@ -0,0 +1,20 @@
|
|||
# We are using a Splinky RP2040 as a drop-in pro-micro replacement
|
||||
CONVERT_TO = helios
|
||||
BOOTLOADER = rp2040
|
||||
|
||||
# Reduce compiled size of firmware
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# Software features
|
||||
AUTOCORRECT_ENABLE = yes
|
||||
COMBO_ENABLE = yes
|
||||
REPEAT_KEY_ENABLE = yes
|
||||
LEADER_ENABLE = yes
|
||||
|
||||
# Combo dictionary
|
||||
ifeq ($(COMBO_ENABLE),yes)
|
||||
VPATH += keyboards/gboards
|
||||
endif
|
||||
|
||||
# Enable casemode
|
||||
SRC += features/casemodes.c
|
Loading…
Add table
Add a link
Reference in a new issue