logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

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. }