summaryrefslogtreecommitdiff
path: root/app/boards/shields/sofle
AgeCommit message (Collapse)Author
2021-09-11refactor(shields): Add pro-micro shield metadata.Peter Johanson
2021-01-08refactor(Kconfig): Set USB default based on hardware capabilitiesNick Winans
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.
2020-12-28fix(shields): Enable USB by default on right side.Pete Johanson
* Ensures USB power detection for sleep/charging is properly detected on the right side by deafult.
2020-12-28refactor(splits): Ability to override split role.Pete Johanson
* Move central/peripheral setting to Kconfig.defconfig files to allow left/right .conf files to override central/peripheral role for splits.
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
Aligns *.h and *.c to underscore naming convention. These were kept (with warnings) for backwards compatibility with external boards/shields: - kscan-mock.h - matrix-transform.h They should be removed in the future. PR: #523
2020-12-14refactor(app): replace `LVGL_VER_RES` with `LVGL_HOR_VER_MAX`innovaker
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-12-14refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX`innovaker
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html PR: #467
2020-12-10improvement: upgrade default keymapsJoel Spadin
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment.
2020-11-10fix(ble): Remove unpair combo code.Pete Johanson
* Favor the settings reset images for this.
2020-11-05refactor: Replace use of `cp` with `kp` for shields.Pete Johanson
2020-10-05Update contributors in all keymap filesMega Mind
2020-09-13feature(board): add BT prof management to defaultsNick
2020-09-03Fix Sofle build, update Intro page.CrossR
2020-09-01Add to setup.CrossR
2020-08-23Update License info.CrossR
2020-08-22Fix PR issues.CrossR
2020-08-21Remove erroneous key.CrossR
2020-08-21Add keycodes properly.CrossR
2020-08-21Remove unpair combo config option.CrossR
2020-08-21Mute is a consumer keypress.CrossR
2020-08-19Fix BT unpair combo.CrossR
2020-08-19Add BT clear bind.CrossR
Should check the positions are correct.
2020-08-19Fix keymap.CrossR
2020-08-16Update pins.CrossR
2020-08-16Update to include missing encoder config.CrossR
2020-08-11Add very basic, untested, Sofle configuration.CrossR