2019-11-15 03:25:40 +01:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F303
|
2019-04-09 01:57:43 +02:00
|
|
|
|
2021-06-08 11:48:46 +02:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-04-09 01:57:43 +02:00
|
|
|
# Build Options
|
2019-04-29 20:04:56 +02:00
|
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
|
|
# the appropriate keymap folder that will get included automatically
|
2019-04-09 01:57:43 +02:00
|
|
|
#
|
2021-09-17 22:01:06 +02:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
2020-01-30 20:13:49 +01:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-09-17 22:01:06 +02:00
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-04-29 20:04:56 +02:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-09-17 22:01:06 +02:00
|
|
|
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2019-04-29 20:04:56 +02:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-17 22:01:06 +02:00
|
|
|
AUDIO_ENABLE = yes # Audio output
|
2019-04-29 20:04:56 +02:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
|
|
|
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
|
2019-04-09 01:57:43 +02:00
|
|
|
ENCODER_ENABLE = yes
|
2020-11-28 21:02:18 +01:00
|
|
|
RGB_MATRIX_DRIVER = IS31FL3737
|
2019-04-29 20:04:56 +02:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12 planck_mit
|
|
|
|
LAYOUTS_HAS_RGB = no
|
2021-09-17 22:01:06 +02:00
|
|
|
|
|
|
|
RGB_MATRIX_SUPPORTED = yes
|
|
|
|
RGBLIGHT_SUPPORTED = no
|
|
|
|
BAKCLIGHT_SUPPORTED = no
|