diff options
author | pauper <125139481+pauperboards@users.noreply.github.com> | 2023-02-18 00:26:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 21:26:43 -0800 |
commit | 7ce71625bc15e649f8c080b61ff17f7d7c2dfa9f (patch) | |
tree | 2bbda8f0b962d498cc3b2ecc122abb2871566950 /keyboards/brick/rules.mk | |
parent | d1420cf1d9bf4ea6ec5458add81e4e43a1535623 (diff) |
[Keyboard] Brick (#19851)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>
Diffstat (limited to 'keyboards/brick/rules.mk')
-rw-r--r-- | keyboards/brick/rules.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/brick/rules.mk b/keyboards/brick/rules.mk deleted file mode 100644 index e0c821feb2..0000000000 --- a/keyboards/brick/rules.mk +++ /dev/null @@ -1,14 +0,0 @@ -# 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 = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = yes -LTO_ENABLE = yes |