zmk/app/include/zmk
ReFil 17f0a4d307
feat(ble): Set device name at runtime
This allows for the device name to be set at runtime, possible uses for this include a custom display screen that lets you type it in using the keycode state event, future configuration in zmk studio, or altering it per profile as per #1169
2024-09-25 15:35:42 -04:00
..
ble
display
events fix(core): Address review comments from Joel. 2024-01-14 11:13:57 -08:00
split/bluetooth feat: Split physical layout selection sync. 2024-09-23 15:12:22 -06:00
studio feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
activity.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
backlight.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
battery.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
behavior.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
behavior_queue.h refactor: Condition source props on CONFIG_ZMK_SPLIT 2024-09-23 10:17:29 -06:00
ble.h feat(ble): Set device name at runtime 2024-09-25 15:35:42 -04:00
display.h chore: fix typos in various places 2024-05-13 16:47:33 -04:00
endpoints.h refactor: Promote new endpoints API 2024-03-27 20:59:26 -07:00
endpoints_types.h
event_manager.h feat(core): Support adding subs to other listeners. 2024-06-28 14:36:25 -06:00
hid.h feat(studio): Initial RPC infrastructure and subsystems. 2024-08-15 11:45:18 -06:00
hid_indicators.h refactor: Move to `zmk_hid_indicators_t` type. 2023-11-27 16:03:18 -08:00
hid_indicators_types.h refactor: Move to `zmk_hid_indicators_t` type. 2023-11-27 16:03:18 -08:00
hog.h refactor: All SYS_INIT functions are void args. 2024-02-09 14:32:46 -08:00
keymap.h fix: Properly calculate highest active layer for display. 2024-09-20 22:59:44 -06:00
keys.h
matrix.h fix(core): Warn only with layouts + chosen transform 2024-09-19 13:12:17 -06:00
matrix_transform.h feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
mouse.h feat(mouse): Initial mouse keys support. 2023-11-15 11:16:59 -08:00
physical_layouts.h feat: Split physical layout selection sync. 2024-09-23 15:12:22 -06:00
pm.h fix: Adjustments for Zephyr 3.5. 2024-03-27 20:59:26 -07:00
rgb_underglow.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
sensors.h
settings.h feat: Add function to erase all settings 2024-03-18 09:48:19 -07:00
stdlib.h
usb.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
usb_hid.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
virtual_key_position.h pre-commit: re-format using clang-format hook (v18.1.8) 2024-09-13 16:04:26 -06:00
workqueue.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
wpm.h