Chatblanc77
8136ae4498
Update sofle.keymap
2022-09-12 14:57:32 +07:00
Chatblanc77
3726b012c0
Update sofle.keymap
2022-09-12 14:57:07 +07:00
Chatblanc77
a8c41312e1
Update sofle.keymap
2022-09-12 14:56:19 +07:00
Chatblanc77
395f906911
Update sofle.keymap
2022-09-12 14:55:22 +07:00
Chatblanc77
b1ae736b68
Update sofle.keymap
2022-09-11 12:15:23 +07:00
Chatblanc77
14040e6ff0
Update sofle.dtsi
2022-09-11 12:14:10 +07:00
Chatblanc77
500f3ba055
Update sofle.dtsi
2022-09-09 14:50:59 +07:00
Chatblanc77
a045af0606
Update sofle.keymap
2022-09-09 14:50:18 +07:00
Chatblanc77
d49e994413
Update sofle.keymap
2022-09-09 12:10:54 +07:00
Chatblanc77
5e8dcf936e
Update sofle.keymap
2022-09-09 12:09:54 +07:00
Chatblanc77
34233d9558
Update sofle.dtsi
2022-09-09 11:50:20 +07:00
Chatblanc77
3902b53680
Update sofle.keymap
2022-09-08 17:24:53 +07:00
Chatblanc77
c4a27cf977
Update sofle.dtsi
2022-09-08 17:15:14 +07:00
Chatblanc77
0f43e12d79
Update sofle.conf
2022-09-08 16:12:56 +07:00
Chatblanc77
e1b5a58289
Update sofle.conf
2022-09-08 16:07:16 +07:00
Chatblanc77
e51f03cb38
Update sofle.conf
2022-09-08 16:06:47 +07:00
Chatblanc77
ea1b284d79
Update Kconfig.defconfig
2022-09-08 16:00:44 +07:00
Chatblanc77
5e053f8d88
Update Kconfig.defconfig
2022-09-08 15:54:41 +07:00
Chatblanc77
e72787ca21
Update sofle.conf
2022-09-08 15:41:03 +07:00
Chatblanc77
59c4d4caac
Update nrfmicro_13.overlay
2022-09-08 15:32:14 +07:00
Chatblanc77
da120e4b8b
Update nice_nano_v2.overlay
2022-09-08 15:32:04 +07:00
Chatblanc77
7249d37869
Update nice_nano.overlay
2022-09-08 15:31:53 +07:00
Chatblanc77
9e1db4ca4b
Update nrfmicro_11.overlay
2022-09-08 15:31:39 +07:00
Chatblanc77
654e991310
Rename nrfmicro_11 to nrfmicro_11.overlay
2022-09-08 15:26:23 +07:00
Chatblanc77
583d9412ed
Create nrfmicro_13.overlay
2022-09-08 15:26:12 +07:00
Chatblanc77
846898c76f
Create nrfmicro_11
2022-09-08 15:25:50 +07:00
Chatblanc77
16eaea9f57
Create nice_nano.overlay
2022-09-08 15:24:49 +07:00
Chatblanc77
19d47c7cd8
Update nice_nano_v2.overlay
2022-09-08 15:24:22 +07:00
Chatblanc77
c33719db80
Update sofle.conf
2022-09-08 15:23:25 +07:00
Chatblanc77
a1a21990e1
Create nice_nano_v2.overlay
2022-09-08 15:17:48 +07:00
Chatblanc77
6ae65e0578
Update sofle.keymap
2022-09-08 15:08:51 +07:00
Chatblanc77
59adb099e4
Update sofle.dtsi
2022-09-08 15:03:39 +07:00
Peter Johanson
da209c453e
refactor(shields): Remove res max Kconfigs
...
* Horizontal/Vertical resolution max is now defaulted
from the DTS chosen display automatically, so
remove the duplication in our shield Kconfig.
2022-06-26 00:27:04 -04:00
Peter Johanson
2b9a0ce2a5
refactor(shields): Move to generic central role config.
...
* Use new `ZMK_SPLIT_ROLE_CENTRAL` config instead of BLE
specific Kconfig setting.
2022-05-29 19:18:09 -04:00
Peter Johanson
9368f6200c
fix(display): Add zephyr,display chosen nodes.
2022-04-03 00:10:29 -04:00
Nick Winans
687e91ab18
feat(boards): Remove usage of pro_micro_a/d nodes
2021-09-25 23:09:21 -04:00
Nick Winans
478cf94374
refactor(boards): Remove "left" from split keyboard names
2021-09-25 21:17:24 -04:00
Nick Winans
36ced48e53
refactor(boards): Remove split right keyboard names
2021-09-25 21:17:24 -04:00
Peter Johanson
2907704f9f
refactor(shields): Add pro-micro shield metadata.
2021-09-11 00:50:36 -04:00
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
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
Nick
7b12dc6caf
feature(board): add BT prof management to defaults
2020-09-13 23:29:31 -05:00