summaryrefslogtreecommitdiff
path: root/keyboards/hadron/ver3/ver3.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hadron/ver3/ver3.c')
-rw-r--r--keyboards/hadron/ver3/ver3.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/hadron/ver3/ver3.c b/keyboards/hadron/ver3/ver3.c
index 5e5e3e009f..37169fe2f3 100644
--- a/keyboards/hadron/ver3/ver3.c
+++ b/keyboards/hadron/ver3/ver3.c
@@ -17,7 +17,7 @@
#include "qwiic.h"
#include "action_layer.h"
#include "matrix.h"
-#include "DRV2605L.h"
+#include "haptic.h"
#ifdef QWIIC_MICRO_OLED_ENABLE
@@ -167,20 +167,12 @@ void encoder_update_kb(uint8_t index, bool clockwise) {
#endif
void matrix_init_kb(void) {
-#ifdef DRV2605L
- DRV_init();
-#endif
queue_for_send = true;
matrix_init_user();
}
void matrix_scan_kb(void) {
-
if (queue_for_send) {
- #ifdef DRV2605L
- DRV_EFFECT play_eff = strong_click;
- DRV_pulse(play_eff);
- #endif
#ifdef QWIIC_MICRO_OLED_ENABLE
read_host_led_state();
draw_ui();