qmk_firmware

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

keyboard.json (2126B)


      1 {
      2     "keyboard_name": "JJ4x4",
      3     "manufacturer": "KPrepublic",
      4     "maintainer": "qmk",
      5     "usb": {
      6         "vid": "0x4B50",
      7         "pid": "0x0044",
      8         "device_version": "2.0.0",
      9         "max_power": 100
     10     },
     11     "features": {
     12         "backlight": true,
     13         "bootmagic": false,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "matrix_pins": {
     20         "cols": ["A1", "A0", "A2", "A3"],
     21         "rows": ["B5", "B0", "B3", "B4"]
     22     },
     23     "diode_direction": "COL2ROW",
     24     "backlight": {
     25         "pin": "D4",
     26         "levels": 12,
     27         "breathing": true
     28     },
     29     "rgblight": {
     30         "led_count": 4,
     31         "animations": {
     32             "breathing": true,
     33             "rainbow_mood": true,
     34             "rainbow_swirl": true,
     35             "snake": true,
     36             "knight": true,
     37             "christmas": true,
     38             "static_gradient": true,
     39             "rgb_test": true,
     40             "alternating": true,
     41             "twinkle": true
     42         }
     43     },
     44     "ws2812": {
     45         "driver": "i2c"
     46     },
     47     "processor": "atmega32a",
     48     "bootloader": "bootloadhid",
     49     "community_layouts": ["ortho_4x4"],
     50     "layouts": {
     51         "LAYOUT_ortho_4x4": {
     52             "layout": [
     53                 {"matrix": [0, 0], "x": 0, "y": 0},
     54                 {"matrix": [0, 1], "x": 1, "y": 0},
     55                 {"matrix": [0, 2], "x": 2, "y": 0},
     56                 {"matrix": [0, 3], "x": 3, "y": 0},
     57 
     58                 {"matrix": [1, 0], "x": 0, "y": 1},
     59                 {"matrix": [1, 1], "x": 1, "y": 1},
     60                 {"matrix": [1, 2], "x": 2, "y": 1},
     61                 {"matrix": [1, 3], "x": 3, "y": 1},
     62 
     63                 {"matrix": [2, 0], "x": 0, "y": 2},
     64                 {"matrix": [2, 1], "x": 1, "y": 2},
     65                 {"matrix": [2, 2], "x": 2, "y": 2},
     66                 {"matrix": [2, 3], "x": 3, "y": 2},
     67 
     68                 {"matrix": [3, 0], "x": 0, "y": 3},
     69                 {"matrix": [3, 1], "x": 1, "y": 3},
     70                 {"matrix": [3, 2], "x": 2, "y": 3},
     71                 {"matrix": [3, 3], "x": 3, "y": 3}
     72             ]
     73         }
     74     }
     75 }