summaryrefslogtreecommitdiff
path: root/keyboards/themadnoodle/noodlepad/v2/info.json
diff options
context:
space:
mode:
authorJesse Leventhal <45154268+jessel92@users.noreply.github.com>2023-12-23 18:45:33 -0500
committerGitHub <noreply@github.com>2023-12-23 15:45:33 -0800
commit7e47446695739792cf9c45b267bb276e05709840 (patch)
tree22dc30cf3573d44f73c23978490761d62a486888 /keyboards/themadnoodle/noodlepad/v2/info.json
parent6e356c7860e252be9e6f83f4bd645fac4066c2fc (diff)
[Keyboard] Noodlepad Additions and Updates (#22701)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/themadnoodle/noodlepad/v2/info.json')
-rw-r--r--keyboards/themadnoodle/noodlepad/v2/info.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/themadnoodle/noodlepad/v2/info.json b/keyboards/themadnoodle/noodlepad/v2/info.json
new file mode 100644
index 0000000000..d66c2813ce
--- /dev/null
+++ b/keyboards/themadnoodle/noodlepad/v2/info.json
@@ -0,0 +1,24 @@
+{
+ "manufacturer": "The Mad Noodle",
+ "keyboard_name": "NoodlePad v2",
+ "maintainer": "The-Mad-Noodle",
+ "url": "https://www.madnoodleprototypes.com/",
+ "ws2812": {
+ "pin": "B7"
+ },
+ "matrix_pins": {
+ "cols": ["F0", "B5", "B6"],
+ "rows": ["F1", "D6", "D7"]
+ },
+ "usb": {
+ "device_version": "2.0.0",
+ "pid": "0x0002",
+ "vid": "0x6A6C"
+ },
+ "encoder": {
+ "rotary": [
+ { "pin_a": "D0", "pin_b": "D1" }
+ ]
+
+ }
+} \ No newline at end of file