mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-11 03:05:03 +00:00
Replace suspend with soft off
This commit is contained in:
@@ -20,8 +20,8 @@ MIRYOKU_LAYER_LIST
|
||||
#undef MIRYOKU_X
|
||||
|
||||
#if defined (MIRYOKU_KLUDGE_DOUBLETAPBOOT)
|
||||
#if defined (MIRYOKU_KLUDGE_SUSPEND)
|
||||
MIRYOKU_DOUBLE_TAP_GUARD(u_suspend, &suspend)
|
||||
#if defined (MIRYOKU_KLUDGE_SOFT_OFF)
|
||||
MIRYOKU_DOUBLE_TAP_GUARD(u_soft_off, &soft_off)
|
||||
#else
|
||||
MIRYOKU_DOUBLE_TAP_GUARD(u_bootloader, &bootloader)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user