Nick Winans
|
6ddbac11af
|
refactor(Kconfig): Set USB default based on hardware capabilities
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.
|
2021-01-12 20:15:10 -08:00 |
|
innovaker
|
bba2892437
|
chore: standardize # style headers
Changes made with regex plus some manual tweaks.
Find:
/(?:(?<!#!\/bin\/sh\n)(?:^#\n))*^#.*?[Cc]opyright.*?(\d{4}) *([0-9A-z,_\- ]+).*?\n(?:^#\n)*^#.*?SPDX-License-Identifier:? *(.+) *?\n(?:^#\n)*/gm
Replace:
# Copyright (c) $1 $2
# SPDX-License-Identifier: $3
PR: #564
|
2021-01-12 20:15:09 -08:00 |
|
Pete Johanson
|
4b5f72ae26
|
fix(shields): Enable USB by default on right side.
* Ensures USB power detection for sleep/charging
is properly detected on the right side by deafult.
|
2021-01-12 20:15:07 -08:00 |
|
Pete Johanson
|
7d57aaaa8b
|
refactor(splits): Ability to override split role.
* Move central/peripheral setting to Kconfig.defconfig
files to allow left/right .conf files to override
central/peripheral role for splits.
|
2021-01-12 20:15:07 -08:00 |
|
Derek
|
3b71c4311b
|
Update Kconfig.defconfig
|
2020-08-20 17:27:41 -04:00 |
|
Derek
|
94c7d27f04
|
Updated files as per request
Updated
|
2020-08-20 15:13:51 -04:00 |
|
Derek
|
caecce62b7
|
Drop OLED support.
|
2020-08-15 16:32:14 -04:00 |
|
Derek
|
3e264e46d4
|
Add splitreus62 shield
|
2020-08-15 16:01:35 -04:00 |
|