Skip to content

Commit

Permalink
Add MIRYOKU_MAPPING=KINESIS_ADVANTAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Aug 26, 2022
1 parent c7b10af commit 36cf08a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Generate a personalised KMonad config file.

Requires ~make~, ~sh~, ~cpp~, and ~sed~.

First ~cd~ to the [[src]] directory then build with ~make~. The generated config file is [[src/build/miryoku.kbd]].
First ~cd~ to the [[src]] directory then build with ~make~. The generated config file is [[src/build/miryoku_kmonad.kbd]].

To select [[https://github.com/manna-harbour/miryoku/tree/master/docs/reference#alternative-layouts][alternative layout]], [[#mapping][mapping]], and [[#other-options][other]] options, append them to the ~make~ command line.
#+BEGIN_SRC sh :tangle no
Expand Down Expand Up @@ -122,6 +122,13 @@ This is a hybrid mapping keeping the traditional home positions. Only the 3x10
Corresponds to the tap functions of the Miryoku Base layer with default layout options. For use with remappable keyboards.


*** Kinesis Advantage

~MIRYOKU_MAPPING=KINESIS_ADVANTAGE~

[[https://raw.githubusercontent.com/manna-harbour/miryoku/master/data/mapping/miryoku-kle-mapping-kinesis_advantage.png]]


** Other Options


Expand Down
5 changes: 5 additions & 0 deletions src/miryoku_kmonad.kbd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
a r s t g m n e i o
z x c d v k h , . /
esc spc tab ent bspc del
#elif defined (MIRYOKU_MAPPING_KINESIS_ADVANTAGE)
q w e r t y u i o p
a s d f g h j k l ;
z x c v b n m , . /
bspc del end pgdn ent spc
#else
2 3 4 5 6 8 9 0 - =
q w e r t i o p [ ]
Expand Down

0 comments on commit 36cf08a

Please sign in to comment.