diff options
| author | James Young | 2024-04-15 20:19:08 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-15 20:19:08 +0200 |
| commit | 2e01b67ecc4e36668098cb1bc4a5b63976d4c94d (patch) | |
| tree | 2ff0ba984be945b6c9145a1b3650a1a0802ca482 /keyboards/hardwareabstraction/handwire/rules.mk | |
| parent | 130a2a31a66f17969102f95045fa2dcfac84e01d (diff) | |
Data-Driven Keyboard Conversions: H, Part 1 (#23524)
Diffstat (limited to 'keyboards/hardwareabstraction/handwire/rules.mk')
| -rw-r--r-- | keyboards/hardwareabstraction/handwire/rules.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/hardwareabstraction/handwire/rules.mk b/keyboards/hardwareabstraction/handwire/rules.mk index 8a33a55331..a521203b32 100644 --- a/keyboards/hardwareabstraction/handwire/rules.mk +++ b/keyboards/hardwareabstraction/handwire/rules.mk @@ -1,7 +1 @@ -LTO_ENABLE = yes -HAPTIC_ENABLE = yes HAPTIC_DRIVER = solenoid - -OLED_ENABLE = yes - -WPM_ENABLE = yes |