~ruther/qmk_firmware

ref: e278715f7f48e6a2e46cb3f4702b2c6eb27eb1d3 qmk_firmware/users/ishtob/rules.mk -rwxr-xr-x 173 bytes
e278715f — Daniel Kao Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT (#20734) 2 years ago
                                                                                
1
2
3
4
5
6
7
SRC += ishtob.c
ifneq ("$(wildcard $(USER_PATH)/macros_private.c)","")
  SRC += macros_private.c
endif
ifeq ($(strip $(NO_SECRETS)), yes)
    OPT_DEFS += -DNO_SECRETS
endif