zmk_mf68/app/src
Pete Johanson 7ea1892bbb fix(display): All display updates in work thread.
* Make sure all LVGL access is from main work thread.
2020-12-06 22:47:21 -05:00
..
behaviors fix(sticky keys): fix tapping-sticky-keys bug. 2020-12-06 00:33:20 -05:00
display fix(display): All display updates in work thread. 2020-12-06 22:47:21 -05:00
events refactor(battery): Fire event on battery event. 2020-12-02 16:04:56 -05:00
split/bluetooth Fix connection to incorrect peripheral 2020-11-11 13:16:31 -05:00
battery.c refactor(battery): Fire event on battery event. 2020-12-02 16:04:56 -05:00
ble.c fix(ble): Raise profile events from work thread. 2020-12-06 22:47:21 -05:00
endpoints.c feat(display): Initial widget/status screen work. 2020-12-02 16:04:56 -05:00
event_manager.c chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
ext_power_generic.c refactor(settings): Add Kconfig option for settings debounce 2020-12-02 19:54:48 -05:00
hid.c refactor(hid): replace `kp_report` with `keyboard_report` 2020-11-22 10:04:35 -05:00
hid_listener.c refactor: change `keypad` to `keyboard` 2020-11-21 15:52:16 -05:00
hog.c refactor: change `keypad` to `keyboard` 2020-11-21 15:52:16 -05:00
keymap.c feat(events): add timestamp to keycode_state_changed and sensor_event 2020-11-28 00:58:24 -05:00
kscan.c Add timestamps to position and behavior events (#147) 2020-10-10 17:32:53 -04:00
kscan_composite.c improvement(kscan): use ARRAY_SIZE macro 2020-10-04 14:07:14 -05:00
kscan_mock.c feat(kscan_mock): Increase max number of events 2020-10-25 20:36:03 +00:00
main.c fix(display): All display updates in work thread. 2020-12-06 22:47:21 -05:00
matrix_transform.c chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
power.c feat: only send HID reports to one endpoint 2020-10-28 18:15:05 -05:00
rgb_underglow.c refactor(settings): Add Kconfig option for settings debounce 2020-12-02 19:54:48 -05:00
sensors.c feat(events): add timestamp to keycode_state_changed and sensor_event 2020-11-28 00:58:24 -05:00
settings.c fix lint with clang-format 2020-09-15 14:47:19 -05:00
split_listener.c chore: clang-format the codebase. 2020-09-14 00:10:34 -04:00
usb.c refactor(hid): Mod defines in dedicated header. 2020-11-03 00:21:20 -05:00