]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/bocaj/rules.mk
Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `readPin`
[qmk_firmware.git] / users / bocaj / rules.mk
1 SRC += bocaj.c
2
3 ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
4   SRC += tap_dances.c
5 endif