update keymaps to latest qmk fw, shorten tapping term
Some checks are pending
Build QMK firmware / QMK Userspace Build (push) Waiting to run
Build QMK firmware / QMK Userspace Publish (push) Blocked by required conditions

This commit is contained in:
thecount 2026-03-29 15:32:08 +02:00
parent 8f636dece5
commit db0b585f19
2 changed files with 7 additions and 7 deletions

View file

@ -43,12 +43,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RALT_SCLN MT(KC_ALGR, KC_SCLN)
// mouse buttons
#define KC_ML KC_MS_LEFT
#define KC_MR KC_MS_RIGHT
#define KC_MU KC_MS_UP
#define KC_MD KC_MS_DOWN
#define KC_MB1 KC_MS_BTN1
#define KC_MB2 KC_MS_BTN2
#define KC_ML MS_LEFT
#define KC_MR MS_RGHT
#define KC_MU MS_UP
#define KC_MD MS_DOWN
#define KC_MB1 MS_BTN1
#define KC_MB2 MS_BTN2
// clang-format off
const char chordal_hold_layout[MATRIX_ROWS][MATRIX_COLS] PROGMEM =