Add suspend

This commit is contained in:
Manna Harbour
2022-10-09 22:21:28 +11:00
parent 84adeeb776
commit f62a214f7c
4 changed files with 55 additions and 22 deletions

View File

@@ -42,3 +42,9 @@ MIRYOKU_SHIFT_FUNCTION(u_ep_tog, &ext_power EP_TOG, &ext_power EP_OFF)
MIRYOKU_SHIFT_FUNCTION(u_caps_word, &caps_word, &kp CAPS)
#if defined(MIRYOKU_KLUDGE_SUSPEND)
MIRYOKU_SHIFT_FUNCTION(u_bootloader, &bootloader, &suspend)
#else
MIRYOKU_SHIFT_FUNCTION(u_bootloader, &bootloader, &reset)
#endif