qmk_firmware

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

keyboard.json (4634B)


      1 {
      2     "manufacturer": "KPrepublic",
      3     "keyboard_name": "JJ50 rev2",
      4     "maintainer": "qmk",
      5     "backlight": {
      6         "breathing": true,
      7         "levels": 5,
      8         "pin": "B7"
      9     },
     10     "bootloader": "atmel-dfu",
     11     "build": {
     12         "lto": true
     13     },
     14     "diode_direction": "COL2ROW",
     15     "features": {
     16         "backlight": true,
     17         "bootmagic": true,
     18         "extrakey": true,
     19         "mousekey": true,
     20         "nkro": false,
     21         "rgblight": true
     22     },
     23     "matrix_pins": {
     24         "cols": ["B1", "B0", "F7", "F0", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
     25         "rows": ["D3", "D5", "E6", "F1", "F4"]
     26     },
     27     "processor": "atmega32u4",
     28     "rgblight": {
     29         "animations": {
     30             "alternating": true,
     31             "breathing": true,
     32             "christmas": true,
     33             "knight": true,
     34             "rainbow_mood": true,
     35             "rainbow_swirl": true,
     36             "rgb_test": true,
     37             "snake": true,
     38             "static_gradient": true,
     39             "twinkle": true
     40         },
     41         "brightness_steps": 8,
     42         "led_count": 6,
     43         "saturation_steps": 8
     44     },
     45     "usb": {
     46         "device_version": "2.0.0",
     47         "pid": "0x0050",
     48         "vid": "0x4B50"
     49     },
     50     "ws2812": {
     51         "driver": "i2c"
     52     },
     53     "community_layouts": ["ortho_5x12"],
     54     "layout_aliases": {
     55         "LAYOUT": "LAYOUT_ortho_5x12"
     56     },
     57     "layouts": {
     58         "LAYOUT_ortho_5x12": {
     59             "layout": [
     60                 {"matrix": [0, 0], "x": 0, "y": 0},
     61                 {"matrix": [0, 1], "x": 1, "y": 0},
     62                 {"matrix": [0, 2], "x": 2, "y": 0},
     63                 {"matrix": [0, 3], "x": 3, "y": 0},
     64                 {"matrix": [0, 4], "x": 4, "y": 0},
     65                 {"matrix": [0, 5], "x": 5, "y": 0},
     66                 {"matrix": [0, 6], "x": 6, "y": 0},
     67                 {"matrix": [0, 7], "x": 7, "y": 0},
     68                 {"matrix": [0, 8], "x": 8, "y": 0},
     69                 {"matrix": [0, 9], "x": 9, "y": 0},
     70                 {"matrix": [0, 10], "x": 10, "y": 0},
     71                 {"matrix": [0, 11], "x": 11, "y": 0},
     72                 {"matrix": [1, 0], "x": 0, "y": 1},
     73                 {"matrix": [1, 1], "x": 1, "y": 1},
     74                 {"matrix": [1, 2], "x": 2, "y": 1},
     75                 {"matrix": [1, 3], "x": 3, "y": 1},
     76                 {"matrix": [1, 4], "x": 4, "y": 1},
     77                 {"matrix": [1, 5], "x": 5, "y": 1},
     78                 {"matrix": [1, 6], "x": 6, "y": 1},
     79                 {"matrix": [1, 7], "x": 7, "y": 1},
     80                 {"matrix": [1, 8], "x": 8, "y": 1},
     81                 {"matrix": [1, 9], "x": 9, "y": 1},
     82                 {"matrix": [1, 10], "x": 10, "y": 1},
     83                 {"matrix": [1, 11], "x": 11, "y": 1},
     84                 {"matrix": [2, 0], "x": 0, "y": 2},
     85                 {"matrix": [2, 1], "x": 1, "y": 2},
     86                 {"matrix": [2, 2], "x": 2, "y": 2},
     87                 {"matrix": [2, 3], "x": 3, "y": 2},
     88                 {"matrix": [2, 4], "x": 4, "y": 2},
     89                 {"matrix": [2, 5], "x": 5, "y": 2},
     90                 {"matrix": [2, 6], "x": 6, "y": 2},
     91                 {"matrix": [2, 7], "x": 7, "y": 2},
     92                 {"matrix": [2, 8], "x": 8, "y": 2},
     93                 {"matrix": [2, 9], "x": 9, "y": 2},
     94                 {"matrix": [2, 10], "x": 10, "y": 2},
     95                 {"matrix": [2, 11], "x": 11, "y": 2},
     96                 {"matrix": [3, 0], "x": 0, "y": 3},
     97                 {"matrix": [3, 1], "x": 1, "y": 3},
     98                 {"matrix": [3, 2], "x": 2, "y": 3},
     99                 {"matrix": [3, 3], "x": 3, "y": 3},
    100                 {"matrix": [3, 4], "x": 4, "y": 3},
    101                 {"matrix": [3, 5], "x": 5, "y": 3},
    102                 {"matrix": [3, 6], "x": 6, "y": 3},
    103                 {"matrix": [3, 7], "x": 7, "y": 3},
    104                 {"matrix": [3, 8], "x": 8, "y": 3},
    105                 {"matrix": [3, 9], "x": 9, "y": 3},
    106                 {"matrix": [3, 10], "x": 10, "y": 3},
    107                 {"matrix": [3, 11], "x": 11, "y": 3},
    108                 {"matrix": [4, 0], "x": 0, "y": 4},
    109                 {"matrix": [4, 1], "x": 1, "y": 4},
    110                 {"matrix": [4, 2], "x": 2, "y": 4},
    111                 {"matrix": [4, 3], "x": 3, "y": 4},
    112                 {"matrix": [4, 4], "x": 4, "y": 4},
    113                 {"matrix": [4, 5], "x": 5, "y": 4},
    114                 {"matrix": [4, 6], "x": 6, "y": 4},
    115                 {"matrix": [4, 7], "x": 7, "y": 4},
    116                 {"matrix": [4, 8], "x": 8, "y": 4},
    117                 {"matrix": [4, 9], "x": 9, "y": 4},
    118                 {"matrix": [4, 10], "x": 10, "y": 4},
    119                 {"matrix": [4, 11], "x": 11, "y": 4}
    120             ]
    121         }
    122     }
    123 }