diff options
author | Jesper Severinsen <30658160+jesperseverinsen@users.noreply.github.com> | 2022-10-05 04:34:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 19:34:48 -0700 |
commit | 0e819542896587aca648964efc91ae235630466f (patch) | |
tree | a333d781520666826c7f2a7903153a5e08c2ea1a /keyboards/nyhxis/nfr_70/rules.mk | |
parent | b100db1e5668c9a10437e89d41af76910c58d51d (diff) |
[Keyboard] Add Nyhxis NFR-70 keyboard (#17562)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/nyhxis/nfr_70/rules.mk')
-rw-r--r-- | keyboards/nyhxis/nfr_70/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/nyhxis/nfr_70/rules.mk b/keyboards/nyhxis/nfr_70/rules.mk new file mode 100644 index 0000000000..66c1ee26f4 --- /dev/null +++ b/keyboards/nyhxis/nfr_70/rules.mk @@ -0,0 +1,19 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +#BOOTLOADER = caterina # Pro-Micro +BOOTLOADER = atmel-dfu # Elite-C + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |