]> git.donarmstrong.com Git - qmk_firmware.git/commit
DRV2605L Continuous Haptic Feedback Support (#6461)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 19 Sep 2019 16:42:33 +0000 (09:42 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 19 Sep 2019 16:42:33 +0000 (09:42 -0700)
commit911b8915cc89c040db3c6075a1a547003b0ab37f
treefe7afcae351fd3a5e9bce4ea25ef406f6382f1d7
parent7a5a2591ebc797d9670366a45396afed48c5fc6f
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
docs/feature_haptic_feedback.md
drivers/haptic/DRV2605L.c
drivers/haptic/DRV2605L.h
drivers/haptic/haptic.c
drivers/haptic/haptic.h
quantum/quantum_keycodes.h