Commit graph

6 commits

Author SHA1 Message Date
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
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
innovaker
67178ed4f4 refactor: replace filename hyphens with underscores
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
2021-01-12 20:15:07 -08:00
Joel Spadin
77c16b020e improvement: upgrade default keymaps
Ran all the default keymaps through the keymap upgrader and manually adjusted
alignment.
2020-12-10 12:05:21 +00:00
krikun98
f60439802d Jian shield 2020-11-17 16:23:39 +00:00