summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
2020-12-28refactor(splits): Ability to override split role.Pete Johanson
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-21chore(display): add header to CMakeLists.txtinnovaker
2020-12-21chore(display): add header to Kconfiginnovaker
2020-12-21chore(display): align status_screen copyrightinnovaker
2020-12-17fix(sticky keys): add 0xFF mask to usage_pageinnovaker
2020-12-15refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead o...Okke Formsma
2020-12-15refactor(sticky keys): use pointer to avoid repetition in store_sticky_keyOkke Formsma
2020-12-15refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV...Okke Formsma
2020-12-15refactor(sticky keys): rename timer_is_started to timer_startedOkke Formsma
2020-12-14fix(settings): Add missing err handlers on settings_registerNick
2020-12-14refactor(settings): Debounce BLE/endpoint settings savesNick
2020-12-14refactor(settings): Only load used subtreesNick Winans
2020-12-14feature(display): Blank display on idle/sleep.Pete Johanson
2020-12-14refactor(power): Extract activity/idle detection.Pete Johanson
2020-12-14refactor(display): Update to new LVGL v7.x API.Pete Johanson
2020-12-14refactor(app): remove `_gatt_` infixes from BT DIS and BAS servicesinnovaker
2020-12-14refactor(app): replace `void` with `const struct device *dev` in ISR CBsinnovaker
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace `driver_data` with `data`innovaker
2020-12-14refactor(app): replace `config_info` with `config`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-08fix(kscan): Fix building kscan for tests.Pete Johanson
2020-12-06fix(display): All display updates in work thread.Pete Johanson
2020-12-06fix(ble): Raise profile events from work thread.Pete Johanson
2020-12-06fix(sticky keys): fix tapping-sticky-keys bug.Okke Formsma
2020-12-06fix(sticky keys): always clear sticky key when releasing the behaviorOkke Formsma
2020-12-06fix(sticky keys): use correct timestamp when clearing sticky key in timerOkke Formsma
2020-12-06fix(sticky keys): simplify timer managementOkke Formsma
2020-12-02refactor(settings): Add Kconfig option for settings debounceNick
2020-12-02feat(display): Initial widget/status screen work.Pete Johanson
2020-12-02refactor(battery): Fire event on battery event.Pete Johanson
2020-12-01refactor(ble): silence warning `auth_passkey_display` not usedinnovaker
2020-11-29bugfix(sticky keys): release active sticky keys properlyOkke Formsma
2020-11-28feat: Add settings support for external powerNick
2020-11-28feat(sticky keys): initial implementationOkke Formsma
2020-11-28feat(events): add timestamp to keycode_state_changed and sensor_eventOkke Formsma
2020-11-23fix(ug): Start tick without settings state availableNick
2020-11-22fix(underglow): Fix error on release of rgb_ugNick
2020-11-22feat(underglow): RGB toggle controls ext_powerNick
2020-11-22refactor(hid): replace `kp_report` with `keyboard_report`innovaker
2020-11-21refactor: change `keypad` to `keyboard`innovaker
2020-11-16fix momentary layer bug when top layer is not &transOkke Formsma
2020-11-11Fix connection to incorrect peripheralXudong Zheng
2020-11-10fix(ble): Remove unpair combo code.Pete Johanson
2020-11-10refactor(app): Remove obsolete include's of `hid_usage_pages.h`innovaker
2020-11-05refactor(keys): Unify usage page.Pete Johanson
2020-11-03refactor: Replace superseded key namesinnovaker
2020-11-03refactor(hid): Replace deprecated HID usage page referencesinnovaker