~ruther/qmk_firmware

ref: 821db155f20f441c2d3aa6ff4e10878bfccdf45c qmk_firmware/keyboards/gmmk/pro/rev1/ansi/keymaps/mike1808/rules.mk -rw-r--r-- 413 bytes
821db155 — Nebuleon Fix stuck note with square wave in additive DAC (#21589) 1 year, 11 months 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
Do not follow this link