]> git.donarmstrong.com Git - qmk_firmware.git/history - quantum/debounce
Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE
[qmk_firmware.git] / quantum / debounce /
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.