summaryrefslogtreecommitdiffstats
path: root/keyboards/dc01/numpad/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into developJoshua Diamond2021-02-151-12/+7
|\
| * Dc01 fixes (#11843)yiancar2021-02-151-12/+7
| | | | | | | | | | | | | | | | | | | | | | * dc01-fixes * dc01-fixes * Cleanup and add VIA * Updated JSONs * fix
* | Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-1/+1
|/ | | | | | | * Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-8/+8
|
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-1/+1
|
* Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill2019-01-221-6/+6
| | | Also merges tx/rx buffers, as only one is necessary.
* DC01 keyboard addition (#3428)yiancar2018-07-181-0/+404
* DC01 initial commit - Addition of directories - Left readme * Initial commit of left half * Initial files for right half * arrow * i2c adjustments * I2C slave and DC01 refractoring - Cleaned up state machine of I2C slave driver - Modified DC01 left to use already pressent I2C master driver - Modified DC01 matrixes * Fixed tabs to spaces * Addition of Numpad * Add keymaps - Orthopad keymap for numpad module - Numpad keymap for numpad module - ISO, ANSI and HHKB version of keymap for right module * Minor matrix.c fixes * Update Readmes