forked from mirrors/qmk_userspace
DRV2605L Continuous Haptic Feedback Support (#6461)
* provide means to turn on RTP mode and set the amplitude * new keycode HPT_CONT to turn RTP off/on * introduce new keycodes HPT_CONI, and HPT_COND for Haptic Continuous Increase and Decrease * support for continuous mode amplitude increase and decrease * code cleanup * update docs to reference new keycodes and functionality * don't touch the keymaps * add function prototypes * add proper guards * cleanup guards * remove extra reserved
This commit is contained in:
parent
7a5a2591eb
commit
911b8915cc
6 changed files with 101 additions and 6 deletions
|
@ -473,6 +473,9 @@ enum quantum_keycodes {
|
|||
HPT_BUZ,
|
||||
HPT_MODI,
|
||||
HPT_MODD,
|
||||
HPT_CONT,
|
||||
HPT_CONI,
|
||||
HPT_COND,
|
||||
HPT_DWLI,
|
||||
HPT_DWLD,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue