diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-11 08:39:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:39:17 -0800 |
commit | a483ab321313471bfa54e71f14bb68056130b7c3 (patch) | |
tree | ea26b008edb9bb7eaab68b9e4478837d94ea6c4b /keyboards/nk1/rules.mk | |
parent | ced6d835e850715bb689e26b8578d5fa14bafa93 (diff) |
[Keyboard] move novelkeys keyboards to vendor folder (#15783)
Diffstat (limited to 'keyboards/nk1/rules.mk')
-rw-r--r-- | keyboards/nk1/rules.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/nk1/rules.mk b/keyboards/nk1/rules.mk deleted file mode 100644 index 16d3dfedd0..0000000000 --- a/keyboards/nk1/rules.mk +++ /dev/null @@ -1,20 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - -# 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 = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - -LAYOUTS = ortho_1x1 |