[Keyboard] Fixes to info.json and rules.mk for Southpad n()

Making info.json work better with the QMK Configurator and updating rules to work properly with the correct bootloader.
This commit is contained in:
Logan Butler 2021-08-18 10:34:43 -07:00 committed by GitHub
parent b21e093057
commit 0daccebaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 23 deletions
keyboards/matchstickworks/southpad

View File

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

View File

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