mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 00:15:03 +00:00
11 lines
No EOL
335 B
Makefile
11 lines
No EOL
335 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
RGB_MATRIX_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
ENCODER_ENABLE = yes
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|