logo

qmk_firmware

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

readme.md (2678B)


  1. # Keymap for a standard winkey ANSI configuration of the Phantom
  2. A basic keymap intended for a Phantom using the standard ANSI 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| ;| '|Return |
  16. |-----------------------------------------------------------| ,---.
  17. |Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | |Up |
  18. |-----------------------------------------------------------| ,-----------.
  19. |Ctl|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. | | | | | | | | | | | | | Media |
  31. |-----------------------------------------------------------| ,---.
  32. | | | |Cal| | | | | | | | | | |
  33. |-----------------------------------------------------------| ,-----------.
  34. | | | | | | | | | | | | |
  35. `-----------------------------------------------------------' `-----------'
  36. ## Building
  37. To build the firmware with the default keymap, run `make phantom:default`.