mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Add MIRYOKU_KLUDGE_GLOBALSHIFTFUNCTIONS
This commit is contained in:
20
miryoku/miryoku_shift_functions.h
Normal file
20
miryoku/miryoku_shift_functions.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// Copyright 2022 Manna Harbour
|
||||
// https://github.com/manna-harbour/miryoku
|
||||
|
||||
#pragma once
|
||||
|
||||
#if defined (MIRYOKU_KLUDGE_GLOBALSHIFTFUNCTIONS)
|
||||
#define U_RGB_TOG &u_rgb_tog
|
||||
#define U_RGB_EFF &u_rgb_eff
|
||||
#define U_RGB_HUI &u_rgb_hui
|
||||
#define U_RGB_SAI &u_rgb_sai
|
||||
#define U_RGB_BRI &u_rgb_bri
|
||||
#define U_EP_TOG &u_ep_tog
|
||||
#else
|
||||
#define U_RGB_TOG &rgb_ug RGB_TOG
|
||||
#define U_RGB_EFF &rgb_ug RGB_EFF
|
||||
#define U_RGB_HUI &rgb_ug RGB_HUI
|
||||
#define U_RGB_SAI &rgb_ug RGB_SAI
|
||||
#define U_RGB_BRI &rgb_ug RGB_BRI
|
||||
#define U_EP_TOG &ext_power EP_TOG
|
||||
#endif
|
||||
Reference in New Issue
Block a user