Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | fix(shields): Unflip left Microdox OLED. | Pete Johanson | |
2021-01-08 | refactor(Kconfig): Set USB default based on hardware capabilities | Nick 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-28 | fix(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-28 | refactor(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-28 | refactor: replace filename hyphens with underscores | innovaker | |
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-14 | refactor(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-14 | refactor(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-10 | improvement: upgrade default keymaps | Joel Spadin | |
Ran all the default keymaps through the keymap upgrader and manually adjusted alignment. | |||
2020-11-10 | fix(underglow): Switch from legacy SPI to SPIM | Nick | |
2020-11-10 | Merge branch 'main' into underglow/add-config_ | Nick Winans | |
2020-11-10 | fix(shields): Replace Corne w/ Microdox. | Pete Johanson | |
2020-11-08 | fix(underglow): Add CONFIG_ to underglow Kconfigs | Nick | |
2020-10-09 | oops | Kellen Carey | |
2020-10-09 | address pr comments | Kellen Carey | |
2020-10-07 | clean up keymap | Kellen Carey | |
2020-10-07 | working shield, need to improve default keymap | Kellen Carey | |