diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-01 03:42:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 11:42:53 -0800 |
commit | 2e052b87c45ce068cafd78d44f709f7a036d6ccb (patch) | |
tree | 32205ab368277025db21ab33f213df2da67c5ebc /keyboards/diverge3/rules.mk | |
parent | 4452be587b08059eb9d58cebca04d7a8c51634e1 (diff) |
[Keyboard] move unikeyboard boards to /unikeyboard (#16081)
Diffstat (limited to 'keyboards/diverge3/rules.mk')
-rw-r--r-- | keyboards/diverge3/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/diverge3/rules.mk b/keyboards/diverge3/rules.mk deleted file mode 100644 index 7fc9fd2291..0000000000 --- a/keyboards/diverge3/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -AUDIO_ENABLE = no # Audio output -RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. -SPLIT_KEYBOARD = yes |