diff options
Diffstat (limited to 'keyboards/handwired/uthol/rev3/rules.mk')
-rw-r--r-- | keyboards/handwired/uthol/rev3/rules.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/handwired/uthol/rev3/rules.mk b/keyboards/handwired/uthol/rev3/rules.mk deleted file mode 100644 index b64e4ec8d1..0000000000 --- a/keyboards/handwired/uthol/rev3/rules.mk +++ /dev/null @@ -1,19 +0,0 @@ -# MCU name -MCU = STM32F401 - -# Bootloader selection -BOOTLOADER = stm32-dfu - -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes -NKRO_ENABLE = yes -KEYBOARD_SHARED_EP = yes -OLED_ENABLE = yes -OLED_DRIVER = SSD1306 -WPM_ENABLE = yes -EXTRAKEY_ENABLE = yes -ENCODER_ENABLE = yes -RGBLIGHT_ENABLE = yes -RGBLIGHT_DRIVER = WS2812 |