qmk_firmware

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

keymap.json (371B)


      1 {
      2     "keyboard": "handwired/pytest/macro",
      3     "keymap": "default_json",
      4     "layout": "LAYOUT_ortho_1x1",
      5     "layers": [["QK_MACRO_0"]],
      6     "macros": [
      7         [
      8             "Hello, World!",
      9             {"action":"tap", "keycodes":["ENTER"]}
     10 	]
     11     ],
     12     "author": "qmk",
     13     "notes": "This file is a keymap.json file for handwired/pytest/basic",
     14     "version": 1
     15 }