aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/olly/bb/rules.mk
diff options
context:
space:
mode:
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 000000000..b5b3be65b
--- /dev/null
+++ b/keyboards/mechlovin/olly/bb/rules.mk
@@ -0,0 +1,27 @@
1# MCU name
2MCU = atmega32a
3
4# Processor frequency
5F_CPU = 16000000
6
7# Bootloader selection
8BOOTLOADER = usbasploader
9
10# Build Options
11# change yes to no to disable
12#
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
14MOUSEKEY_ENABLE = yes # Mouse keys
15EXTRAKEY_ENABLE = yes # Audio control and System control
16CONSOLE_ENABLE = no # Console for debug
17COMMAND_ENABLE = no # Commands for debug and configuration
18# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
19SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
20# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
21NKRO_ENABLE = no # USB Nkey Rollover
22BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
23RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
24AUDIO_ENABLE = no # Audio output
25CUSTOM_MATRIX = lite
26
27SRC += matrix.c