mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 09:48:47 +00:00
17 lines
358 B
C
17 lines
358 B
C
// Copyright 2022 Manna Harbour
|
|
// https://github.com/manna-harbour/miryoku
|
|
|
|
#pragma once
|
|
|
|
#define U_BTN1 &u_macro_btn1
|
|
#define U_BTN2 &u_macro_btn2
|
|
#define U_BTN3 &u_macro_btn3
|
|
#define U_MS_D &kp KP_N2
|
|
#define U_MS_L &kp KP_N4
|
|
#define U_MS_R &kp KP_N6
|
|
#define U_MS_U &kp KP_N8
|
|
#define U_WH_D U_NU
|
|
#define U_WH_L U_NU
|
|
#define U_WH_R U_NU
|
|
#define U_WH_U U_NU
|