summaryrefslogtreecommitdiff
path: root/app/include/zmk
AgeCommit message (Expand)Author
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
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-09-02some fixes based on feedbackOkke Formsma
2020-09-01Initial implementation of hold-tapOkke Formsma
2020-08-28fix(test): change the layoutCody McGinnis
2020-08-18Merge pull request #99 from petejohanson/core/bluetooth-unpair-magic-comboPete Johanson
2020-08-18fix(keymap): move the toggle layer logic to keymap.cCody McGinnis
2020-08-18feat(keymap): allow users to toggle layersCody McGinnis
2020-08-18feeature(bt): Add "unpair combo" on startup.Pete Johanson
2020-07-31Initial stab at mod-tap improvements.Pete Johanson
2020-07-30Add the ability to capture event and release laterPete Johanson
2020-07-26Merge pull request #64 from Nicell/feature/rgb_underglowPete Johanson
2020-07-25Whitespace fix.Pete Johanson
2020-07-25Initial display support.Pete Johanson
2020-07-25Add suggested changesNick
2020-07-24Initial RGB Underglow implementationNick