diff options
Diffstat (limited to 'keyboards/mechlovin/olly/bb/rules.mk')
-rw-r--r-- | keyboards/mechlovin/olly/bb/rules.mk | 27 |
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 | ||
2 | MCU = atmega32a | ||
3 | |||
4 | # Processor frequency | ||
5 | F_CPU = 16000000 | ||
6 | |||
7 | # Bootloader selection | ||
8 | BOOTLOADER = usbasploader | ||
9 | |||
10 | # Build Options | ||
11 | # change yes to no to disable | ||
12 | # | ||
13 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
14 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
15 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
16 | CONSOLE_ENABLE = no # Console for debug | ||
17 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
18 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
19 | SLEEP_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 | ||
21 | NKRO_ENABLE = no # USB Nkey Rollover | ||
22 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
24 | AUDIO_ENABLE = no # Audio output | ||
25 | CUSTOM_MATRIX = lite | ||
26 | |||
27 | SRC += matrix.c | ||