Skip to content

Commit

Permalink
maybe i messed up the rules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hazel committed Nov 27, 2022
1 parent c824f17 commit fe6b533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/jasonhazel/bad_wings/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QUANTUM_LIB_SRC += spi_master.c
CUSTOM_MATRIX = lite

ifeq ($(strip $(TRACKPAD_ENABLE)), yes)
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER := cirque_pinnacle_spi
POINTING_DEVICE_ENABLE := yes
OPT_DEFTS += -DTRACKPAD_ENABLED
endif

0 comments on commit fe6b533

Please sign in to comment.