summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/olly/bb/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-10-02 15:00:21 +0000
committerQMK Bot <hello@qmk.fm>2021-10-02 15:00:21 +0000
commit64a118a58c4be03098ddd61602558435c77c8f81 (patch)
tree7dff3dc0abf74c6c5197b5df124acaf753016558 /keyboards/mechlovin/olly/bb/rules.mk
parent79c67570812481214472d63bced67ba269b287f7 (diff)
parent0eaefb2a6c35fdf15b067181529eacb7335fd562 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechlovin/olly/bb/rules.mk')
-rw-r--r--keyboards/mechlovin/olly/bb/rules.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/mechlovin/olly/bb/rules.mk b/keyboards/mechlovin/olly/bb/rules.mk
new file mode 100644
index 0000000000..b5b3be65b2
--- /dev/null
+++ b/keyboards/mechlovin/olly/bb/rules.mk
@@ -0,0 +1,27 @@
+# MCU name
+MCU = atmega32a
+
+# Processor frequency
+F_CPU = 16000000
+
+# Bootloader selection
+BOOTLOADER = usbasploader
+
+# 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
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = no # USB Nkey Rollover
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+CUSTOM_MATRIX = lite
+
+SRC += matrix.c