diff options
author | Nicolas Guelpa <nicolas@guelpa.me> | 2017-09-18 17:13:01 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-18 17:13:01 -0400 |
commit | 31739244219a797c666269ddf3b653c981ed39f9 (patch) | |
tree | 1047fceef0ea4abf9b355edfcdddeefaad00dba8 /keyboards/planck/keymaps/pok3r/readme.md | |
parent | a89183591c8dc5e7a814c1429a66fdadf58a7b49 (diff) |
Adding a new layout for the planck that helps when coming from the pok3r (#1701)
* adding new layout for the planck that helps when coming from the pok3r
* Fixing the function layer
* Update readme.md
* Update keymap.c
Making some small adjustments
* Update keymap.c
switching GUI and Esc
* Update keymap.c
Diffstat (limited to 'keyboards/planck/keymaps/pok3r/readme.md')
-rw-r--r-- | keyboards/planck/keymaps/pok3r/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/pok3r/readme.md b/keyboards/planck/keymaps/pok3r/readme.md new file mode 100644 index 0000000000..66320e9916 --- /dev/null +++ b/keyboards/planck/keymaps/pok3r/readme.md @@ -0,0 +1,15 @@ +This layout adds a new function layer similar to the default one from the pok3r: + + /* Function + * ,-----------------------------------------------------------------------------------. + * | Esc | | Prev | Play | Next | | |Pg Up | Up |Pg Dn |Prt Sc| Del | + * |------+------+------+------+------+-------------+------+------+------+------+------| + * | | | Vol- | Mute | Vol+ | | Home | Left | Down |Right | End | | + * |------+------+------+------+------+------|------+------+------+------+------+------| + * | | | | | | | | | | | | | + * |------+------+------+------+------+------+------+------+------+------+------+------| + * | | | | | | | | Home |Pg Up |Pg Dn | End | + * `-----------------------------------------------------------------------------------' + */ + +You can acces this layer by holding the first key on the second line from the top. |