Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Scan/avr-capsense
Jacob Alexander 61e45985c2 Added the averaged initial average as well as problem key rejection
- Any keys that exceed the high average are temporarily disabled
- If the sense value goes below the initial average sense, it is re-enabled
- Even works if *many* keys are pressed initially

- Still needs a bit of detection of consistent high keys that sometimes sneak below the threshold
  (May be able to have an elastic threshold that could deal with this)

- Removed dead code (and redundant calculations)
2013-12-01 23:07:38 -05:00
..
scan_loop.c Added the averaged initial average as well as problem key rejection 2013-12-01 23:07:38 -05:00
scan_loop.h Correcting license (should have been lgpl) 2013-11-17 16:42:41 -05:00
setup.cmake Adapting the avr-capsense code to the Kiibohd Controller API 2013-11-16 19:37:16 -05:00