diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2021-06-26 05:42:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 21:42:09 -0700 |
commit | ad3169f500e027296adf6961fcd948caa023891d (patch) | |
tree | 62476a35ed0d1ad1b1b28e8386c677a53750d28e /keyboards/nk1/rules.mk | |
parent | b1ea4842e38d0d3e609d8b0d6016ab0a4288bdc4 (diff) | |
download | qmk_firmware-ad3169f500e027296adf6961fcd948caa023891d.tar.gz qmk_firmware-ad3169f500e027296adf6961fcd948caa023891d.zip |
[Keyboard] Add NK1 (#13212)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/nk1/rules.mk')
-rw-r--r-- | keyboards/nk1/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/nk1/rules.mk b/keyboards/nk1/rules.mk new file mode 100644 index 0000000000..8dd72e9a64 --- /dev/null +++ b/keyboards/nk1/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # 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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = ortho_1x1 |