summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
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-30fix(power): Fix for 2.4 API changes.Pete Johanson
2020-12-29(feature) Add &to keycode/behavior (#489)KemoNine
2020-12-29feat(ext-power): Cut power when PM is sleepingNick Winans
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(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