Pascal Getreuer
8eaf67de76
Attempt at simplifying interface.
2025-01-21 23:55:16 -08:00
Pascal Getreuer
45f573f335
Fix linking error with custom names.
2025-01-21 16:35:53 -08:00
Pascal Getreuer
4c08241d05
Add KC_NUHS, KC_NUBS, and KC_CAPS.
2025-01-11 16:27:17 -08:00
Pascal Getreuer
e8ded5a2f1
keycode_string review revisions.
...
* Rename keycode_string() -> get_keycode_string() for consistency with
existing string utils like get_u8_str().
* Revise custom keycode names with separate _user and _kb tables.
2025-01-05 17:37:34 -08:00
Pascal Getreuer
580f8bd703
keycode_string(): Format keycodes as strings.
...
This adds the `keycode_string()` function described in
https://getreuer.info/posts/keyboards/keycode-string/index.html
as a core feature.
2025-01-04 18:48:12 -08:00