qmk/quantum
Alex Ong 17e7762de7 Eager Per Row Debouncing added (added to Ergodox) (#5498)
* Implemented Eager Per Row debouncing algorithm.

Good for when fingers can only press one row at a time (e.g. when keyboard is wired so that "rows" are vertical)

* Added documentation for eager_pr

* Ported ergodox_ez to eager_pr debouncing.

* Removed check for changes in matrix_scan.

* Added further clarification in docs.

* Accidental merge with ergodox_ez

* Small cleanup in eager_pr

* Forgot to debounce_init - this would probably cause seg-faults.
2019-04-03 14:45:55 -07:00
..
api
audio Added some new songs (#5525) 2019-04-02 11:51:28 -07:00
debounce Eager Per Row Debouncing added (added to Ergodox) (#5498) 2019-04-03 14:45:55 -07:00
keymap_extras
process_keycode Unicode fix for new wincompose version (#5082) 2019-03-17 10:35:14 -07:00
rgb_matrix_animations RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
serial_link
split_common Add support for RGB LEDs wired directly to each half's controller (#5392) 2019-03-23 17:20:14 -07:00
stm32
template
tools
visualizer Fixing dead links (#5503) 2019-03-29 06:20:25 -07:00
api.c rgblight split transfer non-eeprom config (#5396) 2019-03-15 13:46:49 -07:00
api.h
color.c RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
color.h
config_common.h Add new keyboard Plaid and ATMEGA328p support (#5379) 2019-03-12 11:48:17 -07:00
debounce.h
dynamic_keymap.c
dynamic_keymap.h
dynamic_macro.h
encoder.c
encoder.h
fauxclicky.c
fauxclicky.h
keycode_config.c
keycode_config.h
keymap_common.c Next set of split_common changes (#4974) 2019-03-12 10:23:28 -07:00
keymap.h
led_matrix_drivers.c
led_matrix.c
led_tables.c
led_tables.h
ledmatrix.h
matrix.c
mcu_selection.mk
pincontrol.h
pointing_device.c
pointing_device.h
quantum_keycodes.h
quantum.c RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
quantum.h Next set of split_common changes (#4974) 2019-03-12 10:23:28 -07:00
rgb_matrix_drivers.c
rgb_matrix_types.h RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
rgb_matrix.c RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
rgb_matrix.h RGB Matrix Overhaul (#5372) 2019-04-02 17:24:14 -07:00
rgb.h
rgblight_list.h
rgblight_reconfig.h
rgblight_types.h
rgblight.c Add support for RGB LEDs wired directly to each half's controller (#5392) 2019-03-23 17:20:14 -07:00
rgblight.h Add support for RGB LEDs wired directly to each half's controller (#5392) 2019-03-23 17:20:14 -07:00
send_string_keycodes.h
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h