summaryrefslogtreecommitdiff
path: root/firmware/QMK/keyboard.json
diff options
context:
space:
mode:
authorhmj6502 <temporarythrowaway@tutamail.com>2025-11-06 14:13:57 +0000
committerhmj6502 <temporarythrowaway@tutamail.com>2025-11-06 14:13:57 +0000
commit0c62ee9811f8eb3c591132e9f77c6ea2f880ad82 (patch)
treeb2914e3e1e932b47633f5600e73918516005c222 /firmware/QMK/keyboard.json
downloadmediapad-main.tar.gz
mediapad-main.tar.bz2
mediapad-main.zip
initial commitHEADmain
this was never a git repo so dates are inaccurate
Diffstat (limited to 'firmware/QMK/keyboard.json')
-rw-r--r--firmware/QMK/keyboard.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/firmware/QMK/keyboard.json b/firmware/QMK/keyboard.json
new file mode 100644
index 0000000..0ea26cd
--- /dev/null
+++ b/firmware/QMK/keyboard.json
@@ -0,0 +1,38 @@
+{
+ "manufacturer": "Hashim",
+ "keyboard_name": "mediapad",
+ "maintainer": "not_a_robot",
+ "bootloader": "rp2040",
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "direct": [
+ ["GP26", "GP27", "GP28", "GP29", "GP0"]
+ ]
+ },
+ "processor": "RP2040",
+ "url": "",
+ "usb": {
+ "device_version": "1.0.0",
+ "pid": "0x0000",
+ "vid": "0xFEED"
+ },
+ "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": [0, 3], "x": 3, "y": 0},
+ {"matrix": [0, 4], "x": 4, "y": 0}
+ ]
+ }
+ }
+}