qmk-firmware/keyboards/preonic/rev3/rules.mk

25 lines
750 B
Makefile
Raw Normal View History

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