diff options
Diffstat (limited to 'keyboards/lfkeyboards/mini1800/revc/rules.mk')
-rw-r--r-- | keyboards/lfkeyboards/mini1800/revc/rules.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/mini1800/revc/rules.mk b/keyboards/lfkeyboards/mini1800/revc/rules.mk new file mode 100644 index 000000000..0ea69b6d6 --- /dev/null +++ b/keyboards/lfkeyboards/mini1800/revc/rules.mk | |||
@@ -0,0 +1,29 @@ | |||
1 | # MCU name | ||
2 | MCU = at90usb646 | ||
3 | |||
4 | # Bootloader selection | ||
5 | BOOTLOADER = atmel-dfu | ||
6 | |||
7 | # Build Options | ||
8 | # change yes to no to disable | ||
9 | # | ||
10 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
11 | MOUSEKEY_ENABLE = no # Mouse keys | ||
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
13 | CONSOLE_ENABLE = no # Console for debug | ||
14 | COMMAND_ENABLE = no # Commands for debug and configuration | ||
15 | NKRO_ENABLE = yes # Enable N-Key Rollover | ||
16 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
17 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
18 | AUDIO_ENABLE = yes # Audio output | ||
19 | |||
20 | # RGB code is implemented in lfkeyboards, not WS2812 | ||
21 | RGBLIGHT_CUSTOM_DRIVER = yes | ||
22 | BACKLIGHT_DRIVER = custom | ||
23 | SLEEP_LED_ENABLE = yes | ||
24 | |||
25 | ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled | ||
26 | WATCHDOG_ENABLE = yes # Resets keyboard if matrix_scan isn't run every 250ms | ||
27 | |||
28 | # Extra source files for IS3731 lighting | ||
29 | SRC = TWIlib.c issi.c lighting.c | ||