qmk_firmware

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

keyboard.json (6958B)


      1 {
      2     "keyboard_name": "HAVEN65",
      3     "manufacturer": "Atelier_Haven",
      4     "url": "https://keyspensory.store/products/gb-haven65-by-atelier-haven",
      5     "maintainer": "Freather",
      6     "usb": {
      7         "vid": "0x4446",
      8         "pid": "0x4665",
      9         "device_version": "1.0.0"
     10     },
     11     "processor": "atmega32u4",
     12     "bootloader": "atmel-dfu",
     13     "matrix_pins": {
     14         "rows": ["B5", "B6", "C6", "F1", "D6"],
     15         "cols": ["F7", "F6", "F5", "F4", "F0", "B4", "D0", "D1", "D2", "D3", "D5", "B0", "B1", "B2", "B3"]
     16     },
     17     "diode_direction": "COL2ROW",
     18     "features": {
     19         "bootmagic": true,
     20         "mousekey": true,
     21         "extrakey": true,
     22         "command": true,
     23         "nkro": true,
     24         "rgblight": true
     25     },
     26     "ws2812": {
     27         "pin": "C7"
     28     },
     29     "rgblight": {
     30         "led_count": 1,
     31         "saturation_steps": 8,
     32         "brightness_steps": 8,
     33         "sleep": true,
     34         "animations": {
     35             "alternating": true,
     36             "breathing": true,
     37             "christmas": true,
     38             "knight": true,
     39             "rainbow_mood": true,
     40             "rainbow_swirl": true,
     41             "rgb_test": true,
     42             "snake": true,
     43             "static_gradient": true,
     44             "twinkle": true
     45         }
     46     },
     47     "layout_aliases": {
     48         "LAYOUT": "LAYOUT_65_ansi_blocker"
     49     },
     50     "community_layouts": [
     51         "65_ansi_blocker"
     52     ],
     53     "layouts": {
     54         "LAYOUT_65_ansi_blocker": {
     55             "layout": [
     56               { "label": "Esc",             "matrix":[0,0],"x": 0, "y": 0 },
     57               { "label": "1",               "matrix":[0,1],"x": 1, "y": 0 },
     58               { "label": "2",               "matrix":[0,2],"x": 2, "y": 0 },
     59               { "label": "3",               "matrix":[0,3],"x": 3, "y": 0 },
     60               { "label": "4",               "matrix":[0,4],"x": 4, "y": 0 },
     61               { "label": "5",               "matrix":[0,5],"x": 5, "y": 0 },
     62               { "label": "6",               "matrix":[0,6],"x": 6, "y": 0 },
     63               { "label": "7",               "matrix":[0,7],"x": 7, "y": 0 },
     64               { "label": "8",               "matrix":[0,8],"x": 8, "y": 0 },
     65               { "label": "9",               "matrix":[0,9],"x": 9, "y": 0 },
     66               { "label": "0",               "matrix":[0,10],"x": 10, "y": 0 },
     67               { "label": "-",               "matrix":[0,11],"x": 11, "y": 0 },
     68               { "label": "=",               "matrix":[0,12],"x": 12, "y": 0 },
     69               { "label": "backspace",       "matrix":[0,13],"x": 13, "y": 0, "w": 2 },
     70               { "label": "home",            "matrix":[0,14],"x": 15, "y": 0 },
     71 
     72               { "label": "tab",             "matrix":[1,0],"x": 0, "y": 1, "w": 1.5 },
     73               { "label": "q",               "matrix":[1,1],"x": 1.5, "y": 1 },
     74               { "label": "w",               "matrix":[1,2],"x": 2.5, "y": 1 },
     75               { "label": "e",               "matrix":[1,3],"x": 3.5, "y": 1 },
     76               { "label": "r",               "matrix":[1,4],"x": 4.5, "y": 1 },
     77               { "label": "t",               "matrix":[1,5],"x": 5.5, "y": 1 },
     78               { "label": "y",               "matrix":[1,6],"x": 6.5, "y": 1 },
     79               { "label": "u",               "matrix":[1,7],"x": 7.5, "y": 1 },
     80               { "label": "i",               "matrix":[1,8],"x": 8.5, "y": 1 },
     81               { "label": "o",               "matrix":[1,9],"x": 9.5, "y": 1 },
     82               { "label": "p",               "matrix":[1,10],"x": 10.5, "y": 1 },
     83               { "label": "{",               "matrix":[1,11],"x": 11.5, "y": 1 },
     84               { "label": "}",               "matrix":[1,12],"x": 12.5, "y": 1 },
     85               { "label": "|",               "matrix":[2,13],"x": 13.5, "y": 1, "w": 1.5 },
     86               { "label": "insert",          "matrix":[1,14],"x": 15, "y": 1 },
     87 
     88               { "label": "capslock",        "matrix":[2,0],"x": 0, "y": 2, "w": 1.75 },
     89               { "label": "a",               "matrix":[2,1],"x": 1.75, "y": 2 },
     90               { "label": "s",               "matrix":[2,2],"x": 2.75, "y": 2 },
     91               { "label": "d",               "matrix":[2,3],"x": 3.75, "y": 2 },
     92               { "label": "f",               "matrix":[2,4],"x": 4.75, "y": 2 },
     93               { "label": "g",               "matrix":[2,5],"x": 5.75, "y": 2 },
     94               { "label": "h",               "matrix":[2,6],"x": 6.75, "y": 2 },
     95               { "label": "j",               "matrix":[2,7],"x": 7.75, "y": 2 },
     96               { "label": "k",               "matrix":[2,8],"x": 8.75, "y": 2 },
     97               { "label": "l",               "matrix":[2,9],"x": 9.75, "y": 2 },
     98               { "label": ";",               "matrix":[2,10],"x": 10.75, "y": 2 },
     99               { "label": "'",               "matrix":[2,11],"x": 11.75, "y": 2 },
    100               { "label": "enter",           "matrix":[2,12],"x": 12.75, "y": 2, "w": 2.25 },
    101               { "label": "delete",          "matrix":[2,14],"x": 15, "y": 2 },
    102 
    103               { "label": "leftshift",       "matrix":[3,0],"x": 0, "y": 3, "w": 2.25 },
    104               { "label": "z",               "matrix":[3,2],"x": 2.25, "y": 3 },
    105               { "label": "x",               "matrix":[3,3],"x": 3.25, "y": 3 },
    106               { "label": "c",               "matrix":[3,4],"x": 4.25, "y": 3 },
    107               { "label": "v",               "matrix":[3,5],"x": 5.25, "y": 3 },
    108               { "label": "b",               "matrix":[3,6],"x": 6.25, "y": 3 },
    109               { "label": "n",               "matrix":[3,7],"x": 7.25, "y": 3 },
    110               { "label": "m",               "matrix":[3,8],"x": 8.25, "y": 3 },
    111               { "label": ",",               "matrix":[3,9],"x": 9.25, "y": 3 },
    112               { "label": ".",               "matrix":[3,10],"x": 10.25, "y": 3 },
    113               { "label": "/",               "matrix":[3,11],"x": 11.25, "y": 3 },
    114               { "label": "rightshift",      "matrix":[3,12],"x": 12.25, "y": 3, "w": 1.75 },
    115               { "label": "up",              "matrix":[3,13],"x": 14, "y": 3 },
    116               { "label": "end",             "matrix":[3,14],"x": 15, "y": 3 },
    117 
    118               { "label": "lctrl",           "matrix":[4,0],"x": 0, "y": 4, "w": 1.25 },
    119               { "label": "lwin",            "matrix":[4,1],"x": 1.25, "y": 4, "w": 1.25 },
    120               { "label": "lalt",            "matrix":[4,2],"x": 2.5, "y": 4, "w": 1.25 },
    121               { "label": "space",           "matrix":[4,6],"x": 3.75, "y": 4, "w": 6.25 },
    122               { "label": "ralt",            "matrix":[4,9],"x": 10, "y": 4, "w": 1.25 },
    123               { "label": "MO(1)",           "matrix":[4,10],"x": 11.25, "y": 4, "w": 1.25 },
    124               { "label": "left",            "matrix":[4,11],"x": 13, "y": 4 },
    125               { "label": "down",            "matrix":[4,12],"x": 14, "y": 4 },
    126               { "label": "right",           "matrix":[4,13],"x": 15, "y": 4 }
    127             ]
    128         }
    129     }
    130 }