summaryrefslogtreecommitdiff
path: root/app/boards/shields/corne
AgeCommit message (Collapse)Author
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(underglow): Switch from legacy SPI to SPIMNick
2020-11-10Merge pull request #357 from petejohanson/ble/remove-unpair-comboPete Johanson
fix(ble): Remove unpair combo code.
2020-11-10fix(ble): Remove unpair combo code.Pete Johanson
* Favor the settings reset images for this.
2020-11-08fix(underglow): Add CONFIG_ to underglow KconfigsNick
2020-10-05Update contributors in all keymap filesMega Mind
2020-09-13feature(board): add BT prof management to defaultsNick
2020-08-19fix(bluetooth): Add unpair combo if DT node existsPete Johanson
2020-08-20Fixed arrows on default keymapJared Giles
2020-08-19Working on corne default keymapJared Giles
2020-08-18fix(shields): OLED fixes for Corne, add anchors.Pete Johanson
2020-08-18fix(boards): Proper last col transform for Corne.Pete Johanson
2020-08-18feeature(bt): Add "unpair combo" on startup.Pete Johanson
* Especially for splits, we need the ability to unpair all paired devices as sledgehammer if we need to "reset things", and doing so via keymaps isn't suitable. * Allows shields to define a collection of key positions that if all held 2 seconds after startup, will unpair all existing pairs for the device.
2020-08-14Fix grammarNick
2020-08-14Add missing configuration values for RGB underglowNick
2020-08-10Tweak note about per-key RGB.Pete Johanson
2020-08-10Updated config note about underglow.Pete Johanson
2020-08-10Initial Corne shield definition.Pete Johanson
* Also include a build for Clueboard California macropad.