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
activity.h
backlight.h
battery.h
behavior.h
behavior_queue.h
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
endpoints.h
endpoints_types.h
event_manager.h
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
input.h
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
matrix_transform.h
physical_layouts.h feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
pm.h
pointing.h
rgb_underglow.h
sensors.h
settings.h
stdlib.h
usb.h
usb_hid.h
virtual_key_position.h Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
workqueue.h
wpm.h