Fix missing column for Herringbone (#9679)
* Add the missing column to the config * Fix key layout error in info.json
This commit is contained in:
@@ -41,8 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
|
||||
*
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { C5, C6, C7, A7, A6, A5 }
|
||||
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, C4, D6, D5, D1, B0, B1, B3, B4, B7 }
|
||||
#define MATRIX_ROW_PINS { C4, C5, C6, C7, A7, A6 }
|
||||
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, D6, D5, D1, B0, B1, B2, B3, B4, D7 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
|
||||
Reference in New Issue
Block a user