diff options
Diffstat (limited to 'keyboards/stella/rules.mk')
-rw-r--r-- | keyboards/stella/rules.mk | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/stella/rules.mk b/keyboards/stella/rules.mk new file mode 100644 index 000000000..2618abf4f --- /dev/null +++ b/keyboards/stella/rules.mk | |||
@@ -0,0 +1,37 @@ | |||
1 | # MCU name | ||
2 | MCU = atmega32u4 | ||
3 | |||
4 | |||
5 | # Bootloader selection | ||
6 | # Teensy halfkay | ||
7 | # Pro Micro caterina | ||
8 | # Atmel DFU atmel-dfu | ||
9 | # LUFA DFU lufa-dfu | ||
10 | # QMK DFU qmk-dfu | ||
11 | # atmega32a bootloadHID | ||
12 | BOOTLOADER = atmel-dfu | ||
13 | |||
14 | |||
15 | # Build Options | ||
16 | # change yes to no to disable | ||
17 | # | ||
18 | BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) | ||
19 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | ||
20 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | ||
21 | CONSOLE_ENABLE = yes # Console for debug(+400) | ||
22 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
25 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||
26 | NKRO_ENABLE = no # USB Nkey Rollover | ||
27 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | ||
28 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
29 | MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) | ||
30 | UNICODE_ENABLE = no # Unicode | ||
31 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
32 | AUDIO_ENABLE = no # Audio output on port C6 | ||
33 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
34 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) | ||
35 | |||
36 | # Supported layouts | ||
37 | LAYOUTS = tkl_ansi tkl_iso \ No newline at end of file | ||