mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Update thumb combos implementation
- Change MIRYOKU_COMBO_TPS_ENABLE to MIRYOKU_KLUDGE_THUMBCOMBOS - Change MIRYOKU_COMBO_TPSL to MIRYOKU_KLUDGE_THUMBCOMBOS_LEFT - Change MIRYOKU_COMBO_TPSR to MIRYOKU_KLUDGE_THUMBCOMBOS_RIGHT - Add support for MIRYOKU_LAYERS_FLIP - Add missing buttons on Mouse and Button for mouse keys PR - Add MIRYOKU_KLUDGE_THUMBCOMBOS_MACRO(layer, side, binding)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#define MIRYOKU_COMBO_TPS_ENABLE
|
||||
#define MIRYOKU_KLUDGE_THUMBCOMBOS
|
||||
|
||||
#include "../miryoku/config.h"
|
||||
#include "../miryoku/mapping/36-minidox.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2021 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#define MIRYOKU_COMBO_TPS_ENABLE
|
||||
#define MIRYOKU_KLUDGE_THUMBCOMBOS
|
||||
|
||||
#include "../miryoku/config.h"
|
||||
#include "../miryoku/mapping/36-minidox.h"
|
||||
|
||||
Reference in New Issue
Block a user