[Feature] Add support for multiple switchs/solenoids to Haptic Feedback engine (#15657)
This commit is contained in:
parent
4d107feca9
commit
f090881aeb
7 changed files with 164 additions and 70 deletions
11
keyboards/handwired/onekey/keymaps/haptic/keymap.c
Normal file
11
keyboards/handwired/onekey/keymaps/haptic/keymap.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT_ortho_1x1(KC_A)
|
||||
};
|
||||
|
||||
void haptic_enable(void);
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
haptic_enable();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue