~ruther/qmk_firmware

ref: 47bc02b2ff84c9a35b8f778a8a1012f737372eea qmk_firmware/keyboards/mechwild/sugarglider/rules.mk -rw-r--r-- 689 bytes
47bc02b2 — Dasky Force CPI update using timer when using split pointing. (#23545) 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Build Options
#   change yes to no to disable
#
OLED_ENABLE = yes                   # OLED Enabled

# Cirque touchpad settings
POINTING_DEVICE_ENABLE = yes                    # Pointing Device Enabled
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi    # Pointing Device Driver
DYNAMIC_TAPPING_TERM_ENABLE = yes               # Enable Dynamic Tapping Term to control the Tap term for the Cirque Pad easily

# Custom matrix setup
CUSTOM_MATRIX = lite

VPATH += drivers/gpio
SRC += mcp23018.c matrix.c
I2C_DRIVER_REQUIRED = yes

DEFAULT_FOLDER = mechwild/sugarglider/wide_oled

# Necessary for stenography functionality
KEYBOARD_SHARED_EP = yes    # Needed to free up an endpoint in blackpill