From 0c62ee9811f8eb3c591132e9f77c6ea2f880ad82 Mon Sep 17 00:00:00 2001 From: hmj6502 Date: Thu, 6 Nov 2025 14:13:57 +0000 Subject: initial commit this was never a git repo so dates are inaccurate --- firmware/QMK/keyboard.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 firmware/QMK/keyboard.json (limited to 'firmware/QMK/keyboard.json') 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} + ] + } + } +} -- cgit v1.2.3