qmk_firmware

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

keyboard.json (1570B)


      1 {
      2     "keyboard_name": "Twokey",
      3     "manufacturer": "Keys of Kings",
      4     "maintainer": "Keys of Kings",
      5     "usb": {
      6         "vid": "0xFEED",
      7         "pid": "0xAE12",
      8         "device_version": "0.0.1"
      9     },
     10     "rgblight": {
     11         "hue_steps": 4,
     12         "saturation_steps": 4,
     13         "brightness_steps": 4,
     14         "led_count": 5,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true,
     19             "snake": true,
     20             "knight": true,
     21             "christmas": true,
     22             "static_gradient": true,
     23             "rgb_test": true,
     24             "alternating": true,
     25             "twinkle": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "D3"
     30     },
     31     "features": {
     32         "audio": true,
     33         "bootmagic": true,
     34         "encoder": true,
     35         "extrakey": true,
     36         "mousekey": false,
     37         "nkro": false,
     38         "rgblight": true
     39     },
     40     "qmk": {
     41         "locking": {
     42             "enabled": true,
     43             "resync": true
     44         }
     45     },
     46     "matrix_pins": {
     47         "cols": ["B3", "B2"],
     48         "rows": ["B4", "B5"]
     49     },
     50     "diode_direction": "COL2ROW",
     51     "encoder": {
     52         "rotary": [
     53             {"pin_a": "D7", "pin_b": "E6", "resolution": 1}
     54         ]
     55     },
     56     "development_board": "promicro",
     57     "layouts": {
     58         "LAYOUT": {
     59             "layout": [
     60                 {"matrix": [0, 0], "x": 0.5, "y": 0},
     61 
     62                 {"matrix": [1, 0], "x": 0, "y": 1.5},
     63                 {"matrix": [1, 1], "x": 1, "y": 1.5}
     64             ]
     65         }
     66     }
     67 }