qmk_firmware

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

keyboard.json (2714B)


      1 {
      2     "keyboard_name": "getta25",
      3     "manufacturer": "Salicylic_Acid",
      4     "url": "https://salicylic-acid3.hatenablog.com/",
      5     "maintainer": "Salicylic_acid3",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x3060",
      9         "device_version": "0.1.3"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "command": true,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "qmk": {
     20         "locking": {
     21             "enabled": true,
     22             "resync": true
     23         }
     24     },
     25     "rgblight": {
     26         "hue_steps": 10,
     27         "led_count": 9,
     28         "animations": {
     29             "breathing": true,
     30             "rainbow_mood": true,
     31             "rainbow_swirl": true,
     32             "snake": true,
     33             "knight": true,
     34             "christmas": true,
     35             "static_gradient": true,
     36             "rgb_test": true,
     37             "alternating": true,
     38             "twinkle": true
     39         }
     40     },
     41     "ws2812": {
     42         "pin": "D3"
     43     },
     44     "matrix_pins": {
     45         "cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
     46         "rows": ["D4", "C6", "D7", "E6", "B2"]
     47     },
     48     "diode_direction": "COL2ROW",
     49     "development_board": "promicro",
     50     "layouts": {
     51         "LAYOUT": {
     52             "layout": [
     53                 {"matrix": [0, 5], "x": 0, "y": 0},
     54                 {"matrix": [1, 5], "x": 1, "y": 0},
     55                 {"matrix": [2, 5], "x": 2, "y": 0},
     56                 {"matrix": [3, 5], "x": 3, "y": 0},
     57 
     58                 {"matrix": [0, 4], "x": 0, "y": 1.25},
     59                 {"matrix": [1, 4], "x": 1, "y": 1.25},
     60                 {"matrix": [2, 4], "x": 2, "y": 1.25},
     61                 {"matrix": [3, 4], "x": 3, "y": 1.25},
     62 
     63                 {"matrix": [0, 3], "x": 0, "y": 2.25},
     64                 {"matrix": [1, 3], "x": 1, "y": 2.25},
     65                 {"matrix": [2, 3], "x": 2, "y": 2.25},
     66                 {"matrix": [4, 3], "x": 4.25, "y": 2.25},
     67 
     68                 {"matrix": [0, 2], "x": 0, "y": 3.25},
     69                 {"matrix": [1, 2], "x": 1, "y": 3.25},
     70                 {"matrix": [2, 2], "x": 2, "y": 3.25},
     71                 {"matrix": [3, 2], "x": 3, "y": 2.25, "h": 2},
     72                 {"matrix": [4, 2], "x": 4.25, "y": 3.25},
     73 
     74                 {"matrix": [0, 1], "x": 0, "y": 4.25},
     75                 {"matrix": [1, 1], "x": 1, "y": 4.25},
     76                 {"matrix": [2, 1], "x": 2, "y": 4.25},
     77                 {"matrix": [4, 1], "x": 4.25, "y": 4.25},
     78 
     79                 {"matrix": [0, 0], "x": 0, "y": 5.25, "w": 2},
     80                 {"matrix": [2, 0], "x": 2, "y": 5.25},
     81                 {"matrix": [3, 0], "x": 3, "y": 4.25, "h": 2},
     82                 {"matrix": [4, 0], "x": 4.25, "y": 5.25}
     83             ]
     84         }
     85     }
     86 }