]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: KC60se matrix fixes (#3446)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Fri, 20 Jul 2018 16:10:13 +0000 (09:10 -0700)
committerDrashna Jaelre <drashna@live.com>
Fri, 20 Jul 2018 16:10:13 +0000 (09:10 -0700)
commit9c4b9bbccc2ff4ef2b2bead2138e82b1a4f9d688
treeb0e2619bb30ef60bff8b8794d352b3a602ce3f3a
parent0537a59920d912a819e78eb052fbbc856f5ed6ac
Keyboard: KC60se matrix fixes (#3446)

* Replace KC_NO with ___ in matrices for readability

* Add K49 to LAYOUT matrix

K49 was previously was stated to be padless, but it's actually the right-hand half of a split Backspace.

* Switched positions of K3C and K3D in LAYOUT matrix

When using a split right Shift, K3D is to the left of K3C.

* Insert KC_NO (___) element into bottom row of LAYOUT_60_ansi matrix

Reported by @NimMooMoo on QMK Discord

Right-hand modifiers on bottom row were shifted one key to the right. After debugging, discovered that the "electrical matrix" (the part of the matrix macro that determines which row and column a key uses) was one element short on the last row at K49, causing the rest of the row to be offset by one column.

This commit corrects that issue.

* Added a missing comma in the LAYOUT matrix
keyboards/kc60se/kc60se.h