qmk-firmware/keyboards/kc60se
noroadsleft 9c4b9bbccc 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
2018-07-20 09:10:13 -07:00
..
keymaps/default KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00
config.h KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00
info.json KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00
kc60se.c KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00
kc60se.h Keyboard: KC60se matrix fixes (#3446) 2018-07-20 09:10:13 -07:00
readme.md KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00
rules.mk KC60 SE Support (#3301) 2018-07-05 08:18:21 -07:00

readme.md

kc60se

![kc60se](imgur.com image replace me!)

A short description of the keyboard/project

Keyboard Maintainer: Blake C. Lewis, MechMerlin
Hardware Supported: KC60 SE Hardware Availability: Aliexpress

Make example for this keyboard (after setting up your build environment):

make kc60se:default

See build environment setup then the make instructions for more information.