diff options
| author | James Young | 2024-04-15 20:22:31 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 20:22:31 +0200 |
| commit | 3c9dd3680991479a70de9f68c1cf2f8af788dad6 (patch) | |
| tree | 19f1d14fac78883aaedc9df70091b3dd7f910f40 /keyboards/handwired/aball/rules.mk | |
| parent | 9c1662f8f9f28d185ccf0ce1dee084934c896367 (diff) | |
Data-Driven Keyboard Conversions: H, Part 2 (#23525)
Diffstat (limited to 'keyboards/handwired/aball/rules.mk')
| -rw-r--r-- | keyboards/handwired/aball/rules.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/handwired/aball/rules.mk b/keyboards/handwired/aball/rules.mk index d5e8e6ab98..84de35aeb1 100644 --- a/keyboards/handwired/aball/rules.mk +++ b/keyboards/handwired/aball/rules.mk @@ -1,16 +1 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output - -# Add trackball support -POINTING_DEVICE_ENABLE = yes POINTING_DEVICE_DRIVER = adns9800 |