qmk_firmware

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

keyboard.json (1228B)


      1 {
      2     "keyboard_name": "MakrOSU",
      3     "manufacturer": "Valdydesu_",
      4     "maintainer": "Valdydesu_",
      5     "usb": {
      6         "vid": "0xAB69",
      7         "pid": "0x8585",
      8         "device_version": "0.0.1"
      9     },
     10     "features": {
     11         "bootmagic": true,
     12         "encoder": true,
     13         "extrakey": true,
     14         "mousekey": false,
     15         "nkro": true
     16     },
     17     "matrix_pins": {
     18         "cols": ["B2", "B3", "B1", "F7", "F6", "F5"],
     19         "rows": ["B6"]
     20     },
     21     "diode_direction": "COL2ROW",
     22     "encoder": {
     23         "rotary": [
     24             {"pin_a": "E6", "pin_b": "D1"}
     25         ]
     26     },
     27     "qmk": {
     28         "tap_keycode_delay": 10,
     29         "locking": {
     30             "enabled": true,
     31             "resync": true
     32         }
     33     },
     34     "bootmagic": {
     35         "matrix": [0, 5]
     36     },
     37     "development_board": "promicro",
     38     "layouts": {
     39         "LAYOUT": {
     40             "layout": [
     41                 {"matrix": [0, 2], "x": 0, "y": 0},
     42                 {"matrix": [0, 3], "x": 1, "y": 0},
     43                 {"matrix": [0, 4], "x": 2, "y": 0},
     44 
     45                 {"matrix": [0, 0], "x": 0, "y": 1},
     46                 {"matrix": [0, 1], "x": 1.5, "y": 1},
     47                 {"matrix": [0, 5], "x": 2.5, "y": 1}
     48             ]
     49         }
     50     }
     51 }