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
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
innovaker
250cc07749
refactor(app): replace `LVGL_VER_RES` with `LVGL_HOR_VER_MAX`
...
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
4 years ago
innovaker
edba0d44a3
refactor(app): replace `LVGL_HOR_RES` with `LVGL_HOR_RES_MAX`
...
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
4 years ago
Kellen Carey
0b125c028c
address pr comments
4 years ago
Kellen Carey
f3eaa7e424
working shield, need to improve default keymap
4 years ago
Pete Johanson
be57b10c56
Initial Corne shield definition.
...
* Also include a build for Clueboard California macropad.
4 years ago
Pete Johanson
5e96c0014a
Default the reverse mode.
4 years ago
Pete Johanson
c34472bf3f
Fixes for loading without encoder drivers.
...
* Build fixes.
4 years ago
Pete Johanson
d80063ff51
Initial display support.
4 years ago
Pete Johanson
6701b7babc
Working BT settings.
4 years ago
Pete Johanson
3796f76c56
Initial exploration of split BLE service.
...
* Service for split peripheral to report
position state to split central.
* Updated advertising info.
* Behavior for split BT until we have a proper
event system.
4 years ago
Pete Johanson
5ffd95694f
Kyria left/right overlays, matrix transform fixes
...
* Refactor Kyria into separate left/right "revisions"
of the Kyria shield, and include central
kyria.dtsi file with common definition.
* Fixes for keymaps to work fully with matrix
transforms that override effective rows/columns.
* Add ability for matrix transform to do row/col
offsets, which is needed for split keyboards.
4 years ago
Pete Johanson
1751470785
Initial work on keymap transforms for non-standard matrixes.
...
* Allows "gaps" for keyboards like Kyra.
* Allows keyboards with matrixes that don't map the logical key
locations to have normal looking keymaps when defined.
4 years ago