aboutsummaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/phoebe
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-10-25 07:50:13 +1100
committerDrashna Jaelre <drashna@live.com>2019-10-24 13:50:13 -0700
commite96cac0814995e2a0735708727cbab599d6cf5f1 (patch)
tree2f5da56d6701d171541a3813dd7a93d3e1d5073c /keyboards/maxr1998/phoebe
parent335dd0271e344fec1a0f086b34da6f8ae0d8bd60 (diff)
downloadqmk_firmware-e96cac0814995e2a0735708727cbab599d6cf5f1.tar.gz
qmk_firmware-e96cac0814995e2a0735708727cbab599d6cf5f1.zip
Cleanup rules.mk for 32U4 keyboards, L-M (#7120)
* Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
Diffstat (limited to 'keyboards/maxr1998/phoebe')
-rw-r--r--keyboards/maxr1998/phoebe/keymaps/default/rules.mk0
-rw-r--r--keyboards/maxr1998/phoebe/rules.mk13
2 files changed, 8 insertions, 5 deletions
diff --git a/keyboards/maxr1998/phoebe/keymaps/default/rules.mk b/keyboards/maxr1998/phoebe/keymaps/default/rules.mk
deleted file mode 100644
index e69de29bb..000000000
--- a/keyboards/maxr1998/phoebe/keymaps/default/rules.mk
+++ /dev/null
diff --git a/keyboards/maxr1998/phoebe/rules.mk b/keyboards/maxr1998/phoebe/rules.mk
index 1f2724737..b73145d7f 100644
--- a/keyboards/maxr1998/phoebe/rules.mk
+++ b/keyboards/maxr1998/phoebe/rules.mk
@@ -1,10 +1,14 @@
1# MCU name 1# MCU name
2MCU = atmega32u4 2MCU = atmega32u4
3 3
4# Bootloader 4# Bootloader selection
5# This definition is optional, and if your keyboard supports multiple bootloaders of 5# Teensy halfkay
6# different sizes, comment this out, and the correct address will be loaded 6# Pro Micro caterina
7# automatically (+60). See bootloader.mk for all options. 7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
8BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
9 13
10# Build Options 14# Build Options
@@ -27,4 +31,3 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
27KEY_LOCK_ENABLE = yes 31KEY_LOCK_ENABLE = yes
28API_SYSEX_ENABLE = no 32API_SYSEX_ENABLE = no
29SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 33SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
30