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

Added The Mad Noodle Folder, noodlepad_micro Keypad Definitions and udon13 Keypad Definitions #2131

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Next Next commit
The Mad Noodle Folder and Noodlepad_micro Keypad
  • Loading branch information
jessel92 committed Dec 27, 2023
commit c5b5d5fd619fdbafb0afabd8ab364e30b8c4800c
34 changes: 34 additions & 0 deletions v3/themadnoodle/noodlepad_micro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "NoodlePad Micro",
"vendorId": "0x6A6C",
"productId": "0x0004",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgblight"],
"matrix": {
"rows": 3,
"cols": 3
},
"layouts": {
"keymap": [
[
{"c": "#777777" },
"0,2\n\n\n\n\n\n\n\n\ne0",
{"x": 1},
"0,0\n\n\n\n\n\n\n\n\ne1"
],
[
{"c": "#cccccc"},
"1,2",
"1,1",
"1,0"
],
[
"2,2",
"2,1",
"2,0"
]
]
}


}