logo

qmk_firmware

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

qmk_module.json (314B)


  1. {
  2. "module_name": "Hello World",
  3. "maintainer": "QMK Maintainers",
  4. "license": "GPL-2.0-or-later",
  5. "features": {
  6. "console": true,
  7. "deferred_exec": true
  8. },
  9. "keycodes": [
  10. {
  11. "key": "COMMUNITY_MODULE_HELLO",
  12. "aliases": ["CM_HELO"]
  13. }
  14. ]
  15. }