summaryrefslogtreecommitdiff
path: root/app/include/zmk
AgeCommit message (Expand)Author
2021-01-04feat(keymap): API for retrieving label for a layerPete Johanson
2021-01-01refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENTOkke Formsma
2021-01-01refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0Okke Formsma
2020-12-31fix(sensors): Use status filter on sensors node.Pete Johanson
2020-12-29(feature) Add &to keycode/behavior (#489)KemoNine
2020-12-28Add uppermost, current layer status widget to oled (#493)KemoNine
2020-12-28refactor(app): replace zmk_keymap_layers_state with zmk_keymap_layers_state_tinnovaker
2020-12-28refactor(app): replace zmk_mod_flags with zmk_mod_flags_tinnovaker
2020-12-28refactor(app): replace zmk_mod with zmk_mod_tinnovaker
2020-12-28refactor(app): replace zmk_key with zmk_key_tinnovaker
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-21refactor(app): remove zmk_actioninnovaker
2020-12-21refactor(app): remove handlers.hinnovaker
2020-12-21chore(display): align status_screen copyrightinnovaker
2020-12-17refactor(endpoints): rename usage_report parameter to usage_pageinnovaker
2020-12-14refactor(power): Extract activity/idle detection.Pete Johanson
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-09feature(keymaps): Keymap layer state event, highest layer APIKemoNine
2020-12-06fix(display): All display updates in work thread.Pete Johanson
2020-12-02feat(display): Initial widget/status screen work.Pete Johanson
2020-12-02refactor(battery): Fire event on battery event.Pete Johanson
2020-11-28feat(events): add timestamp to keycode_state_changed and sensor_eventOkke Formsma
2020-11-21refactor: change `keypad` to `keyboard`innovaker
2020-11-20refactor(hid): Replace modifier usage values with their cpp definitionsinnovaker
2020-11-10refactor(app): Replace `HID_EXT_USAGE` with `HID_USAGE`innovaker
2020-11-06refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL`innovaker
2020-11-05refactor(keys): Unify usage page.Pete Johanson
2020-11-03feat(hid): Enhance consumer report to support higher codesinnovaker
2020-11-03refactor(hid): Replace Zephyr usages with ZMK usages in HID reportsinnovaker
2020-11-03refactor(hid): Mod defines in dedicated header.Pete Johanson
2020-11-03clang-formatOkke Formsma
2020-11-03initial implementation for modifiersOkke Formsma
2020-10-31Merge pull request #269 from joelspadin/endpoint-selectionPete Johanson
2020-10-28feat(endpoints): add preferred endpoint settingJoel Spadin
2020-10-28feat(endpoints): update on BLE profile changeJoel Spadin
2020-10-28feat(endpoints): clear HID report on endpoint changeJoel Spadin
2020-10-28feat: only send HID reports to one endpointJoel Spadin
2020-10-27feat(hid): Make keypad report boot friendlyinnovaker
2020-10-27refactor(hid): Refactor consumer report to a configurable sizeinnovaker
2020-10-27refactor(hid): Refactor keypad report to use a configurable integer arrayinnovaker
2020-10-12fix: Updated copyright headers to single author file.Pete Johanson
2020-10-10Add timestamps to position and behavior events (#147)Okke Formsma
2020-10-04refactor(usb): Report USB status w/o HID output.Pete Johanson
2020-10-02Add missing licensing headerDev
2020-10-01feat(usb): Function to access latest USB status.Pete Johanson
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-13feat(bluetooth): Add back profiles, split fixes.Pete Johanson
2020-09-13fix(bluetooth): Remove identity, minimal `bt`.Pete Johanson
2020-09-13feat(bluetooth): Proper bond management, identity support for non-splitsPete Johanson