mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Add mousekeys buttons 2 and 3
This commit is contained in:
16
miryoku/miryoku_mousekeys.h
Normal file
16
miryoku/miryoku_mousekeys.h
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user