summaryrefslogtreecommitdiff
path: root/app/include
AgeCommit message (Expand)Author
2020-12-14refactor(app): replace `driver_api` with `api`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-04fix(keys): Replace GUI with Application / Context Menuinnovaker
2020-11-03feat(keys): Standardize keysinnovaker
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): Replace deprecated HID usage page referencesinnovaker
2020-11-03feat(hid): Add preprocessor definitions for HID usages v1.21innovaker
2020-11-03fix: Formatting fix.Pete Johanson
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): simplify behavior constantsJoel Spadin
2020-10-28feat(endpoints): rename behavior to outputsJoel Spadin
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-13Merge pull request #258 from megamind4089/dev/ext-power-behaviorPete Johanson
2020-10-12fix: Updated copyright headers to single author file.Pete Johanson
2020-10-12Added toggle and removed a paramMega Mind
2020-10-12New behavior for ext power controlMega Mind
2020-10-10Add timestamps to position and behavior events (#147)Okke Formsma
2020-10-10Added driver to control the external power outputMega Mind
2020-10-06feat(power): Initial deep sleep work.Pete Johanson
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-13refactor(bluetooth): More concise names.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
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-09-02Merge pull request #146 from okke-formsma/hold-tapPete Johanson
2020-09-02some fixes based on feedbackOkke Formsma