summaryrefslogtreecommitdiff
path: root/keyboards/ano/rules.mk
diff options
context:
space:
mode:
authorsauvehoo <76417304+sauvehoo@users.noreply.github.com>2022-05-11 16:39:59 -0700
committerGitHub <noreply@github.com>2022-05-11 16:39:59 -0700
commitfa6fe11c33354699a84023a7a6a2dcdf5f0b46b3 (patch)
treea352936273277f2f5a5030e9e3cac0bd0c174517 /keyboards/ano/rules.mk
parent767e7db0edb4a5d3b40699cdb350c8eba37ebd19 (diff)
[Keyboard] Add ano keyboard (#16885)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ano/rules.mk')
-rw-r--r--keyboards/ano/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/ano/rules.mk b/keyboards/ano/rules.mk
new file mode 100644
index 0000000000..151f0cd8bc
--- /dev/null
+++ b/keyboards/ano/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = STM32F303
+
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = yes # 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 = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+ENCODER_ENABLE = yes \ No newline at end of file