From 3dae56b634e610ce72fdcb9bd3bff2dda330b83e Mon Sep 17 00:00:00 2001 From: Juno Nguyen Date: Mon, 6 Feb 2023 04:49:25 +0800 Subject: [Keyboard] Add Brick (#19728) --- keyboards/brick/rules.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 keyboards/brick/rules.mk (limited to 'keyboards/brick/rules.mk') diff --git a/keyboards/brick/rules.mk b/keyboards/brick/rules.mk new file mode 100644 index 0000000000..e0c821feb2 --- /dev/null +++ b/keyboards/brick/rules.mk @@ -0,0 +1,14 @@ +# 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 -- cgit v1.2.3