logo

qmk_firmware

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

user_repo_v0.jsonschema (314B)


  1. {
  2. "$schema": "https://json-schema.org/draft/2020-12/schema#",
  3. "$id": "qmk.user_repo.v0",
  4. "title": "User Repository Information",
  5. "type": "object",
  6. "required": [
  7. "userspace_version"
  8. ],
  9. "properties": {
  10. "userspace_version": {
  11. "type": "string"
  12. }
  13. }
  14. }