qmk_firmware/keyboards/preonic/rev3/rules.mk

25 lines
750 B
Makefile
Raw Normal View History

2018-07-19 20:57:13 -07:00
# project specific files
2019-01-25 16:18:14 -08:00
SRC = matrix.c
2018-07-19 20:57:13 -07:00
LAYOUTS += ortho_5x12
# Cortex version
2019-01-25 16:18:14 -08:00
MCU = STM32F303
2018-07-19 20:57:13 -07:00
# Build Options
# comment out to disable the options.
#
BACKLIGHT_ENABLE = no
2019-01-25 16:18:14 -08:00
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
2018-07-19 20:57:13 -07:00
## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
2019-01-25 16:18:14 -08:00
MOUSEKEY_ENABLE = yes # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
2018-07-19 20:57:13 -07:00
COMMAND_ENABLE = yes # Commands for debug and configuration
#SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
2019-01-25 16:18:14 -08:00
NKRO_ENABLE = yes # USB Nkey Rollover
2018-07-19 20:57:13 -07:00
CUSTOM_MATRIX = yes # Custom matrix file
AUDIO_ENABLE = yes
RGBLIGHT_ENABLE = no
# SERIAL_LINK_ENABLE = yes
2019-01-25 16:18:14 -08:00
ENCODER_ENABLE = yes