Submitted upstream: https://github.com/benblazak/ergodox-firmware/pull/100 diff --git a/src/lib/key-functions/public/special.c b/src/lib/key-functions/public/special.c index 42aba45..6488137 100644 --- a/src/lib/key-functions/public/special.c +++ b/src/lib/key-functions/public/special.c @@ -102,9 +102,9 @@ void kbfun_2_keys_capslock_press_release(void) { static uint8_t numpad_layer_id; static inline void numpad_toggle_numlock(void) { - _kbfun_press_release(true, KEY_LockingNumLock); + _kbfun_press_release(true, KEYPAD_NumLock_Clear); usb_keyboard_send(); - _kbfun_press_release(false, KEY_LockingNumLock); + _kbfun_press_release(false, KEYPAD_NumLock_Clear); usb_keyboard_send(); } name='id' value='1e6ddceb8318d413745ca1c9d91fde01b1e0364b'/> Wojtek's customized Guixmaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
AgeCommit message (Expand)Author
2023-08-25tests: guix-home: Fix description search for home-mcron....Josselin Poiret
2023-07-11home: services: bash: Properly quote shell aliases....Ludovic Courtès
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-03-26tests: Fix guix-home.sh when guix isn't installed...Ting-Wei Lan
2023-01-09home: environment-variables: Fix escaping....Andrew Tropin
2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin
2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès
2022-08-05tests: Make tests inside container reproducible....Andrew Tropin
2022-07-14home: services: environment-variables: Double-quote values....Ludovic Courtès
2022-07-14home: services: shells: Double-quote environment variable values....Ludovic Courtès