summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
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-28fix(shields): Enable USB by default on right side.Pete Johanson
2020-12-28refactor(splits): Ability to override split role.Pete Johanson
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-28chore(tests): remove useless &cp testOkke Formsma
2020-12-21chore(display): add header to CMakeLists.txtinnovaker
2020-12-21refactor(app): remove zmk_actioninnovaker
2020-12-21chore(display): add header to Kconfiginnovaker
2020-12-21refactor(app): remove handlers.hinnovaker
2020-12-21chore(display): align status_screen copyrightinnovaker
2020-12-17fix(sticky keys): add 0xFF mask to usage_pageinnovaker
2020-12-17refactor(endpoints): rename usage_report parameter to usage_pageinnovaker
2020-12-17feat(shields): add tidbit and tidbit_19key shieldsKemoNine
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-14fix(tests): convert ZMK_CONFIG to an absolute pathinnovaker
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 `LVGL_VER_RES` with `LVGL_HOR_VER_MAX`innovaker
2020-12-14refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX`innovaker
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 `driver_api` with `api`innovaker
2020-12-14refactor(app): replace `config_info` with `config`innovaker
2020-12-14feat(app): upgrade to Zephyr v2.4.0 + ZMK fixesinnovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-10fix(west) test command should not swallow errors.Okke Formsma
2020-12-10improvement: upgrade default keymapsJoel Spadin
2020-12-09feature(keymaps): Keymap layer state event, highest layer APIKemoNine
2020-12-08fix(kscan): Fix building kscan for tests.Pete Johanson
2020-12-07feat(shields): add CRBN shieldReFil
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-04build(west): migrate to zmkfirmware/zephyr forkinnovaker
2020-12-04build(cmake): remove unnecessary SYSCALL_INCLUDE_DIRS for driversinnovaker
2020-12-04fix(drivers): Remove conditional from directories.Pete Johanson