mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
8 lines
169 B
C
8 lines
169 B
C
// Copyright 2022 Manna Harbour
|
|
// https://github.com/manna-harbour/miryoku
|
|
|
|
#pragma once
|
|
|
|
#define U_MT(MOD, TAP) &u_mt MOD TAP
|
|
#define U_LT(LAYER, TAP) &u_lt LAYER TAP
|