diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-21 06:51:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 21:51:50 +0100 |
commit | 69b484600f672ef9b1368c121512d579f9b7fc98 (patch) | |
tree | 49bc0394d46fb16cfaed95779f15cfaea8ccef54 /keyboards/absinthe | |
parent | de79d55187be24e714e1351810fa81ecad35474e (diff) |
Remove more useless code (#9475)
Diffstat (limited to 'keyboards/absinthe')
-rw-r--r-- | keyboards/absinthe/rules.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/absinthe/rules.mk b/keyboards/absinthe/rules.mk index f0b8037c91..8f534909df 100644 --- a/keyboards/absinthe/rules.mk +++ b/keyboards/absinthe/rules.mk @@ -11,16 +11,6 @@ MCU = atmega32u4 # ATmega328P USBasp BOOTLOADER = atmel-dfu -# If you don't know the bootloader type, then you can specify the -# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line -# Otherwise, delete this section -# Teensy halfKay 512 -# Teensy++ halfKay 1024 -# Atmel DFU loader 4096 -# LUFA bootloader 4096 -# USBaspLoader 2048 -# OPT_DEFS += -DBOOTLOADER_SIZE=4096 - # Build Options # change yes to no to disable # @@ -39,7 +29,5 @@ MIDI_ENABLE = no # MIDI support BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches -HD44780_ENABLE = no # Enable support for HD44780 based LCDs ENCODER_ENABLE = yes RGBLIGHT_ENABLE = yes -# EXTRAFLAGS += -flto |