index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
drivers
/
zephyr
/
kscan_gpio_matrix.c
Age
Commit message (
Expand
)
Author
2020-10-06
feat(power): Initial deep sleep work.
Pete Johanson
2020-10-04
feat(kscan): Use PORT events for kscan matrix interrupts
Pete Johanson
2020-10-01
chore: Fix some accidental formatting issues.
Pete Johanson
2020-09-28
Modify preprocessor directives to use basic #if !defined() rather than Zephyr...
Jason Chestnut
2020-09-27
Fix preprocessor flag issues for pull request.
jason
2020-09-25
Fix merge error.
Jason Chestnut
2020-09-25
Add support to GPIO matrix driver for matrix polling, rather than interrupt-b...
Jason Chestnut
2020-09-25
Add matrix polling logic to matrix GPIO driver.
Jason Chestnut
2020-09-24
Restore original matrix driver to correct implementation errors.
Jason Chestnut
2020-09-24
Add new matrix scan flag and implementation in the gpio matrix driver.
Jason Chestnut
2020-09-14
chore: clang-format the codebase.
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-08-18
feeature(bt): Add "unpair combo" on startup.
Pete Johanson
2020-08-05
Bump delay in scanning while held to 5ms.
Pete Johanson
2020-07-11
kscan: matrix: Remove verbose logging in read.
Pete Johanson
2020-07-07
Detect additional key presses on the same output.
Pete Johanson
2020-06-25
Properly allocate input/output arrays statically.
Pete Johanson
2020-06-24
Initial working Clueboard California Macropad w/ proton-c fixes
Pete Johanson