diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-15 13:25:40 +1100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-14 18:25:40 -0800 |
| commit | f98750de6edf97559ed53be4b5b5c1b4851acf3e (patch) | |
| tree | d555bc93b4beedc78f6d4a615e2b45a6d324aca8 /keyboards/clueboard/66 | |
| parent | c19e4da8af6954c70760ef3803fbf729d007c1d8 (diff) | |
| download | qmk_firmware-f98750de6edf97559ed53be4b5b5c1b4851acf3e.tar.gz qmk_firmware-f98750de6edf97559ed53be4b5b5c1b4851acf3e.zip | |
[Core] Cleanup rules.mk for F303 keyboards (#7306)
* Cleanup rules.mk for F303 keyboards
* Fix small typo
Diffstat (limited to 'keyboards/clueboard/66')
| -rw-r--r-- | keyboards/clueboard/66/rev4/rules.mk | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/keyboards/clueboard/66/rev4/rules.mk b/keyboards/clueboard/66/rev4/rules.mk index 4d20ff2e9..ef7989aa0 100644 --- a/keyboards/clueboard/66/rev4/rules.mk +++ b/keyboards/clueboard/66/rev4/rules.mk | |||
| @@ -1,19 +1,5 @@ | |||
| 1 | LAYOUTS = 66_ansi 66_iso | 1 | # MCU name |
| 2 | 2 | MCU = STM32F303 | |
| 3 | ## chip/board settings | ||
| 4 | MCU_FAMILY = STM32 | ||
| 5 | MCU_SERIES = STM32F3xx | ||
| 6 | MCU_LDSCRIPT = STM32F303xC | ||
| 7 | MCU_STARTUP = stm32f3xx | ||
| 8 | BOARD = GENERIC_STM32_F303XC | ||
| 9 | MCU = cortex-m4 | ||
| 10 | ARMV = 7 | ||
| 11 | USE_FPU = yes | ||
| 12 | OPT_DEFS = | ||
| 13 | |||
| 14 | # Options to pass to dfu-util when flashing | ||
| 15 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | ||
| 16 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 17 | 3 | ||
| 18 | # Build Options | 4 | # Build Options |
| 19 | # comment out to disable the options. | 5 | # comment out to disable the options. |
| @@ -31,3 +17,5 @@ MIDI_ENABLE = no # MIDI controls | |||
| 31 | UNICODE_ENABLE = no # Unicode | 17 | UNICODE_ENABLE = no # Unicode |
| 32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 18 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 33 | AUDIO_ENABLE = yes | 19 | AUDIO_ENABLE = yes |
| 20 | |||
| 21 | LAYOUTS = 66_ansi 66_iso | ||
