2018-10-01 18:00:14 -07:00
|
|
|
# Build Options
|
2021-12-29 20:17:34 -08:00
|
|
|
# change to "no" to disable the options
|
2018-10-01 18:00:14 -07:00
|
|
|
#
|
2021-12-29 20:17:34 -08:00
|
|
|
|
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2021-05-25 09:24:01 -07:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-04-22 11:55:55 -07:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-05-25 09:24:01 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2019-04-22 11:55:55 -07:00
|
|
|
UNICODE_ENABLE = no # Unicode
|
2019-05-06 22:34:09 -07:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
2019-04-22 11:55:55 -07:00
|
|
|
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
2018-10-01 18:00:14 -07:00
|
|
|
|
2021-05-24 23:23:20 -07:00
|
|
|
ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
|
2021-12-29 20:17:34 -08:00
|
|
|
OLED_ENABLE = yes
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
HAPTIC_ENABLE = no
|
2020-10-17 11:46:57 -07:00
|
|
|
endif
|
2021-01-22 08:23:03 -08:00
|
|
|
|
|
|
|
ifeq ($(strip $(CTPC)), yes)
|
2021-12-29 20:17:34 -08:00
|
|
|
HAPTIC_ENABLE = no
|
|
|
|
WS2812_DRIVER = pwm # won't work without a patch to the ctpc mk file
|
|
|
|
SERIAL_DRIVER = usart
|
|
|
|
SWAP_HANDS_ENABLE = yes
|
|
|
|
WPM_ENABLE = yes
|
|
|
|
AUTOCORRECTION_ENABLE = yes
|
|
|
|
CAPS_WORD_ENABLE = yes
|
2021-11-28 23:41:59 -08:00
|
|
|
else
|
2021-12-29 20:17:34 -08:00
|
|
|
CUSTOM_UNICODE_ENABLE = no
|
|
|
|
BOOTLOADER = qmk-hid
|
|
|
|
BOOTLOADER_SIZE = 512
|
2021-01-22 08:23:03 -08:00
|
|
|
endif
|