summaryrefslogtreecommitdiffstats
path: root/keyboards/mechlovin/olly/octagon/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-04 21:04:18 +0000
committerQMK Bot <hello@qmk.fm>2022-12-04 21:04:18 +0000
commit3bf0a109908db34ae43abce1e559d2b6c72a8e16 (patch)
tree0e77cac0be17262212647e1db6775359c0526232 /keyboards/mechlovin/olly/octagon/rules.mk
parentdb4934f92208c2c60b58c0e6a1e887d7dc96e916 (diff)
parent92354b2ca876b6b5dbcb5d34aa34fda6a473bb1a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/olly/octagon/rules.mk')
-rw-r--r--keyboards/mechlovin/olly/octagon/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mechlovin/olly/octagon/rules.mk b/keyboards/mechlovin/olly/octagon/rules.mk
new file mode 100644
index 0000000000..163e6224bd
--- /dev/null
+++ b/keyboards/mechlovin/olly/octagon/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = STM32F103
+
+# Bootloader selection
+BOOTLOADER = stm32duino
+
+# 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 = yes # Console for debug
+COMMAND_ENABLE = yes # 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
+LED_MATRIX_ENABLE = yes
+LED_MATRIX_DRIVER = IS31FL3731
+RGBLIGHT_ENABLE = yes \ No newline at end of file