qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (1614B)


      1 {
      2     "keyboard_name": "TouhouPad rev2",
      3     "manufacturer": "Pimentoso",
      4     "url": "https://github.com/Pimentoso/TouhouPad_v2",
      5     "maintainer": "Pimentoso",
      6     "usb": {
      7         "vid": "0xD00D",
      8         "pid": "0x0031",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 12,
     15         "sleep": true,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "static_gradient": true
     21         }
     22     },
     23     "ws2812": {
     24         "pin": "F4"
     25     },
     26     "features": {
     27         "bootmagic": false,
     28         "extrakey": true,
     29         "mousekey": true,
     30         "nkro": false,
     31         "rgblight": true
     32     },
     33     "matrix_pins": {
     34         "cols": ["C6", "D7", "E6", "B4", "B6", "B2", "B3", "B1", "F7", "F6"],
     35         "rows": ["D4"]
     36     },
     37     "diode_direction": "COL2ROW",
     38     "development_board": "promicro",
     39     "layouts": {
     40         "LAYOUT": {
     41             "layout": [
     42                 {"matrix": [0, 9], "x": 5.25, "y": 0},
     43                 {"matrix": [0, 8], "x": 6.25, "y": 0},
     44 
     45                 {"matrix": [0, 0], "x": 0, "y": 1},
     46                 {"matrix": [0, 1], "x": 1, "y": 1},
     47                 {"matrix": [0, 2], "x": 2, "y": 1},
     48 
     49                 {"matrix": [0, 7], "x": 6.25, "y": 1.75},
     50                 {"matrix": [0, 4], "x": 5.25, "y": 2.75},
     51                 {"matrix": [0, 5], "x": 6.25, "y": 2.75},
     52                 {"matrix": [0, 6], "x": 7.25, "y": 2.75},
     53 
     54                 {"matrix": [0, 3], "x": 3.25, "y": 3}
     55             ]
     56         }
     57     }
     58 }