aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/levinson/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix nyquist (and other splits using D2 in debouncing) (#3067)Danny2018-05-281-1/+0
| | | | | | | | | | | | | | * Update default Nyquist revision * LED slave fix * Sync changes from lets_split * Add needed check for debouncing * Remove line that was setting PD2 pin and interfering with use of that pin * Add backlight key to keymap
* Fix led enabled slave (#3022)Danny2018-05-221-4/+21
| | | | | | | | | | * Account for backlight enabled flag when passing backlight level to slave * Add BL_TOGG to keymap for testing * Apply backlight fix to Iris * Port I2C LED backlight control from Iris to Levinson
* Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna2018-02-061-9/+0
|
* Add Levinson keyboard (#1723)Danny2017-09-151-0/+477
* Fork lets_split to levinson Update subproject default * Update Readme * Pass LED backlight info from master to slave over serial