qmk_firmware

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

keyboard.json (1650B)


      1 {
      2     "keyboard_name": "nafuda",
      3     "manufacturer": "Salicylic_Acid",
      4     "url": "https://salicylic-acid3.hatenablog.com/",
      5     "maintainer": "Salicylic_acid3",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x3060",
      9         "device_version": "0.1.2"
     10     },
     11     "rgblight": {
     12         "hue_steps": 10,
     13         "led_count": 7,
     14         "animations": {
     15             "breathing": true,
     16             "rainbow_mood": true,
     17             "rainbow_swirl": true,
     18             "snake": true,
     19             "knight": true,
     20             "christmas": true,
     21             "static_gradient": true,
     22             "rgb_test": true,
     23             "alternating": true,
     24             "twinkle": true
     25         }
     26     },
     27     "ws2812": {
     28         "pin": "D3"
     29     },
     30     "features": {
     31         "bootmagic": false,
     32         "command": true,
     33         "extrakey": true,
     34         "mousekey": true,
     35         "nkro": false,
     36         "rgblight": true
     37     },
     38     "qmk": {
     39         "locking": {
     40             "enabled": true,
     41             "resync": true
     42         }
     43     },
     44     "matrix_pins": {
     45         "cols": ["F4", "F5", "F6"],
     46         "rows": ["D1", "D0", "D4"]
     47     },
     48     "diode_direction": "COL2ROW",
     49     "development_board": "promicro",
     50     "layouts": {
     51         "LAYOUT": {
     52             "layout": [
     53                 {"matrix": [0, 1], "x": 1, "y": 0},
     54                 {"matrix": [1, 0], "x": 0, "y": 0.5},
     55                 {"matrix": [1, 1], "x": 1, "y": 1},
     56                 {"matrix": [1, 2], "x": 2, "y": 0.5},
     57                 {"matrix": [2, 0], "x": 0, "y": 1.5},
     58                 {"matrix": [2, 1], "x": 1, "y": 2},
     59                 {"matrix": [2, 2], "x": 2, "y": 1.5}
     60             ]
     61         }
     62     }
     63 }