~ruther/qmk_firmware

ref: fbb61c3b1d4141d244049be25eeb5675d2c59428 qmk_firmware/users/ibnuda/rules.mk -rw-r--r-- 119 bytes
fbb61c3b — Laneware Update keymap.c to add encoder (#21469) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
COMBO_ENABLE		= yes
CONSOLE_ENABLE		= yes

SRC += ibnuda.c

ifeq ($(strip $(COMBO_ENABLE)), yes)
	SRC += combo.c
endif