qmk_firmware

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

keyboard.json (1246B)


      1 {
      2   "keyboard_name": "hifumi",
      3   "manufacturer": "riconken",
      4   "url": "https://github.com/zk-phi/1x2x3-keyboard",
      5   "maintainer": "riconken",
      6   "usb": {
      7     "vid": "0xFEED",
      8     "pid": "0x3060",
      9     "device_version": "0.0.1"
     10   },
     11   "features": {
     12     "bootmagic": false,
     13     "extrakey": false,
     14     "mousekey": false,
     15     "nkro": false,
     16     "rgblight": true
     17   },
     18   "matrix_pins": {
     19     "cols": ["F4", "F5", "F6"],
     20     "rows": ["D4", "C6"]
     21   },
     22   "diode_direction": "COL2ROW",
     23   "rgblight": {
     24     "hue_steps": 5,
     25     "led_count": 6,
     26     "animations": {
     27       "breathing": true,
     28       "rainbow_mood": true,
     29       "rainbow_swirl": true,
     30       "snake": true,
     31       "knight": true,
     32       "christmas": true,
     33       "static_gradient": true,
     34       "rgb_test": true,
     35       "alternating": true,
     36       "twinkle": true
     37     }
     38   },
     39   "ws2812": {
     40     "pin": "D3"
     41   },
     42   "development_board": "promicro",
     43   "layouts": {
     44     "LAYOUT": {
     45         "layout": [
     46             {"matrix": [0, 0], "x": 0, "y": 0},
     47             {"matrix": [0, 1], "x": 1, "y": 0},
     48             {"matrix": [0, 2], "x": 2, "y": 0},
     49 
     50             {"matrix": [1, 0], "x": 0, "y": 1},
     51             {"matrix": [1, 1], "x": 1, "y": 1},
     52             {"matrix": [1, 2], "x": 2, "y": 1}
     53         ]
     54     }
     55   }
     56 }