diff --git a/miryoku/mapping/38/draculad.h b/miryoku/mapping/38/draculad.h index 49d72409c..3d8dc6734 100644 --- a/miryoku/mapping/38/draculad.h +++ b/miryoku/mapping/38/draculad.h @@ -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, \ @@ -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 diff --git a/readme.org b/readme.org index 610e5fef9..28a449b98 100644 --- a/readme.org +++ b/readme.org @@ -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.