diff options
Diffstat (limited to 'keyboards/tkw/grandiceps/rev2/rules.mk')
-rw-r--r-- | keyboards/tkw/grandiceps/rev2/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/tkw/grandiceps/rev2/rules.mk b/keyboards/tkw/grandiceps/rev2/rules.mk new file mode 100644 index 0000000000..c8f3f05bdd --- /dev/null +++ b/keyboards/tkw/grandiceps/rev2/rules.mk @@ -0,0 +1,5 @@ +EEPROM_DRIVER = i2c + +POINTING_DEVICE_ENABLE = yes +SRC += drivers/sensors/pimoroni_trackball.c +QUANTUM_LIB_SRC += i2c_master.c |