diff options
Diffstat (limited to 'keyboards/planck/ez/rules.mk')
| -rw-r--r-- | keyboards/planck/ez/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk new file mode 100644 index 000000000..c6fb52d2b --- /dev/null +++ b/keyboards/planck/ez/rules.mk | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # project specific files | ||
| 2 | LAYOUTS += ortho_4x12 | ||
| 3 | |||
| 4 | # Cortex version | ||
| 5 | MCU = STM32F303 | ||
| 6 | |||
| 7 | # Build Options | ||
| 8 | # comment out to disable the options. | ||
| 9 | # | ||
| 10 | BACKLIGHT_ENABLE = no | ||
| 11 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | ||
| 12 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | ||
| 13 | MOUSEKEY_ENABLE = yes # Mouse keys | ||
| 14 | EXTRAKEY_ENABLE = yes # Audio control and System control | ||
| 15 | CONSOLE_ENABLE = yes # Console for debug | ||
| 16 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 17 | #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | ||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
| 19 | CUSTOM_MATRIX = no # Custom matrix file | ||
| 20 | AUDIO_ENABLE = yes | ||
| 21 | RGBLIGHT_ENABLE = no | ||
| 22 | # SERIAL_LINK_ENABLE = yes | ||
| 23 | ENCODER_ENABLE = yes | ||
| 24 | RGB_MATRIX_ENABLE = IS31FL3737 | ||
