diff options
author | NightlyBoards <65656486+NightlyBoards@users.noreply.github.com> | 2020-07-24 14:51:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 23:51:54 -0700 |
commit | 0adf03c75422c96962b72bc76cd1b95b91752187 (patch) | |
tree | fd5b0b45f83094c0e7f918744d299f2eb7b91ad2 /keyboards/nightly_boards/n87/rules.mk | |
parent | 2cebac6f2f7f5a49adf7f2ce8a94c8ba1dbef707 (diff) | |
download | qmk_firmware-0adf03c75422c96962b72bc76cd1b95b91752187.tar.gz |
[Keyboard] Add N87 Keyboard (#9663)
* Add new keyboard, the N87
* Deleted config.h and readme.md on tsangan keymap folder
* Edited layout names on keymap.c and n87.h. Disabled audio
* Edited files based on requested changes, re-enabled audio on extra data pin B7, enabled audio click, disabled music mode
* Updated the wiring matrix for symmetric_standard layout
Diffstat (limited to 'keyboards/nightly_boards/n87/rules.mk')
-rw-r--r-- | keyboards/nightly_boards/n87/rules.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/n87/rules.mk b/keyboards/nightly_boards/n87/rules.mk new file mode 100644 index 000000000..e782e5918 --- /dev/null +++ b/keyboards/nightly_boards/n87/rules.mk @@ -0,0 +1,32 @@ +# 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 = atmel-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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +MIDI_ENABLE = no # MIDI support +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = yes # Audio output +FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches + |