summaryrefslogtreecommitdiff
path: root/app/drivers
AgeCommit message (Expand)Author
2020-10-11Reformatted according to clang-format lintNuxiom
2020-10-11Fix kscan_gpio_irq_callback_handler_##n conditional macroNuxiom
2020-10-06Merge pull request #211 from petejohanson/core/keymap-port-event-explorationPete Johanson
2020-10-06feat(power): Initial deep sleep work.Pete Johanson
2020-10-04feat(kscan): Use PORT events for kscan matrix interruptsPete Johanson
2020-10-04fix(kscan): fix direct GPIO when using interruptsJoel Spadin
2020-10-03fix(ec11): allow more than one encoderJoel Spadin
2020-10-01chore: Fix remaining formatting issues.Pete Johanson
2020-10-01chore: Fix some accidental formatting issues.Pete Johanson
2020-09-28Modify preprocessor directives to use basic #if !defined() rather than Zephyr...Jason Chestnut
2020-09-27Fix preprocessor flag issues for pull request.jason
2020-09-25Fix merge error.Jason Chestnut
2020-09-25Add support to GPIO matrix driver for matrix polling, rather than interrupt-b...Jason Chestnut
2020-09-25Add matrix polling logic to matrix GPIO driver.Jason Chestnut
2020-09-24Restore original matrix driver to correct implementation errors.Jason Chestnut
2020-09-24Add new matrix scan flag and implementation in the gpio matrix driver.Jason Chestnut
2020-09-24Rename kscan direct wired driver polling kscan flag in preparationfor additio...Jason Chestnut
2020-09-23Adding kconfig flag for enabling matrix polling (vs interrupts) on the matrix...Jason Chestnut
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-09-01fix(kscan): Avoid sending duplicate kscan events.Pete Johanson
2020-08-18feeature(bt): Add "unpair combo" on startup.Pete Johanson
2020-08-11Fix up some incorrect license headers.Pete Johanson
2020-08-06Encoder Kconfig fixes.Pete Johanson
2020-08-05Bump delay in scanning while held to 5ms.Pete Johanson
2020-07-24Tweaks for EC11 config.Pete Johanson
2020-07-22Initial work on sensor bindings.Pete Johanson
2020-07-21Tweaks for orientation and A/B pins for Kyria leftPete Johanson
2020-07-21Support multiple instances of the encoder.Pete Johanson
2020-07-21Code cleanup for non-trigger mode.Pete Johanson
2020-07-21Filename fix for EN11 -> EC11.Pete Johanson
2020-07-21Working encoder detection.Pete Johanson
2020-07-20Code clean upPete Johanson
2020-07-20Fetch/get implementation work.Pete Johanson
2020-07-20EN11 is actually EC11, some sample work.Pete Johanson
2020-07-20Interrupt fixes.Pete Johanson
2020-07-19Initial en11 exploration.Pete Johanson
2020-07-11kscan: matrix: Remove verbose logging in read.Pete Johanson
2020-07-07Detect additional key presses on the same output.Pete Johanson
2020-06-25Properly allocate input/output arrays statically.Pete Johanson
2020-06-24Fix .gitignore, add missing changes.Pete Johanson
2020-06-24Initial working Clueboard California Macropad w/ proton-c fixesPete Johanson
2020-06-09Fix remaining Apache header lines.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson