kulius7

keyboard.json stm32

Oct 19th, 2024
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.95 KB | None | 0 0
  1. {
  2.     "manufacturer": "kulius7",
  3.     "keyboard_name": "macropad001",
  4.     "maintainer": "kulius7",
  5.     "bootloader": "stm32-dfu",
  6.     "diode_direction": "COL2ROW",
  7.     "features": {
  8.         "bootmagic": false,
  9.         "command": false,
  10.         "console": false,
  11.         "extrakey": true,
  12.         "mousekey": false,
  13.         "nkro": false
  14.     },
  15.     "matrix_pins": {
  16.         "cols": ["B4", "B5"],
  17.         "rows": ["B6", "B7"]
  18.     },
  19.     "processor": "STM32F401",
  20.     "url": "",
  21.     "usb": {
  22.         "device_version": "1.0.0", // default 1.0.0
  23.         "pid": "0xDF11", // default 0000
  24.         "vid": "0x0483" // default FEED
  25.     },
  26.     "layouts": {
  27.         "LAYOUT": {
  28.             "layout": [
  29.                 { "matrix": [0, 0], "x": 0, "y": 0 },
  30.                 { "matrix": [0, 1], "x": 1, "y": 0 },
  31.                 { "matrix": [1, 0], "x": 0, "y": 1 },
  32.                 { "matrix": [1, 1], "x": 1, "y": 1 }
  33.             ]
  34.         }
  35.     }
  36. }
  37.  
Tags: QMK
Advertisement
Add Comment
Please, Sign In to add comment