qmk_firmware

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

keyboard.json (1913B)


      1 {
      2     "manufacturer": "Falsonix",
      3     "keyboard_name": "falsonix/fx19",
      4     "maintainer": "falsonix",
      5     "bootloader": "atmel-dfu",
      6     "diode_direction": "COL2ROW",
      7     "features": {
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "rgblight": true
     13     },
     14     "rgblight": {
     15         "led_count": 5,
     16         "animations": {
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true
     19         },
     20         "default": {
     21             "animation": "rainbow_swirl"
     22         }
     23     },
     24     "ws2812": {
     25         "pin": "F7"
     26     },
     27     "matrix_pins": {
     28         "cols": ["C7", "C6", "B6", "B5"],
     29         "rows": ["F0", "F1", "F4", "F5", "F6"]
     30     },
     31     "processor": "atmega32u4",
     32     "usb": {
     33         "device_version": "1.0.0",
     34         "pid": "0x0000",
     35         "vid": "0x4658"
     36     },
     37     "layouts": {
     38         "LAYOUT": {
     39             "layout": [
     40                 {"matrix": [0, 0], "x":0, "y":0}, 
     41                 {"matrix": [0, 1], "x":1, "y":0}, 
     42                 {"matrix": [0, 2], "x":2, "y":0}, 
     43                 {"matrix": [0, 3], "x":3, "y":0}, 
     44                 
     45                 {"matrix": [1, 0], "x":0, "y":1}, 
     46                 {"matrix": [1, 1], "x":1, "y":1}, 
     47                 {"matrix": [1, 2], "x":2, "y":1}, 
     48                 
     49                 {"matrix": [2, 0], "x":0, "y":2}, 
     50                 {"matrix": [2, 1], "x":1, "y":2}, 
     51                 {"matrix": [2, 2], "x":2, "y":2},
     52                 {"matrix": [2, 3], "x":3, "y":2, "h": 2}, 
     53 
     54                 {"matrix": [3, 0], "x":0, "y":3}, 
     55                 {"matrix": [3, 1], "x":1, "y":3}, 
     56                 {"matrix": [3, 2], "x":2, "y":3}, 
     57                 
     58                 {"matrix": [4, 0], "x":0, "y":4}, 
     59                 {"matrix": [4, 1], "x":1, "y":4}, 
     60                 {"matrix": [4, 2], "x":2, "y":4},
     61                 {"matrix": [4, 3], "x":3, "y":4, "h": 2} 
     62             ]
     63         }
     64     }
     65 }