aboutsummaryrefslogtreecommitdiff
path: root/keyboards/absinthe
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-06-21 06:51:50 +1000
committerGitHub <noreply@github.com>2020-06-20 21:51:50 +0100
commit69b484600f672ef9b1368c121512d579f9b7fc98 (patch)
tree49bc0394d46fb16cfaed95779f15cfaea8ccef54 /keyboards/absinthe
parentde79d55187be24e714e1351810fa81ecad35474e (diff)
downloadqmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.tar.gz
qmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.zip
Remove more useless code (#9475)
Diffstat (limited to 'keyboards/absinthe')
-rw-r--r--keyboards/absinthe/rules.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/absinthe/rules.mk b/keyboards/absinthe/rules.mk
index f0b8037c9..8f534909d 100644
--- a/keyboards/absinthe/rules.mk
+++ b/keyboards/absinthe/rules.mk
@@ -11,16 +11,6 @@ MCU = atmega32u4
11# ATmega328P USBasp 11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
13 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 14# Build Options
25# change yes to no to disable 15# change yes to no to disable
26# 16#
@@ -39,7 +29,5 @@ MIDI_ENABLE = no # MIDI support
39BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
40AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6
41FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 31FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
42HD44780_ENABLE = no # Enable support for HD44780 based LCDs
43ENCODER_ENABLE = yes 32ENCODER_ENABLE = yes
44RGBLIGHT_ENABLE = yes 33RGBLIGHT_ENABLE = yes
45# EXTRAFLAGS += -flto