diff options
author | Maarten Dekkers <maartenwut@gmail.com> | 2020-06-09 21:10:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 12:10:00 -0700 |
commit | 86812f22e42b493d7021fe4bcb726ac9412b8e55 (patch) | |
tree | 659af3bff1044f2ff4ba5f21a1ffef0cbdb5ed86 /keyboards/maartenwut/nt660/rules.mk | |
parent | b83fb9eb711ea8c7b064a660bc20b62f4d812bd4 (diff) | |
download | qmk_firmware-86812f22e42b493d7021fe4bcb726ac9412b8e55.tar.gz |
[Keyboard] Add nt660 PCB (#9042)
* Upload nt660 files
* Apply suggestions from code review
* Apply suggestions from code review
Diffstat (limited to 'keyboards/maartenwut/nt660/rules.mk')
-rw-r--r-- | keyboards/maartenwut/nt660/rules.mk | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/maartenwut/nt660/rules.mk b/keyboards/maartenwut/nt660/rules.mk new file mode 100644 index 000000000..b633c90f0 --- /dev/null +++ b/keyboards/maartenwut/nt660/rules.mk @@ -0,0 +1,34 @@ +# MCU name +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 = qmk-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # 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 + +LAYOUTS = 66_ansi 66_iso |