Skip to content

Commit

Permalink
fix keyboard debouncing by actually initializing the indev driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Apr 19, 2024
1 parent 0b6f3d5 commit 97de810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static void hal_init(void) {

evdev_init();
static lv_indev_drv_t indev_drv_1;
lv_indev_drv_init(&indev_drv_1);
indev_drv_1.read_cb = evdev_read; // no calibration
indev_drv_1.type = LV_INDEV_TYPE_POINTER;

Expand Down

0 comments on commit 97de810

Please sign in to comment.