Skip to content
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

Add matchstickworks normiepad #23183

Merged
merged 21 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7c4b123
Adding new keyboard NormiePad
MatchstickWorks Jan 27, 2024
25f35a9
updating keymaps
MatchstickWorks Jan 28, 2024
ef52823
Merge branch 'qmk:master' into NormiePad-dev
MatchstickWorks Feb 18, 2024
d57ed1a
Merge branch 'qmk:master' into NormiePad-dev
MatchstickWorks Feb 28, 2024
b5561f8
Merge branch 'qmk:master' into NormiePad-dev
MatchstickWorks Feb 29, 2024
a123991
Update readme.md
MatchstickWorks Feb 29, 2024
3a80a62
formatting info.json files
MatchstickWorks Feb 29, 2024
da0f9e4
Update keyboards/matchstickworks/normiepad/readme.md
MatchstickWorks Feb 29, 2024
88f256e
Update keyboards/matchstickworks/normiepad/readme.md
MatchstickWorks Feb 29, 2024
c01ed52
Merge branch 'qmk:master' into NormiePad-dev
MatchstickWorks Mar 2, 2024
296fe54
Update readme.md
MatchstickWorks Mar 2, 2024
23665f2
Update keyboards/matchstickworks/normiepad/keymaps/default/keymap.c
MatchstickWorks Mar 7, 2024
84fe721
Update keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
MatchstickWorks Mar 7, 2024
6d9f126
Update keyboards/matchstickworks/normiepad/keymaps/default/keymap.c
MatchstickWorks Mar 29, 2024
3f4c27c
Update keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
MatchstickWorks Mar 29, 2024
3f79b3a
Update keyboards/matchstickworks/normiepad/info.json
MatchstickWorks Mar 29, 2024
8f946f2
Update keyboards/matchstickworks/normiepad/info.json
MatchstickWorks Mar 30, 2024
5a0f22d
Update keyboards/matchstickworks/normiepad/keymaps/default/keymap.c
MatchstickWorks Mar 30, 2024
57a17c3
Update keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
MatchstickWorks Mar 30, 2024
c8ed972
Per @fauxpark review
MatchstickWorks Jul 4, 2024
ed63139
Update keyboards/matchstickworks/normiepad/keyboard.json
MatchstickWorks Jul 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"manufacturer": "MatchstickWorks",
"maintainer": "MatchstickWorks",
}
"maintainer": "MatchstickWorks"
}
50 changes: 50 additions & 0 deletions keyboards/matchstickworks/normiepad/info.json
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"keyboard_name": "NormiePad",
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["GP2", "GP4", "GP11", "GP12"],
"rows": ["GP13", "GP29", "GP28", "GP20", "GP19", "GP18"]
},
"processor": "RP2040",
"usb": {
"device_version": "0.0.1",
"pid": "0x0003",
"vid": "0x4D57"
},
"layouts": {
"LAYOUT": {
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
"layout": [
{"label": "Bksp", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "=", "matrix": [0, 1], "x": 1, "y": 0},
{"label": "(", "matrix": [0, 2], "x": 2, "y": 0},
{"label": ")", "matrix": [0, 3], "x": 3, "y": 0},
{"label": "Num Lock", "matrix": [1, 0], "x": 0, "y": 1},
{"label": "/", "matrix": [1, 1], "x": 1, "y": 1},
{"label": "*", "matrix": [1, 2], "x": 2, "y": 1},
{"label": "-", "matrix": [1, 3], "x": 3, "y": 1},
{"label": "7", "matrix": [2, 0], "x": 0, "y": 2, "h": 2},
{"label": "8", "matrix": [2, 1], "x": 1, "y": 2},
{"label": "9", "matrix": [2, 2], "x": 2, "y": 2},
{"label": "+", "matrix": [2, 3], "x": 3, "y": 2},
{"label": "4", "matrix": [3, 0], "x": 1, "y": 3},
{"label": "5", "matrix": [3, 1], "x": 2, "y": 3},
{"label": "6", "matrix": [3, 2], "x": 3, "y": 3},
{"label": "1", "matrix": [4, 0], "x": 0, "y": 4, "h": 2},
{"label": "2", "matrix": [4, 1], "x": 1, "y": 4},
{"label": "3", "matrix": [4, 2], "x": 2, "y": 4},
{"label": "Enter", "matrix": [4, 3], "x": 3, "y": 4},
{"label": "0", "matrix": [5, 0], "x": 1, "y": 5},
{"label": ".", "matrix": [5, 2], "x": 2, "y": 5, "w": 2}
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
]
}
}
}
17 changes: 17 additions & 0 deletions keyboards/matchstickworks/normiepad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Copyright 2024 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(
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0),
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_P0, KC_PDOT
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
),

};
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
17 changes: 17 additions & 0 deletions keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Copyright 2024 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(
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
KC_BSPC, KC_EQL, LSFT(KC_9),LSFT(KC_0),
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3, KC_PENT,
KC_P0, KC_PDOT
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
),

};
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions keyboards/matchstickworks/normiepad/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIA_ENABLE = yes
23 changes: 23 additions & 0 deletions keyboards/matchstickworks/normiepad/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# NormiePad

![NormiePad](https://i.imgur.com/Fr8o5Ijmh.png)
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved

This is a standard layout numberpad with USB-C connection and Kailh hotswap sockets, built on the RP2040 MCU.

## Default layout

![NormiePad Layout](https://i.imgur.com/IZxBA1fh.png)

* Keyboard Maintainer: [Logan Butler](https://github.com/MatchstickWorks)
* Hardware Supported: NormiePad 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/normiepad: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).
MatchstickWorks marked this conversation as resolved.
Show resolved Hide resolved
Empty file.
Loading