aboutsummaryrefslogtreecommitdiff
path: root/keyboards/stella/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/stella/rules.mk')
-rw-r--r--keyboards/stella/rules.mk37
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
2MCU = 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
12BOOTLOADER = atmel-dfu
13
14
15# Build Options
16# change yes to no to disable
17#
18BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000)
19MOUSEKEY_ENABLE = no # Mouse keys(+4700)
20EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
21CONSOLE_ENABLE = yes # Console for debug(+400)
22COMMAND_ENABLE = yes # Commands for debug and configuration
23# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
24SLEEP_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
26NKRO_ENABLE = no # USB Nkey Rollover
27BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
28RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
29MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
30UNICODE_ENABLE = no # Unicode
31BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
32AUDIO_ENABLE = no # Audio output on port C6
33FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
34HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
35
36# Supported layouts
37LAYOUTS = tkl_ansi tkl_iso \ No newline at end of file