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.
2021-01-08 16:51:50 -05:00
KemoNine
a3ac0cb5be
feat(shields): add ws2812 underglow support to lily58 (nice_nano)
2021-01-01 21:29:22 +00:00
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.
2020-12-28 10:16:24 -05:00
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.
2020-12-28 10:16:24 -05:00
innovaker
842aa5a842
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
2020-12-28 01:15:35 -05:00
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
2020-12-14 12:41:25 -05:00
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
2020-12-14 12:41:25 -05: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
Pete Johanson
7d16186b7a
fix(ble): Remove unpair combo code.
...
* Favor the settings reset images for this.
2020-11-10 14:53:03 -05:00
Pete Johanson
a4dc92a2b9
refactor: Replace use of cp
with kp
for shields.
2020-11-05 14:55:40 -05:00
Mega Mind
4adcb396ff
Rebased and fixed nasty code
2020-10-12 23:54:56 +08:00
Mega Mind
b5e1c8a7ad
New behavior for ext power control
2020-10-12 23:42:01 +08:00
Mega Mind
e2299836bc
Update contributors in all keymap files
2020-10-05 21:23:38 +08:00
Nick
7b12dc6caf
feature(board): add BT prof management to defaults
2020-09-13 23:29:31 -05:00
Kevin
1ffcbefd72
Added encoder to unified conf file
2020-08-29 18:12:12 -07:00
Kevin
0331943855
Removed extra encoder config lines
2020-08-29 13:48:40 -07:00
Kevin
8b6e912d36
Reverted back to default keymap
2020-08-29 11:48:33 -07:00
Kevin
72232b4ec7
Fixed encoder config and added build_right script
2020-08-29 11:36:48 -07:00
Kevin
8b38193ec2
Removed status line
2020-08-28 23:33:29 -07:00
Kevin
e616fc2c81
Added left encoder support
2020-08-28 20:36:43 -07:00
Kevin
6475009da9
Added encoder and changed BT unpair keys in overlays
2020-08-28 20:36:28 -07:00
jrhe
79f0ecf8b5
Correct number of rows in Lily58 shield
2020-08-28 01:02:50 +01:00
Pete Johanson
a65b746a86
fix(bluetooth): Add unpair combo if DT node exists
2020-08-19 23:34:34 -04:00
Pete Johanson
307e2b3e63
fix(shields): OLED fixes for Corne, add anchors.
2020-08-18 23:24:53 -04:00
Pete Johanson
4402e4fbc7
feeature(bt): Add "unpair combo" on startup.
...
* 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-18 13:17:10 -04:00
Pete Johanson
726fb4b76f
Better default configs.
2020-08-07 15:05:25 -04:00
Pete Johanson
0460631729
Refactor to simpler keymaps.
2020-08-06 23:28:34 -04:00
Pete Johanson
f83ec5ce2b
Refactor to using .keymap files
...
* Still just devicetree keymaps.
* Filename can now use `<board>.keymap` or
`<shield>.keymap` convention, including
overrides for revisions, etc.
2020-08-06 10:32:06 -04:00
Nick
cdec1645e2
Fix tabs in keymap bottom row
2020-08-02 20:52:28 -05:00
Nick
fbaeb95601
Add better default keymap for lily58
2020-08-02 20:46:56 -05:00
Pete Johanson
5e96c0014a
Default the reverse mode.
2020-07-25 23:11:38 -04:00
Pete Johanson
2ca6c21027
Add the Lily58 OLED.
2020-07-25 23:10:40 -04:00
Pete Johanson
64b9963bca
Name each Lily58 side differently.
2020-07-17 23:02:00 -04:00
Pete Johanson
5b61c211ea
Tweaks for split Lily58 sync.
2020-07-17 22:44:35 -04:00
Pete Johanson
4495aaa7be
Minor keymap fix from PR review.
2020-07-17 22:35:33 -04:00
Pete Johanson
c3dd7b694d
Initial Lily58 shield definition.
2020-07-16 23:41:55 -04:00