logo

qmk_firmware

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

keymap.json (949B)


  1. {
  2. "keyboard": "binepad/bnk8",
  3. "version": 1,
  4. "author": "binepad",
  5. "notes": "Copyright 2024 Binepad (@binepad) \n SPDX-License-Identifier: GPL-2.0-or-later \n This file is a keymap.json file for binepad/bnk8",
  6. "keymap": "default",
  7. "layout": "LAYOUT_ortho_3x3",
  8. "layers": [
  9. [
  10. "KC_P1", "KC_P2", "KC_MUTE",
  11. "KC_P3", "KC_P4", "KC_P5",
  12. "KC_P6", "KC_P7", "LT(1, KC_P8)"
  13. ],
  14. [
  15. "RM_HUEU", "RM_SATU", "RM_SPDU",
  16. "RM_HUED", "RM_SATD", "RM_SPDD",
  17. "RM_TOGG", "RM_NEXT", "_______"
  18. ]
  19. ],
  20. "config": {
  21. "features": {
  22. "encoder_map": true
  23. }
  24. },
  25. "encoders": [
  26. [
  27. {
  28. "ccw": "KC_VOLD",
  29. "cw": "KC_VOLU"
  30. }
  31. ],
  32. [
  33. {
  34. "ccw": "RM_VALD",
  35. "cw": "RM_VALU"
  36. }
  37. ]
  38. ]
  39. }