Skip to content

Commit

Permalink
Add MIRYOKU_MAPPING=PIM447RIGHT to draculad
Browse files Browse the repository at this point in the history
  • Loading branch information
manna-harbour committed Jun 16, 2022
1 parent 33ad462 commit b10ffaf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
39 changes: 30 additions & 9 deletions miryoku/mapping/38/draculad.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@

#if !defined (MIRYOKU_LAYOUTMAPPING_DRACULAD)

#define XXX &none
#define XXX &none

#define MIRYOKU_LAYOUTMAPPING_DRACULAD( \
#if defined (MIRYOKU_MAPPING_PIM447RIGHT)

#define MIRYOKU_LAYOUTMAPPING_DRACULAD( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \
N30, N31, K32, K33, K34, K35, K36, K37, N38, N39 \
) \
K00 K01 K02 K03 K04 K05 K06 K07 K08 K09 \
K10 K11 K12 K13 K14 K15 K16 K17 K18 K19 \
K20 K21 K22 K23 K24 XXX XXX K25 K26 K27 K28 K29 \
K32 K33 K34 XXX K36 K35

#define MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT 36 37

#else

#define MIRYOKU_LAYOUTMAPPING_DRACULAD( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, \
Expand All @@ -16,14 +33,18 @@ K10 K11 K12 K13 K14 K15 K16 K17 K18 K19 \
K20 K21 K22 K23 K24 XXX XXX K25 K26 K27 K28 K29 \
K32 K33 K34 K35 K36 K37

#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTPINKIE 21 22
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTINNERINDEX 22 23
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTINNERINDEX 28 29
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTPINKIE 29 30
#define MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT 35 36
#define MIRYOKU_KLUDGE_THUMBCOMBOS

#endif

#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTPINKIE 21 22
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_LEFTINNERINDEX 22 23
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTINNERINDEX 28 29
#define MIRYOKU_KLUDGE_BOTTOMROWCOMBOS_RIGHTPINKIE 29 30

#define MIRYOKU_KLUDGE_THUMBCOMBOS_LEFT 33 34
#define MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT 35 36
#define MIRYOKU_KLUDGE_THUMBCOMBOS_LEFT 33 34

#endif
#endif

#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_DRACULAD
10 changes: 10 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,16 @@ Notes or diagrams are provided below where the selection of keys is not obvious
[[#thumb-combos][Thumb combos]] are enabled.


**** 38/draculad


***** PIM447 Right

~MIRYOKU_MAPPING=PIM447RIGHT~

For use with PIM447 installed in the right secondary thumb key position. The right tertiary thumb key is replaced with the secondary and [[#thumb-combos][thumb combos]] are enabled. Note that the right secondary thumb key is in the opposite position from usual, relative to the primary.


**** 41/reviung41

The thumbs keys, from left to right, are as follows: left secondary, left primary, right secondary, right primary, right tertiary. [[#thumb-combos][Thumb combos]] are enabled for the left thumbs. The left thumb keys are also duplicated on the left outer pinkie column, from top to bottom, as follows: primary, tertiary, secondary. Note that the left secondary thumb key is in the opposite position from usual, relative to the primary. For ~MIRYOKU_LAYERS=FLIP~, substitute left and right above.
Expand Down

0 comments on commit b10ffaf

Please sign in to comment.