1
0
Fork 0

MatchstickWorks SouthPad: correct Configurator key sequence (#14255)

* matchstickworks/southpad: correct Configurator key sequence

* replace tabs with spaces; apply four-space indent
This commit is contained in:
James Young 2021-09-01 17:44:03 +00:00 committed by GitHub
parent 583f07ac58
commit 7575bc23a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 28 deletions

View file

@ -26,19 +26,19 @@
* represents the switch matrix.
*/
#define LAYOUT_numpad_6x4_southpaw( \
k00, k01, k02, k03, \
k10, k11, k12, k13, \
k21, k22, k23, \
k20, k31, k32, k33, \
k41, k42, k43, \
k40, k51, k53 \
k00, k01, k02, k03, \
k10, k11, k12, k13, \
k21, k22, k23, \
k20, k31, k32, k33, \
k41, k42, k43, \
k40, k51, k53 \
) \
{ \
{ k00, k01, k02, k03 }, \
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, k23 }, \
{ KC_NO, k31, k32, k33 }, \
{ k40, k41, k42, k43 }, \
{ KC_NO, k51, KC_NO, k53 } \
{ k00, k01, k02, k03 }, \
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, k23 }, \
{ KC_NO, k31, k32, k33 }, \
{ k40, k41, k42, k43 }, \
{ KC_NO, k51, KC_NO, k53 } \
}