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:
Manna Harbour
2021-12-22 23:01:06 +11:00
parent cea0372dca
commit f33d308ae0
18 changed files with 73 additions and 90 deletions

View File

@@ -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"

View File

@@ -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"