diff options
author | Rozakiin <6567067+Rozakiin@users.noreply.github.com> | 2021-02-16 19:27:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 11:27:20 -0800 |
commit | 2d55f34413c6c6f9c674082fa32f6564b7ed4bf2 (patch) | |
tree | 0c12dfa5cb629f1117fc48eef19b81412be525ff /keyboards/noxary/268_2_rgb/rules.mk | |
parent | d754266a6d93b9280f95e1b53aeccf5d50487f1f (diff) | |
download | qmk_firmware-2d55f34413c6c6f9c674082fa32f6564b7ed4bf2.tar.gz qmk_firmware-2d55f34413c6c6f9c674082fa32f6564b7ed4bf2.zip |
[Keyboard] Add Noxary 268.2 RGB (#11772)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ruari <ruari.armstrong@gmail.com>
Diffstat (limited to 'keyboards/noxary/268_2_rgb/rules.mk')
-rw-r--r-- | keyboards/noxary/268_2_rgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/noxary/268_2_rgb/rules.mk b/keyboards/noxary/268_2_rgb/rules.mk new file mode 100644 index 0000000000..62796a3999 --- /dev/null +++ b/keyboards/noxary/268_2_rgb/rules.mk @@ -0,0 +1,22 @@ +# 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |