index
:
qmk_firmware
redox-keymap-yushyin
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
debounce
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
[core] Fix for eager_pr #5643
Alex Ong
1
-1
/
+2
2019-04-15
Eager pk/pr optimization (#5621)
Alex Ong
2
-91
/
+72
2019-04-03
Eager Per Row Debouncing added (added to Ergodox) (#5498)
Alex Ong
2
-1
/
+101
2019-03-04
Clean up debounce a bit (#5255)
James Churchill
3
-9
/
+9
2019-01-26
Fix compile error in debounce_eager_pk
alex-ong
1
-2
/
+2
2019-01-26
Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...
alex-ong
1
-3
/
+3
2019-01-26
Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.
alex-ong
1
-2
/
+5
2019-01-26
Fixed compilation error with debounce_sym_g
Alex Ong
1
-2
/
+2
2019-01-26
Bug fix - was using MATRIX_ROWS instead of num_rows
Alex Ong
1
-1
/
+1
2019-01-26
Moved debouncing_time variable to inside #if debounce
alex-ong
1
-3
/
+2
2019-01-26
Working eager_pk
alex-ong
1
-23
/
+18
2019-01-26
DO NOT USE Revert back to original API to support split_keyboards.
alex-ong
1
-4
/
+4
2019-01-26
DO NOT USE - debounce successfully compiled.
alex-ong
3
-0
/
+209