Nick Winans
|
478cf94374
|
refactor(boards): Remove "left" from split keyboard names
|
3 years ago |
Nick Winans
|
36ced48e53
|
refactor(boards): Remove split right keyboard names
|
3 years ago |
Nick Winans
|
002a89765f
|
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.
|
4 years ago |
innovaker
|
f17584ca0e
|
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
|
4 years ago |
Pete Johanson
|
4fc17e0b3a
|
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.
|
4 years ago |
Pete Johanson
|
4db5b169bf
|
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.
|
4 years ago |
Noah Thornton
|
24b638dfa3
|
Apply suggestions from code review
Revise copyright header
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
|
4 years ago |
Noah Thornton
|
7f7c7037b0
|
Add quefrency shield
|
4 years ago |