2022-08-09 18:20:36 +00:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-09-24 07:13:23 +00:00
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
ENCODER_ENABLE = yes
|
2022-08-09 18:20:36 +00:00
|
|
|
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
|