zmk/app/include/zmk
Willow Herring ab46f48dde
fix(keymap): Fix overflow in get/set bindings (#3205)
With the binding referenced to as uint8_t the keymap would be incorrect if more than 256 positions were in use, going to a uint16_t gives large enough headroom to not have to worry
2026-01-16 18:55:13 -05:00
..
ble
display
events feat: Allow layer behaviors to "lock" layers on (#2717) 2025-11-14 23:13:35 +01:00
pointing feat(pointing): Release pressed keys on disconnect (#3204) 2026-01-14 13:17:43 -05:00
split feat(split): Runtime selection of split transport (#2886) 2025-06-16 03:45:25 -04: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 refactor(ble): add functions to check if profile is open/connected by address (#2993) 2025-07-19 07:51:53 -06:00
combos.h chore: Add trailing lines to fix build warnings (#2743) 2025-01-02 08:58:49 -07:00
display.h chore: fix typos in various places 2024-05-13 16:47:33 -04:00
endpoints.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05: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 fix(ble,hid): Fix smooth scrolling over BLE (#2998) 2025-07-20 09:13:18 -06:00
hid_indicators.h
hid_indicators_types.h
hog.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
input.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
input_listeners.h chore: Add trailing lines to fix build warnings (#2743) 2025-01-02 08:58:49 -07:00
keymap.h fix(keymap): Fix overflow in get/set bindings (#3205) 2026-01-16 18:55:13 -05: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
physical_layouts.h feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
pm.h fix: Adjustments for Zephyr 3.5. 2024-03-27 20:59:26 -07:00
pointing.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05: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 fix(usb): detect USB power mode to fallback to BLE 2024-10-14 19:15:45 -04:00
usb_hid.h feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
virtual_key_position.h Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
workqueue.h lint: add (void) parameter to pass -Wstrict-prototypes 2024-01-05 12:16:38 -08:00
wpm.h