summaryrefslogtreecommitdiffstats
path: root/keyboards/dc01/left/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-12/+2
|
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-14/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-02-221-1/+1
|\
| * [keyboard] DC01 i2c timeout fix (#16392)yiancar2022-02-211-1/+1
| |
* | [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-8/+0
|/
* [Keyboard] Fix dc01/left so that it doesn't throw a warning (#13653)Zach White2021-07-231-1/+2
|
* [Bug] Develop - DC01 left (#13597)Xelus222021-07-221-1/+1
|
* Merge branch 'master' into developJoshua Diamond2021-02-151-51/+41
|\
| * Dc01 fixes (#11843)yiancar2021-02-151-51/+41
| | | | | | | | | | | | | | | | | | | | | | * 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
|
* Next set of split_common changes (#4974)James Churchill2019-03-121-2/+2
| | | | | | | | | | | | | | | | * Update split_common to use standard i2c drivers * Eliminate RGB_DIRTY/BACKLIT_DIRTY * Fix avr i2c_master error handling * Fix i2c_slave addressing * Remove unneeded timeout on i2c_stop() * Fix RGB I2C transfers * Remove incorrect comment
* Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-271-4/+4
|
* DC01 updates and I2C avr speed overwrite (#4088)yiancar2018-10-081-28/+13
| | | | | | | | | * DC01 updates and I2C avr speed overwrite - General updating of DC01 - Made F_SCL define in AVR I2C driver overwritable from config.h * Update drivers/avr/i2c_master.c
* DC01 keyboard addition (#3428)yiancar2018-07-181-0/+479
* 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