-
-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Keyboard] matchstickworks/southpad - Move files to rev1, add rev2 #21574
Merged
Merged
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
463e56f
Add rev2 and consolidate rev1 and rev2 mappings
MatchstickWorks 8f0aee9
Fixing files to properly build
MatchstickWorks e8a5638
PR Fixes
MatchstickWorks 1b740e2
Enable bootmagic per PR comment
MatchstickWorks a1fc4f7
Update keyboards/matchstickworks/southpad/rev1/info.json
MatchstickWorks 7134eec
Fixing keymap to match a1fc4f7 change
MatchstickWorks c4f4bf5
Merge branch 'SouthPadV2' of https://github.com/MatchstickWorks/qmk_f…
MatchstickWorks 6ac4bef
Update keyboards/matchstickworks/southpad/rev2/info.json
MatchstickWorks 82e0d70
Update keyboards/matchstickworks/southpad/rev2/readme.md
MatchstickWorks 2b43338
Update keyboards/matchstickworks/southpad/rev2/readme.md
MatchstickWorks 1a388b9
Update keyboards/matchstickworks/southpad/rev2/keymaps/via/keymap.c
MatchstickWorks 7aeada7
Update keyboards/matchstickworks/southpad/rev2/keymaps/default/keymap.c
MatchstickWorks 28e7aa6
Update keyboards/matchstickworks/southpad/rev2/info.json
MatchstickWorks 1163573
Update keyboards/matchstickworks/southpad/rev2/keymaps/default/keymap.c
MatchstickWorks f347280
Update keyboards/matchstickworks/southpad/rev2/keymaps/via/keymap.c
MatchstickWorks 943bd7c
Update keyboard_aliases.hjson
MatchstickWorks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,4 @@ | ||
{ | ||
"keyboard_name": "SouthPad", | ||
"manufacturer": "MatchstickWorks", | ||
"url": "", | ||
"maintainer": "MatchstickWorks", | ||
"usb": { | ||
"vid": "0xFEED", | ||
"pid": "0x6060", | ||
"device_version": "0.0.1" | ||
}, | ||
"matrix_pins": { | ||
"cols": ["B0", "B1", "B2", "B4"], | ||
"rows": ["B3", "B5", "B6", "B7", "C7", "C6"] | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"processor": "atmega32u2", | ||
"bootloader": "atmel-dfu", | ||
"layouts": { | ||
"LAYOUT_numpad_6x4_southpaw": { | ||
"layout": [ | ||
{"matrix": [0, 0], "x": 0, "y": 0}, | ||
{"matrix": [0, 1], "x": 1, "y": 0}, | ||
{"matrix": [0, 2], "x": 2, "y": 0}, | ||
{"matrix": [0, 3], "x": 3, "y": 0}, | ||
|
||
{"matrix": [1, 0], "x": 0, "y": 1}, | ||
{"matrix": [1, 1], "x": 1, "y": 1}, | ||
{"matrix": [1, 2], "x": 2, "y": 1}, | ||
{"matrix": [1, 3], "x": 3, "y": 1}, | ||
|
||
{"matrix": [2, 1], "x": 1, "y": 2}, | ||
{"matrix": [2, 2], "x": 2, "y": 2}, | ||
{"matrix": [2, 3], "x": 3, "y": 2}, | ||
{"matrix": [2, 0], "x": 0, "y": 2, "h": 2}, | ||
|
||
{"matrix": [3, 1], "x": 1, "y": 3}, | ||
{"matrix": [3, 2], "x": 2, "y": 3}, | ||
{"matrix": [3, 3], "x": 3, "y": 3}, | ||
|
||
{"matrix": [4, 1], "x": 1, "y": 4}, | ||
{"matrix": [4, 2], "x": 2, "y": 4}, | ||
{"matrix": [4, 3], "x": 3, "y": 4}, | ||
{"matrix": [4, 0], "x": 0, "y": 4, "h": 2}, | ||
|
||
{"matrix": [5, 1], "x": 1, "y": 5}, | ||
{"matrix": [5, 3], "x": 2, "y": 5, "w": 2} | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"keyboard_name": "SouthPad", | ||
"processor": "atmega32u2", | ||
"bootloader": "atmel-dfu", | ||
"usb": { | ||
"vid": "0xFEED", | ||
"pid": "0x6060", | ||
"device_version": "0.0.1" | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": false | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"cols": ["B0", "B1", "B2", "B4"], | ||
"rows": ["B3", "B5", "B6", "B7", "C7", "C6"] | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"matrix": [0, 0], "x": 0, "y": 0}, | ||
{"matrix": [0, 1], "x": 1, "y": 0}, | ||
{"matrix": [0, 2], "x": 2, "y": 0}, | ||
{"matrix": [0, 3], "x": 3, "y": 0}, | ||
|
||
{"matrix": [1, 0], "x": 0, "y": 1}, | ||
{"matrix": [1, 1], "x": 1, "y": 1}, | ||
{"matrix": [1, 2], "x": 2, "y": 1}, | ||
{"matrix": [1, 3], "x": 3, "y": 1}, | ||
|
||
{"matrix": [2, 1], "x": 1, "y": 2}, | ||
{"matrix": [2, 2], "x": 2, "y": 2}, | ||
{"matrix": [2, 3], "x": 3, "y": 2}, | ||
{"matrix": [2, 0], "x": 0, "y": 2, "h": 2}, | ||
|
||
{"matrix": [3, 1], "x": 1, "y": 3}, | ||
{"matrix": [3, 2], "x": 2, "y": 3}, | ||
{"matrix": [3, 3], "x": 3, "y": 3}, | ||
|
||
{"matrix": [4, 1], "x": 1, "y": 4}, | ||
{"matrix": [4, 2], "x": 2, "y": 4}, | ||
{"matrix": [4, 3], "x": 3, "y": 4}, | ||
{"matrix": [4, 0], "x": 0, "y": 4, "h": 2}, | ||
|
||
{"matrix": [5, 1], "x": 1, "y": 5}, | ||
{"matrix": [5, 3], "x": 2, "y": 5, "w": 2} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"keyboard_name": "SouthPad v2", | ||
"processor": "RP2040", | ||
"bootloader": "rp2040", | ||
"usb": { | ||
"vid": "0x4D57", | ||
"pid": "0x0002", | ||
"device_version": "0.0.1" | ||
}, | ||
"features": { | ||
"bootmagic": true, | ||
"command": false, | ||
"console": false, | ||
"extrakey": true, | ||
"mousekey": true, | ||
"nkro": true | ||
}, | ||
"diode_direction": "COL2ROW", | ||
"matrix_pins": { | ||
"rows": ["GP13", "GP29", "GP28", "GP20", "GP19", "GP18"], | ||
"cols": ["GP2", "GP4", "GP11", "GP12"] | ||
}, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{ "label": "Bksp", "matrix": [0, 0], "x": 0.0, "y": 0.0 }, | ||
{ "label": "=", "matrix": [0, 1], "x": 1.0, "y": 0.0 }, | ||
{ "label": "(", "matrix": [0, 2], "x": 2.0, "y": 0.0 }, | ||
{ "label": ")", "matrix": [0, 3], "x": 3.0, "y": 0.0 }, | ||
{ "label": "-", "matrix": [1, 0], "x": 0.0, "y": 1.0 }, | ||
{ "label": "*", "matrix": [1, 1], "x": 1.0, "y": 1.0 }, | ||
{ "label": "/", "matrix": [1, 2], "x": 2.0, "y": 1.0 }, | ||
{ "label": "Num Lock", "matrix": [1, 3], "x": 3.0, "y": 1.0 }, | ||
{ "h": 2, "label": "+", "matrix": [2, 0], "x": 0.0, "y": 2.0 }, | ||
{ "label": "9", "matrix": [2, 1], "x": 1.0, "y": 2.0 }, | ||
{ "label": "8", "matrix": [2, 2], "x": 2.0, "y": 2.0 }, | ||
{ "label": "7", "matrix": [2, 3], "x": 3.0, "y": 2.0 }, | ||
{ "label": "6", "matrix": [3, 1], "x": 1.0, "y": 3.0 }, | ||
{ "label": "5", "matrix": [3, 2], "x": 2.0, "y": 3.0 }, | ||
{ "label": "4", "matrix": [3, 3], "x": 3.0, "y": 3.0 }, | ||
{ "h": 2, "label": "Enter", "matrix": [4, 0], "x": 0.0, "y": 4.0 }, | ||
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{ "label": "3", "matrix": [4, 1], "x": 1.0, "y": 4.0 }, | ||
{ "label": "2", "matrix": [4, 2], "x": 2.0, "y": 4.0 }, | ||
{ "label": "1", "matrix": [4, 3], "x": 3.0, "y": 4.0 }, | ||
{ "label": ".", "matrix": [5, 1], "x": 1.0, "y": 5.0 }, | ||
{ "label": "0", "matrix": [5, 3], "w": 2, "x": 2.0, "y": 5.0 } | ||
] | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
keyboards/matchstickworks/southpad/rev2/keymaps/default/keymap.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* Copyright 2023 Logan Butler*/ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[0] = LAYOUT( | ||
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0), | ||
KC_PMNS, KC_PAST, KC_PSLS, TG(1), | ||
KC_PPLS, KC_P9, KC_P8, KC_P7, | ||
KC_P6, KC_P5, KC_P4, | ||
KC_PENT, KC_P3, KC_P2, KC_P1, | ||
KC_PDOT, KC_P0 | ||
), | ||
|
||
[1] = LAYOUT( | ||
_______, _______, _______, _______, | ||
_______, _______, _______, _______, | ||
_______, KC_PGUP, KC_UP, KC_HOME, | ||
KC_LEFT, _______, KC_RGHT, | ||
_______, KC_PGDN, KC_DOWN, KC_END, | ||
KC_DEL, KC_INS | ||
), | ||
|
||
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}; |
26 changes: 26 additions & 0 deletions
26
keyboards/matchstickworks/southpad/rev2/keymaps/via/keymap.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* Copyright 2023 Logan Butler*/ | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
|
||
[0] = LAYOUT( | ||
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0), | ||
KC_PMNS, KC_PAST, KC_PSLS, TG(1), | ||
KC_PPLS, KC_P9, KC_P8, KC_P7, | ||
KC_P6, KC_P5, KC_P4, | ||
KC_PENT, KC_P3, KC_P2, KC_P1, | ||
KC_PDOT, KC_P0 | ||
), | ||
|
||
[1] = LAYOUT( | ||
_______, _______, _______, _______, | ||
_______, _______, _______, _______, | ||
_______, KC_PGUP, KC_UP, KC_HOME, | ||
KC_LEFT, _______, KC_RGHT, | ||
_______, KC_PGDN, KC_DOWN, KC_END, | ||
KC_DEL, KC_INS | ||
), | ||
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
VIA_ENABLE = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# SouthPad | ||
|
||
![Southpad](https://i.imgur.com/oXi69cu.png) | ||
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
This is a left-handed, mirrored numberpad with USB-C connection and Kailh hotswap sockets, built on the RP2040 MCU. | ||
|
||
Default layout is such: | ||
|
||
![SouthPad Layout](https://i.imgur.com/Zwxpa7a.png) | ||
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* Keyboard Maintainer: [Logan Butler](https://github.com/MatchstickWorks) | ||
* Hardware Supported: SouthPad v2 PCB | ||
* Hardware Availability: Either via [my storefront](https://matchstick.works), [my Etsy Store](https://www.etsy.com/shop/MatchstickWorksShop), or by messaging directly | ||
|
||
Getting the board into bootloader mode: | ||
|
||
In order to flash the firmware to this board, simply press both the RESET and BOOT buttons on the back of the PCB. You will hear a reconnect sound on your computer and a file explorer window should open where you can drag and drop the compiled UF2 into. | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
|
||
make matchstickworks/southpad/rev2:default | ||
|
||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
Empty file.
MatchstickWorks marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
layouts.LAYOUT.layout
doesn't match image inreadme.md
nor layout inrev1/info.json
, please could you rectify?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the images in
readme.md
. Rev1 had the actual NumLock key, but it messes with how the arrows work, so rev2 uses a fake "NumLock" as a Toggle Layer key to properly define the arrows as intended. Is this something that works for you?