~ruther/qmk_firmware

ref: fa8940e5a66635e2b37e7df56b8d2c10e7e562a5 qmk_firmware/keyboards/gmmk/pro/rev1/ansi/keymaps/mike1808/rules.mk -rw-r--r-- 413 bytes
fa8940e5 — Agent Blu, 006 Keyboard change blu/vimclutch to hardware revision B. (#22247) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
VIA_ENABLE = no

COMBO_ENABLE = yes
COMMAND_ENABLE = yes
RGB_MATRIX_ENABLE = yes
RAW_ENABLE = no
CONSOLE_ENABLE = yes

WPM_ENABLE = no

RGB_MATRIX_LEDMAPS = yes

SRC += utils.c
SRC += mike1808.c
SRC += process_record.c
SRC += encoder.c

ifeq ($(strip $(WPM_ENABLE)), yes)
	SRC += fun.c
endif

ifeq ($(strip $(RGB_MATRIX_LEDMAPS)), yes)
	SRC += rgb_matrix_ledmaps.c
	OPT_DEFS += -DRGB_MATRIX_LEDMAPS_ENABLED
endif