summaryrefslogtreecommitdiff
path: root/keyboards/handwired/novem/info.json
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-16 16:36:21 -0700
committerGitHub <noreply@github.com>2024-04-17 00:36:21 +0100
commitbaa6000ed33f1f190f43bcd993f84f3b057e952d (patch)
tree76fe8cca7a75e92a15f157603daebaf3b98a5bf1 /keyboards/handwired/novem/info.json
parent7be23a9cb4f40841fc5394395ecf572a13636943 (diff)
Data-Driven Keyboard Conversions: H, Part 3 (#23530)
Diffstat (limited to 'keyboards/handwired/novem/info.json')
-rw-r--r--keyboards/handwired/novem/info.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/keyboards/handwired/novem/info.json b/keyboards/handwired/novem/info.json
deleted file mode 100644
index bc70d64ed4..0000000000
--- a/keyboards/handwired/novem/info.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "keyboard_name": "novem",
- "manufacturer": "Jose I. Martinez",
- "url": "",
- "maintainer": "Jose I. Martinez",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x0000",
- "device_version": "0.0.1"
- },
- "matrix_pins": {
- "cols": ["B3", "B2", "B6"],
- "rows": ["E6", "B4", "B5"]
- },
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "bootloader": "caterina",
- "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": [1, 0], "x": 0, "y": 1},
- {"matrix": [1, 1], "x": 1, "y": 1},
- {"matrix": [1, 2], "x": 2, "y": 1},
-
- {"matrix": [2, 0], "x": 0, "y": 2},
- {"matrix": [2, 1], "x": 1, "y": 2},
- {"matrix": [2, 2], "x": 2, "y": 2}
- ]
- }
- }
-}