qmk_keymaps/keyboards/crkbd/keymaps/sajenim/rules.mk

21 lines
386 B
Makefile
Raw Normal View History

2023-01-16 23:02:14 +08:00
# We are using a Splinky RP2040 as a drop-in replacement controller
CONVERT_TO = promicro_rp2040
# Bootloader selection
BOOTLOADER = rp2040
# Defaults
LTO_ENABLE = yes
2023-02-03 22:03:06 +08:00
OLED_ENABLE = yes
2023-01-29 08:43:50 +08:00
OLED_DRIVER = SSD1306
2023-01-16 23:02:14 +08:00
# Enable some features
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
LEADER_ENABLE = yes
2023-02-03 22:03:06 +08:00
WPM_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
TAP_DANCE_ENABLE = yes
AUTOCORRECT_ENABLE = yes
2023-01-16 23:02:14 +08:00