diff options
| author | James Young | 2024-04-27 04:17:40 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-27 04:17:40 +0200 |
| commit | 0ab77cf2e5b8edd78d3ad7bba0f0326bf934ab39 (patch) | |
| tree | 123d357550e6d48c0ea355cea0184247a6ccf6fd /keyboards/mechwild/sugarglider/rules.mk | |
| parent | 82f7e7d7fec52824fa819241a4905240743c98c1 (diff) | |
Data-Driven Keyboard Conversions: M, Part 2 (#23601)
Diffstat (limited to 'keyboards/mechwild/sugarglider/rules.mk')
| -rw-r--r-- | keyboards/mechwild/sugarglider/rules.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/mechwild/sugarglider/rules.mk b/keyboards/mechwild/sugarglider/rules.mk index 6fd0836a73..a01a95a868 100644 --- a/keyboards/mechwild/sugarglider/rules.mk +++ b/keyboards/mechwild/sugarglider/rules.mk @@ -1,12 +1,5 @@ -# 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 @@ -16,6 +9,3 @@ 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 |