From 46fe3b0cf562ff4b62b9a2f50598976ca02e2e2b Mon Sep 17 00:00:00 2001 From: Andy Tsai Date: Mon, 10 Oct 2022 01:37:25 -0700 Subject: [Keyboard] Add hardwareabstraction/handwire Board (#18504) Co-authored-by: Drashna Jaelre Co-authored-by: Tom Barnes --- keyboards/hardwareabstraction/handwire/rules.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 keyboards/hardwareabstraction/handwire/rules.mk (limited to 'keyboards/hardwareabstraction/handwire/rules.mk') diff --git a/keyboards/hardwareabstraction/handwire/rules.mk b/keyboards/hardwareabstraction/handwire/rules.mk new file mode 100644 index 0000000000..d782fba2a8 --- /dev/null +++ b/keyboards/hardwareabstraction/handwire/rules.mk @@ -0,0 +1,8 @@ +LTO_ENABLE = yes +HAPTIC_ENABLE = yes +HAPTIC_DRIVER += SOLENOID + +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 + +WPM_ENABLE = yes -- cgit v1.2.3