aboutsummaryrefslogtreecommitdiff
path: root/keyboards/absinthe/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/absinthe/rules.mk')
-rw-r--r--keyboards/absinthe/rules.mk45
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/absinthe/rules.mk b/keyboards/absinthe/rules.mk
new file mode 100644
index 000000000..f0b8037c9
--- /dev/null
+++ b/keyboards/absinthe/rules.mk
@@ -0,0 +1,45 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu
13
14# If you don't know the bootloader type, then you can specify the
15# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
16# Otherwise, delete this section
17# Teensy halfKay 512
18# Teensy++ halfKay 1024
19# Atmel DFU loader 4096
20# LUFA bootloader 4096
21# USBaspLoader 2048
22# OPT_DEFS += -DBOOTLOADER_SIZE=4096
23
24# Build Options
25# change yes to no to disable
26#
27BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
28MOUSEKEY_ENABLE = no # Mouse keys
29EXTRAKEY_ENABLE = yes # Audio control and System control
30CONSOLE_ENABLE = no # Console for debug
31COMMAND_ENABLE = no # Commands for debug and configuration
32# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
33SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
34# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
35NKRO_ENABLE = no # USB Nkey Rollover
36BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
37RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
38MIDI_ENABLE = no # MIDI support
39BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
40AUDIO_ENABLE = no # Audio output on port C6
41FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
42HD44780_ENABLE = no # Enable support for HD44780 based LCDs
43ENCODER_ENABLE = yes
44RGBLIGHT_ENABLE = yes
45# EXTRAFLAGS += -flto