2019-11-15 02:25:40 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F303
|
2019-04-08 23:57:43 +00:00
|
|
|
|
2021-06-08 09:48:46 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-04-08 23:57:43 +00:00
|
|
|
# Build Options
|
2019-04-29 18:04:56 +00: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-08 23:57:43 +00:00
|
|
|
#
|
2021-09-17 20:01:06 +00:00
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
2020-01-30 19:13:49 +00:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2021-09-17 20:01:06 +00:00
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-04-29 18:04:56 +00:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-09-17 20:01:06 +00: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 18:04:56 +00:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2021-09-17 20:01:06 +00:00
|
|
|
AUDIO_ENABLE = yes # Audio output
|
2019-04-29 18:04:56 +00:00
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
|
|
|
2019-04-08 23:57:43 +00:00
|
|
|
ENCODER_ENABLE = yes
|
2020-11-28 20:02:18 +00:00
|
|
|
RGB_MATRIX_DRIVER = IS31FL3737
|
2019-04-29 18:04:56 +00:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12 planck_mit
|
|
|
|
LAYOUTS_HAS_RGB = no
|
2021-09-17 20:01:06 +00:00
|
|
|
|
|
|
|
RGB_MATRIX_SUPPORTED = yes
|
|
|
|
RGBLIGHT_SUPPORTED = no
|
|
|
|
BAKCLIGHT_SUPPORTED = no
|