Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/13243/head
QMK Bot 2 years ago
parent
commit
10fab4ec07
2 changed files with 28 additions and 23 deletions
  1. +27
    -22
      keyboards/matchstickworks/southpad/info.json
  2. +1
    -1
      keyboards/matchstickworks/southpad/rules.mk

+ 27
- 22
keyboards/matchstickworks/southpad/info.json View File

@ -5,29 +5,34 @@
"width": 4,
"height": 6,
"layouts": {
"LAYOUT": {
"LAYOUT_numpad_6x4_southpaw": {
"layout": [
{"label":"K00 (B3,B0)", "x":0, "y":0},
{"label":"K01 (B3,B1)", "x":1, "y":0},
{"label":"K02 (B3,B2)", "x":2, "y":0},
{"label":"K03 (B3,B4)", "x":3, "y":0},
{"label":"K10 (B5,B0)", "x":0, "y":1},
{"label":"K11 (B5,B1)", "x":1, "y":1},
{"label":"K12 (B5,B2)", "x":2, "y":1},
{"label":"K13 (B5,B4)", "x":3, "y":1},
{"label":"K30 (B7,B0)", "x":0, "y":2, "h":2},
{"label":"K21 (B6,B1)", "x":1, "y":2},
{"label":"K22 (B6,B2)", "x":2, "y":2},
{"label":"K23 (B6,B4)", "x":3, "y":2},
{"label":"K31 (B7,B1)", "x":1, "y":3},
{"label":"K32 (B7,B2)", "x":2, "y":3},
{"label":"K33 (B7,B4)", "x":3, "y":3},
{"label":"K50 (C6,B0)", "x":0, "y":4, "h":2},
{"label":"K41 (C7,B1)", "x":1, "y":4},
{"label":"K42 (C7,B2)", "x":2, "y":4},
{"label":"K43 (C7,B4)", "x":3, "y":4},
{"label":"K51 (C6,B1)", "x":1, "y":5},
{"label":"K53 (C6,B4)", "x":2, "y":5, "w":2}
{"label":"Bksp", "x":0, "y":0},
{"label":"=", "x":1, "y":0},
{"label":"(", "x":2, "y":0},
{"label":")", "x":3, "y":0},
{"label":"-", "x":0, "y":1},
{"label":"*", "x":1, "y":1},
{"label":"/", "x":2, "y":1},
{"label":"Num Lock", "x":3, "y":1},
{"label":"+", "x":0, "y":2, "h":2},
{"label":"9", "x":1, "y":2},
{"label":"8", "x":2, "y":2},
{"label":"7", "x":3, "y":2},
{"label":"6", "x":1, "y":3},
{"label":"5", "x":2, "y":3},
{"label":"4", "x":3, "y":3},
{"label":"Enter", "x":0, "y":4, "h":2},
{"label":"3", "x":1, "y":4},
{"label":"2", "x":2, "y":4},
{"label":"1", "x":3, "y":4},
{"label":".", "x":1, "y":5},
{"label":"0", "x":2, "y":5, "w":2}
]
}
}

+ 1
- 1
keyboards/matchstickworks/southpad/rules.mk View File

@ -2,7 +2,7 @@
MCU = atmega32u2
# Bootloader selection
BOOTLOADER = bootloadHID
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable


Loading…
Cancel
Save