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) | |
| download | qmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.tar.gz qmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.zip | |
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 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 |
| 12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = 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 | |||
| 39 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 29 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 40 | AUDIO_ENABLE = no # Audio output on port C6 | 30 | AUDIO_ENABLE = no # Audio output on port C6 |
| 41 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | 31 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |
| 42 | HD44780_ENABLE = no # Enable support for HD44780 based LCDs | ||
| 43 | ENCODER_ENABLE = yes | 32 | ENCODER_ENABLE = yes |
| 44 | RGBLIGHT_ENABLE = yes | 33 | RGBLIGHT_ENABLE = yes |
| 45 | # EXTRAFLAGS += -flto | ||
