summaryrefslogtreecommitdiffstats
path: root/keyboards/eason/aeroboard/rules.mk
diff options
context:
space:
mode:
authoreason <98533237+EasonQian1@users.noreply.github.com>2023-02-07 15:54:10 +0800
committerGitHub <noreply@github.com>2023-02-07 00:54:10 -0700
commit4d5abe1e74e8306bbef91bee75989d8efe6812d3 (patch)
tree90eb89179993a2f4d3a6504b252680bb4363e207 /keyboards/eason/aeroboard/rules.mk
parent3dae56b634e610ce72fdcb9bd3bff2dda330b83e (diff)
[Keyboard] Add aeroboard (#19087)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/eason/aeroboard/rules.mk')
-rw-r--r--keyboards/eason/aeroboard/rules.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/eason/aeroboard/rules.mk b/keyboards/eason/aeroboard/rules.mk
new file mode 100644
index 0000000000..edc3e666c4
--- /dev/null
+++ b/keyboards/eason/aeroboard/rules.mk
@@ -0,0 +1,16 @@
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # 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
+SLEEP_LED_ENABLE = yes
+WS2812_DRIVER = spi
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE