blob: cf9c8ce55426df45c358f92a60066a1532f85a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# project specific files
SRC = rand.c
# MCU name
MCU = SN32F268F
# Build Options
# comment out to disable the options.
#
MAGIC_ENABLE = yes
MAGIC_KEYCODE_ENABLE = yes
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
EXTRAKEY_ENABLE = yes # Audio control and System control
NKRO_ENABLE = yes # USB Nkey Rollover
DIP_SWITCH_ENABLE = yes
# Custom Key and LED matrix handling
CUSTOM_MATRIX = no
RGB_MATRIX_ENABLE = no
# Reduce code size
USE_PROCESS_STACKSIZE = 0x1E0
USE_EXCEPTIONS_STACKSIZE = 0xE0
|