cdf640578b
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
20 lines
605 B
Makefile
Executable File
20 lines
605 B
Makefile
Executable File
LTO_ENABLE = yes
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
TERMINAL_ENABLE = no
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
SPLIT_KEYBOARD = no
|
|
KEY_LOCK_ENABLE = no
|
|
RGB_MATRIX_ENABLE = yes
|
|
LAYOUTS = planck_mit
|
|
|
|
MIDI_ENABLE = yes
|
|
JOYSTICK_ENABLE = yes
|
|
JOYSTICK_DRIVER = digital
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
SWAP_HANDS_ENABLE = yes
|
|
|
|
STENO_ENABLE = no # Enabling steno requires disabling all options in the previous block.
|