mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Make mapping macro customisable per keyboard
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// Copyright 2022 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#define MIRYOKU_MAPPING( \
|
||||
#if !defined (MIRYOKU_LAYOUTMAPPING_FERRIS)
|
||||
|
||||
#define MIRYOKU_LAYOUTMAPPING_FERRIS( \
|
||||
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,3 +18,7 @@ K20 K21 K22 K23 K24 K25 K26 K27 K28 K29 \
|
||||
#define MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT 32 33
|
||||
|
||||
#define MIRYOKU_KLUDGE_THUMBCOMBOS
|
||||
|
||||
#endif
|
||||
|
||||
#define MIRYOKU_MAPPING MIRYOKU_LAYOUTMAPPING_FERRIS
|
||||
|
||||
Reference in New Issue
Block a user