diff options
author | Alin Marin Elena <alin@elena.space> | 2022-01-13 17:16:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 09:16:59 -0800 |
commit | d1eac293542a622ad2d35b490340ca8baf2997f0 (patch) | |
tree | 05f3b7f291155cf94f580c03110ea15cc9ceeb88 /keyboards/m65/rev1/rules.mk | |
parent | 2c8098ea8839d242a5037821d6ba0255637cd15e (diff) |
[Keyboard] remove duplicate m65 (#15831)
Diffstat (limited to 'keyboards/m65/rev1/rules.mk')
-rw-r--r-- | keyboards/m65/rev1/rules.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/m65/rev1/rules.mk b/keyboards/m65/rev1/rules.mk deleted file mode 100644 index 333b20640d..0000000000 --- a/keyboards/m65/rev1/rules.mk +++ /dev/null @@ -1,18 +0,0 @@ -# MCU name -MCU = STM32F103 - -# Bootloader selection -BOOTLOADER = stm32duino - -# 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 = yes # Console for debug -COMMAND_ENABLE = yes # 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 |