logo

qmk_firmware

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

readme.md (2828B)


  1. # HHKB: The default keymap for KC60SE
  2. ## Happy Hacker Keyboard (US layout):
  3. * [Esc] moves down replacing [ ~ ]
  4. * 2u [Backspace] split into [ \ ] and [ ~ ]
  5. * move [Backspace] down a row to replace [ \ ]
  6. * a dip switch toggles the default: Delete or Backspace, [Fn ] invokes non-default
  7. * 2.75u [ Shift ] split into 1.75u [Shift] & [Fn ]
  8. * Control replaces Caplock, [FN ] [ Tab ] toggles Caplock, led under Control toggles w/Caplock
  9. * the botom row is configurable, the Meta key could be assigned a few values with dip switches,
  10. * HHKB Lite2
  11. ```
  12. |Fn |Alt |Meta| Space |Meta|Alt |
  13. |Fn |Meta|Alt | Space |ALt |Meta|
  14. ```
  15. * HHKB Professional2
  16. ```
  17. |Alt |Fn | Space |Meta|Alt |
  18. |Meta|Alt | Space |Alt |Meta|
  19. |Fn |Alt | Space |Alt |Meta|
  20. ```
  21. * this PCB and keymap will support up to 8 keys on the bottom row with minimal editing.
  22. ## Base Layer
  23. ```
  24. ,--------------------------------------------------------------------------.
  25. | esc| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | \ | ` |
  26. |--------------------------------------------------------------------------|
  27. | tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | bksp |
  28. |--------------------------------------------------------------------------|
  29. | ctrl | A | S | D | F | G | H | J | K | L | ; | ' | enter |
  30. |--------------------------------------------------------------------------|
  31. | lshift | Z | X | C | V | B | N | M | , | . | / | rshift | fn0|
  32. `--------------------------------------------------------------------------'
  33. |lalt| fn0 | space | rgui |ralt|
  34. `------------------------------------------------------------'
  35. ```
  36. ## Function Layer
  37. * Extra keys: (mprv, mply, mnxt)
  38. * I think the number pad * / - and + did not come on the Professional, but did on Lite
  39. ```
  40. ,--------------------------------------------------------------------------.
  41. | | f1 | f2 | f3 | f4 | f5 | f6 | f7 | f8 | f9 | f10| f11| f12| | ins|
  42. |--------------------------------------------------------------------------|
  43. | caps |blon|blup| | |NKRO| | | psc|slck|paus| up | | del |
  44. |--------------------------------------------------------------------------|
  45. | |vol-|vol+|mute| | | * | / |home|pgup|left|rght| penter |
  46. |--------------------------------------------------------------------------|
  47. | |mprv|mply|mnxt| | | + | - |end |pgdn|down| | |
  48. `--------------------------------------------------------------------------'
  49. | | | | mstop | |
  50. `-----------------------------------------------------------'
  51. ```