diff options
author | yulei <yuleiz@gmail.com> | 2021-08-18 00:06:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 09:06:26 -0700 |
commit | a8f893ed2ca4b30945714e58245c4dd1c7c8481f (patch) | |
tree | 08534a3c5ae39925d327ccf76cbcf3056551b2c7 /keyboards/neson_design/n6/rules.mk | |
parent | 837571ef7f0b7f662aa37391a371a83769f7141e (diff) | |
download | qmk_firmware-a8f893ed2ca4b30945714e58245c4dd1c7c8481f.tar.gz qmk_firmware-a8f893ed2ca4b30945714e58245c4dd1c7c8481f.zip |
[Keyboard] add n6 keyboard (#13768)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/neson_design/n6/rules.mk')
-rw-r--r-- | keyboards/neson_design/n6/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/neson_design/n6/rules.mk b/keyboards/neson_design/n6/rules.mk new file mode 100644 index 0000000000..a12a4034b7 --- /dev/null +++ b/keyboards/neson_design/n6/rules.mk @@ -0,0 +1,23 @@ +# 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 = 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 + +QUANTUM_LIB_SRC += i2c_master.c issi/is31fl3731.c +LAYOUTS = 65_ansi_blocker |