diff options
| author | Joel Challis | 2024-03-30 11:57:30 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 11:57:30 +0100 |
| commit | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (patch) | |
| tree | f03b67de13a64e7029c01da6755cced32ddb65d3 /keyboards/maple_computing/christmas_tree/rules.mk | |
| parent | 426bb9c651a292dce6ae01e7ed9d41d94dbba99f (diff) | |
Migrate features and LTO from rules.mk to data driven (#23307)
Diffstat (limited to 'keyboards/maple_computing/christmas_tree/rules.mk')
| -rw-r--r-- | keyboards/maple_computing/christmas_tree/rules.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/maple_computing/christmas_tree/rules.mk b/keyboards/maple_computing/christmas_tree/rules.mk index 54ee848437..3a6633cf56 100644 --- a/keyboards/maple_computing/christmas_tree/rules.mk +++ b/keyboards/maple_computing/christmas_tree/rules.mk @@ -1,14 +1 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. - DEFAULT_FOLDER = maple_computing/christmas_tree/v2017 |