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
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
Nick
ae51000d60
fix(underglow): Switch from legacy SPI to SPIM
2020-11-10 23:06:29 -05: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
e2299836bc
Update contributors in all keymap files
2020-10-05 21:23:38 +08:00
Pete Johanson
a65b746a86
fix(bluetooth): Add unpair combo if DT node exists
2020-08-19 23:34:34 -04:00
Pete Johanson
2a0e35c11f
Merge pull request #101 from okke-formsma/nrfmicro
...
nrfmicro support
2020-08-19 16:05:51 -04:00
Okke Formsma
93b1e0ac44
Add nrfmicro 1.1, 1.1 flipped and 1.3 boards.
2020-08-19 21:02:21 +02: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
Nick
a03b3ab68c
Fix grammar
2020-08-14 21:33:33 -05:00
Nick
aa4ae90fb7
Add missing configuration values for RGB underglow
2020-08-14 21:31:18 -05:00
Nick
8d3ac00f31
Add missing space to comment
2020-08-08 19:02:54 -05:00
Nick
d901a0061d
Add underglow feature docs + DT fixes
2020-08-08 19:02:00 -05:00
Pete Johanson
726fb4b76f
Better default configs.
2020-08-07 15:05:25 -04:00
Pete Johanson
d57c271804
Whitespace at EOF fix.
2020-08-07 00:00:35 -04:00
Pete Johanson
2c734c9133
Whitespace tweaks.
2020-08-06 23:59:20 -04:00
Pete Johanson
b4ae91a649
Revert some personal Kyria keymap changes.
2020-08-06 23:57:11 -04:00
Pete Johanson
0460631729
Refactor to simpler keymaps.
2020-08-06 23:28:34 -04:00
Pete Johanson
eafd2a83e5
Remove an unneeded include for the keymap.
2020-08-06 14:26:36 -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
Pete Johanson
58cc3edcf6
Add underglow config for Kyria + nice!nano.
2020-07-27 16:28:38 -04:00
Pete Johanson
5e96c0014a
Default the reverse mode.
2020-07-25 23:11:38 -04:00
Pete Johanson
c34472bf3f
Fixes for loading without encoder drivers.
...
* Build fixes.
2020-07-25 23:10:40 -04:00
Pete Johanson
d80063ff51
Initial display support.
2020-07-25 23:10:40 -04:00
Pete Johanson
5958bfed0b
Naming tweaks for the sensor behavior.
2020-07-22 16:24:31 -04:00
Pete Johanson
34ff6190bd
Initial behavior for key presses on encoder rotate
2020-07-22 14:54:18 -04:00
Pete Johanson
adfa1b5443
Initial work on sensor bindings.
2020-07-22 02:13:52 -04:00
Pete Johanson
54f1ddc1f5
Merge pull request #59 from petejohanson/sensors/en11-encoder-sensor
...
Initial low level EC11 sensor driver
2020-07-21 14:38:32 -04:00
Pete Johanson
3a508c42d0
Trailing newline fix.
2020-07-21 14:28:59 -04:00
Pete Johanson
b49755b724
Skip chosen node for now.
2020-07-21 14:24:58 -04:00
Pete Johanson
ec74adb3b7
Better chosen name.
2020-07-21 14:01:48 -04:00
Pete Johanson
a734d58ffe
More consistent DT for the split encoders.
2020-07-21 14:01:15 -04:00
Pete Johanson
f3267e6030
Tweaks for orientation and A/B pins for Kyria left
2020-07-21 13:52:03 -04:00
Pete Johanson
109c69cbab
EN11 is actually EC11, some sample work.
2020-07-20 20:54:58 -04:00
Pete Johanson
331bfa7052
Interrupt fixes.
2020-07-20 10:27:44 -04:00
Pete Johanson
893b99d907
Initial en11 exploration.
2020-07-19 22:11:17 -04:00
Pete Johanson
339a15881a
Tweaks for turning off USB for split peripherals.
2020-07-17 22:43:40 -04:00
Pete Johanson
f4cb3a7cba
Clean up old global behavior logic.
2020-07-17 22:43:40 -04:00
Pete Johanson
6701b7babc
Working BT settings.
2020-07-17 22:43:40 -04:00
Pete Johanson
0321c490b5
Disable USB on the peripheral size.
2020-07-17 22:43:40 -04:00
Pete Johanson
d74efb331a
Kconfig fixes for split roles.
2020-07-17 22:43:40 -04:00
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.
2020-07-17 22:43:40 -04:00
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.
2020-06-27 00:16:15 -04:00
Pete Johanson
2ff217d39e
Refactor ProMicro to a/d connector.
2020-06-25 23:21:53 -04:00