diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-15 13:25:40 +1100 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-01-09 08:57:11 +0900 |
commit | ea6680ab271e82117515258f6e256b498ecfe26a (patch) | |
tree | 1a216e817ad3ea9e7828e73c11fa1b5480e154ff /keyboards/planck/ez/rules.mk | |
parent | 2dd7d55f3005cafe4ce3a0b1e13d87dcb5d5f726 (diff) |
[Core] Cleanup rules.mk for F303 keyboards (#7306)
* Cleanup rules.mk for F303 keyboards
* Fix small typo
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
-rw-r--r-- | keyboards/planck/ez/rules.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index e8a7f3115c..f09072672e 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk @@ -1,8 +1,5 @@ -# project specific files -LAYOUTS += ortho_4x12 - -# Cortex version -MCU = STM32F303 +# MCU name +MCU = STM32F303 # Build Options # comment out to disable the options. @@ -22,3 +19,5 @@ RGBLIGHT_ENABLE = no # SERIAL_LINK_ENABLE = yes ENCODER_ENABLE = yes RGB_MATRIX_ENABLE = IS31FL3737 + +LAYOUTS += ortho_4x12 |