aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ingrained/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-7/+7
|
* I2C driver cleanup (#21273)David Hoelscher2024-01-171-8/+6
| | | | | * remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
* Clean up usage of `QMK_KEYBOARD_H` (#20167)Ryan2023-03-201-1/+3
|
* [Keyboard] Add Ingrained Keyboard (#15928)jpuerto962022-09-011-0/+253
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Juan Puerto <jpuerto@psc.edu> Co-authored-by: jpuerto-psc <68066250+jpuerto-psc@users.noreply.github.com>