qmk_firmware

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

keyboard.json (2330B)


      1 {
      2     "keyboard_name": "Suihankey",
      3     "manufacturer": "kakunpc",
      4     "url": "https://kakunpc.booth.pm/",
      5     "maintainer": "kakunpc",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0000",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 18,
     15         "sleep": true,
     16         "animations": {
     17             "breathing": true,
     18             "rainbow_mood": true,
     19             "rainbow_swirl": true,
     20             "snake": true,
     21             "knight": true,
     22             "christmas": true,
     23             "static_gradient": true,
     24             "rgb_test": true,
     25             "alternating": true,
     26             "twinkle": true
     27         }
     28     },
     29     "ws2812": {
     30         "pin": "D3"
     31     },
     32     "matrix_pins": {
     33         "cols": ["D4", "C6", "D7", "E6", "B4"],
     34         "rows": ["F4", "F5", "F6", "F7"]
     35     },
     36     "diode_direction": "COL2ROW",
     37     "processor": "atmega32u4",
     38     "bootloader": "atmel-dfu",
     39     "features": {
     40         "bootmagic": true,
     41         "mousekey": false,
     42         "extrakey": false,
     43         "rgblight": true,
     44         "oled": true
     45     },
     46     "qmk": {
     47         "locking": {
     48             "enabled": true,
     49             "resync": true
     50         }
     51     },
     52     "layouts": {
     53         "LAYOUT": {
     54             "layout": [
     55                 {"matrix": [0, 0], "x": 0, "y": 0.375},
     56                 {"matrix": [0, 1], "x": 1, "y": 0.125},
     57                 {"matrix": [0, 2], "x": 2, "y": 0},
     58                 {"matrix": [0, 3], "x": 3, "y": 0.125},
     59                 {"matrix": [0, 4], "x": 4, "y": 0.25},
     60 
     61                 {"matrix": [1, 0], "x": 0, "y": 1.375},
     62                 {"matrix": [1, 1], "x": 1, "y": 1.125},
     63                 {"matrix": [1, 2], "x": 2, "y": 1},
     64                 {"matrix": [1, 3], "x": 3, "y": 1.125},
     65                 {"matrix": [1, 4], "x": 4, "y": 1.25},
     66 
     67                 {"matrix": [2, 0], "x": 0, "y": 2.375},
     68                 {"matrix": [2, 1], "x": 1, "y": 2.125},
     69                 {"matrix": [2, 2], "x": 2, "y": 2},
     70                 {"matrix": [2, 3], "x": 3, "y": 2.125},
     71                 {"matrix": [2, 4], "x": 4, "y": 2.25},
     72 
     73                 {"matrix": [3, 0], "x": 3.4, "y": 3.25},
     74                 {"matrix": [3, 1], "x": 4.4, "y": 3.55},
     75                 {"matrix": [3, 2], "x": 5.4, "y": 3.85}
     76             ]
     77         }
     78     }
     79 }