Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-29 | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349) | Stefan Kerkmann | |
2021-02-06 | Remove legacy print backward compatiblitly (#11805) | Joel Challis | |
* Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes | |||
2019-08-20 | Remove superfluous JTAG disable code (#6445) | fauxpark | |
* Remove superfluous JTAG disable code * 32A has differently named register * Accidentally some operators * 32A also has different JTAG pins * Wrap disable_jtag() in an ifndef * Document this new define * Rename the define, it conflicts with a LUFA thing Also, move the ifndef wrapping to the call in keyboard_setup() | |||
2019-06-06 | Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997) | Drashna Jaelre | |
2019-01-27 | Fix `1<col` instead of `1<<col` typo in matrix_is_on() | James Churchill | |
2018-02-06 | Remove _quantum functions from custom matrix.c code | U-LANDSRAAD\drashna | |
2017-04-30 | Syntax fix | Priyadi Iman Nurcahyo | |
2017-04-19 | Promethium rev2 | Priyadi Iman Nurcahyo | |
* 10 more indicator LEDs * Piezo buzzer * Uses HC138 decoder to free up 5 pins * Trackpoint buttons are now part of matrix |