diff options
Diffstat (limited to 'keyboards/atreus/feather/rules.mk')
-rw-r--r-- | keyboards/atreus/feather/rules.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/atreus/feather/rules.mk b/keyboards/atreus/feather/rules.mk deleted file mode 100644 index 6280275c1e..0000000000 --- a/keyboards/atreus/feather/rules.mk +++ /dev/null @@ -1,15 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Processor frequency -F_CPU = 8000000 - -# Bootloader selection -BOOTLOADER = caterina - -# Build Options -# change yes to no to disable -# -BLUETOOTH_ENABLE = yes -BLUETOOTH_DRIVER = BluefruitLE -CONSOLE_ENABLE = no |