diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-06-25 18:53:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 11:53:16 +1000 |
commit | 39b1dc7672357d4c45a4015325e44443f00bde88 (patch) | |
tree | 2bcf8c0a16071025dad2ca02aaad92cf73c9fcc6 /keyboards/gon/nerd60/rules.mk | |
parent | 93bd34c6d36723ed9f6e95c05c744a36c5467c65 (diff) |
GON Nerd60 Refactor (#13343)
Diffstat (limited to 'keyboards/gon/nerd60/rules.mk')
-rw-r--r-- | keyboards/gon/nerd60/rules.mk | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/keyboards/gon/nerd60/rules.mk b/keyboards/gon/nerd60/rules.mk index 2401cbea85..b202fac6a2 100644 --- a/keyboards/gon/nerd60/rules.mk +++ b/keyboards/gon/nerd60/rules.mk @@ -5,13 +5,6 @@ MCU = atmega32u4 F_CPU = 8000000 # 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 @@ -28,7 +21,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support -UNICODE_ENABLE = no # Unicode -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -AUDIO_ENABLE = no # Audio output on port C6 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_iso 60_iso_split_bs_rshift |