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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
  • Loading branch information
MatchstickWorks and dunk2k committed Mar 7, 2024
commit 84fe72124bbee34fbd0ce69975ce9aef91faec3f
2 changes: 1 addition & 1 deletion keyboards/matchstickworks/normiepad/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_P0, KC_PDOT
),

};
};
Loading