]> git.donarmstrong.com Git - qmk_firmware.git/history - quantum/debounce
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / quantum / debounce /
2019-07-20 DannyMerge pull request #6264 from zvecr/split_master_check
2019-07-09 Drashna JaelreFix debouncing issue for eager algorithms (#6081)
2019-04-18 Alex Ong[core] Fix for eager_pr #5643
2019-04-15 Alex OngEager pk/pr optimization (#5621)
2019-04-08 Drashna JaelreFixed tap/down/up handling in dynamic keymap macros...
2019-04-03 Alex OngEager Per Row Debouncing added (added to Ergodox) ...
2019-03-28 Drashna JaelreUpdate KBD67 readme so that it mentions the KBD65 PCB...
2019-03-05 Drashna JaelreUpdate personal userspace and keymaps + improve custom...
2019-03-04 James ChurchillClean up debounce a bit (#5255)
2019-02-15 Drashna JaelreDebounce refactor / API (#3720)
2019-01-26 alex-ongFix compile error in debounce_eager_pk
2019-01-26 alex-ongMerge branch 'debounce_refactor' of https://github...
2019-01-26 alex-ongMalloc array in debounce_eager_pk, since split keyboard...
2019-01-26 Alex OngFixed compilation error with debounce_sym_g
2019-01-26 Alex OngBug fix - was using MATRIX_ROWS instead of num_rows
2019-01-26 alex-ongMoved debouncing_time variable to inside #if debounce
2019-01-26 alex-ongWorking eager_pk
2019-01-26 alex-ongDO NOT USE Revert back to original API to support split...
2019-01-26 alex-ongDO NOT USE - debounce successfully compiled.