diff options
author | Ryan <fauxpark@gmail.com> | 2020-11-03 11:55:22 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:55:22 -0800 |
commit | c60cafae419f8fe409f9cdb3274bbf6d02973f7c (patch) | |
tree | 4836ddffa2ab16a14784bce601c5bf2a23f60df3 /keyboards/kc60/rules.mk | |
parent | 38162af5a70ced55f74019b75ed1e2f1e03ff62e (diff) |
KC60 refactor (#10834)
Diffstat (limited to 'keyboards/kc60/rules.mk')
-rw-r--r-- | keyboards/kc60/rules.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/keyboards/kc60/rules.mk b/keyboards/kc60/rules.mk index 044233e440..8f3ab9eb5e 100644 --- a/keyboards/kc60/rules.mk +++ b/keyboards/kc60/rules.mk @@ -2,13 +2,6 @@ MCU = atmega32u4 # Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp BOOTLOADER = atmel-dfu # Build Options @@ -25,11 +18,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output KEYBOARD_LOCK_ENABLE = yes # Allow locking of keyboard via magic key LAYOUTS = 60_ansi |