Add mousekeys buttons 2 and 3

This commit is contained in:
Manna Harbour
2022-05-13 13:29:17 +10:00
parent fa3258eba2
commit 47a3e34b21
7 changed files with 65 additions and 40 deletions

View 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