logo

qmk_firmware

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

readme.md (2672B)


  1. # Keymap for a standard winkey ISO-UK configuration of the Phantom
  2. A basic keymap intended for a Phantom using the standard ISO layout.
  3. See [keymap.c](keymap.c) for details.
  4. ## Layers
  5. The keymap have two layers. To access the functions on the second layer, hold down `Fn` and press the corresponding key.
  6. ### Layer 1: Default Layer
  7. ,---. ,---------------. ,---------------. ,---------------. ,-----------.
  8. |Esc| |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau|
  9. `---' `---------------' `---------------' `---------------' `-----------'
  10. ,-----------------------------------------------------------. ,-----------.
  11. |¬ | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp | |Ins|Hom|PgU|
  12. |-----------------------------------------------------------| |-----------|
  13. |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| | |Del|End|PgD|
  14. |------------------------------------------------------. | '-----------'
  15. |Caps | A| S| D| F| G| H| J| K| L| ;| '| #|Ret |
  16. |-----------------------------------------------------------| ,---.
  17. |Shft| \| Z| X| C| V| B| N| M| ,| .| /|Shift | |Up |
  18. |-----------------------------------------------------------| ,-----------.
  19. |Ctrl|GUI |Alt | Space |Alt |GUI |Fn |Ctl | |Lef|Dow|Rig|
  20. `-----------------------------------------------------------' `-----------'
  21. ### Layer 2: Function Layer
  22. ,---. ,---------------. ,---------------. ,---------------. ,-----------.
  23. | | | | | | | | | | | | |Stp|Ply|Prv|Nxt| |Mut|Vo-|Vo+|
  24. `---' `---------------' `---------------' `---------------' `-----------'
  25. ,-----------------------------------------------------------. ,-----------.
  26. | | | | | | | | | | | | | | | | | | |
  27. |-----------------------------------------------------------| |-----------|
  28. | | | | | | | | | | | | | | | | | | |
  29. |------------------------------------------------------. | '-----------'
  30. | | | | | | | | | | | | | |MSel|
  31. |-----------------------------------------------------------| ,---.
  32. | | | |Cal| | | | | | | | | | |
  33. |-----------------------------------------------------------| ,-----------.
  34. | | | | | | | | | | | | |
  35. `-----------------------------------------------------------' `-----------'
  36. ## Building
  37. To build the firmware with this keymap, run `make phantom:iso_uk`.