2020-12-19 19:43:00 +01:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-11-04 22:18:09 +01:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2020-12-19 19:43:00 +01:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2021-07-01 09:42:32 +02:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2020-12-19 19:43:00 +01:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2021-07-01 09:42:32 +02:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2020-12-19 19:43:00 +01:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-07-01 09:42:32 +02:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2020-12-19 19:43:00 +01:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
|
|
|
SWAP_HANDS_ENABLE = yes
|
2021-07-01 09:42:32 +02:00
|
|
|
|
2020-12-19 19:43:00 +01:00
|
|
|
POINTING_DEVICE_ENABLE = yes
|
2021-11-15 07:03:24 +01:00
|
|
|
POINTING_DEVICE_DRIVER = pmw3360
|
2021-05-25 18:24:01 +02:00
|
|
|
MOUSE_SHARED_EP = no
|
2020-12-19 19:43:00 +01:00
|
|
|
|
|
|
|
SPLIT_KEYBOARD = yes
|
|
|
|
|
2021-11-15 07:03:24 +01:00
|
|
|
QUANTUM_LIB_SRC += tm_sync.c
|
2021-08-21 22:34:44 +02:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = handwired/tractyl_manuform/5x6_right/teensy2pp
|