Skip to content

Commit

Permalink
[Keyboard] Fixes to info.json and rules.mk for Southpad n(qmk#14053)
Browse files Browse the repository at this point in the history
Making info.json work better with the QMK Configurator and updating rules to work properly with the correct bootloader.
  • Loading branch information
MatchstickWorks authored Aug 18, 2021
1 parent b21e093 commit 0dacceb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
49 changes: 27 additions & 22 deletions keyboards/matchstickworks/southpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion keyboards/matchstickworks/southpad/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MCU = atmega32u2

# Bootloader selection
BOOTLOADER = bootloadHID
BOOTLOADER = atmel-dfu

# Build Options
# change yes to no to disable
Expand Down

0 comments on commit 0dacceb

Please sign in to comment.