Commit graph

1985 commits

Author SHA1 Message Date
Chatblanc77
06cf962b9a
Update status_screen.c 2022-09-27 14:33:59 +07:00
Chatblanc77
6a539dd3b0
Update Kconfig 2022-09-22 14:53:14 +07:00
Chatblanc77
cc6094d72c
Update status_screen.c 2022-09-22 14:10:34 +07:00
Chatblanc77
4651d029f0
Update Kconfig 2022-09-22 11:22:44 +07:00
Chatblanc77
e3b879c011
Update status_screen.c 2022-09-22 11:20:11 +07:00
Chatblanc77
9e66d4caca
Update status_screen.c 2022-09-21 16:25:16 +07:00
Chatblanc77
bee284ca52
Update status_screen.c 2022-09-21 16:20:22 +07:00
Chatblanc77
a97284a1aa
Update status_screen.c 2022-09-21 16:15:52 +07:00
Chatblanc77
27bdc1ce7b
Update status_screen.c 2022-09-21 16:10:49 +07:00
Chatblanc77
523ecdfd45
Update status_screen.c 2022-09-21 16:03:43 +07:00
Chatblanc77
1a6822fb73
Update status_screen.c 2022-09-21 15:55:47 +07:00
Chatblanc77
f38314ae36
Update status_screen.c 2022-09-21 15:50:39 +07:00
Chatblanc77
62bfb8051b
Update status_screen.c 2022-09-21 15:45:39 +07:00
Chatblanc77
d0cc1e1c6a
Update status_screen.c 2022-09-21 15:42:33 +07:00
Chatblanc77
3d103ec015
Update status_screen.c 2022-09-21 15:37:46 +07:00
Chatblanc77
7f299e2d99
Update status_screen.c 2022-09-21 15:29:22 +07:00
Chatblanc77
81dac77d5d
Update status_screen.c 2022-09-21 15:23:50 +07:00
Chatblanc77
f040fb01a7
Update status_screen.c 2022-09-21 15:19:24 +07:00
Chatblanc77
9031ac9ac1
Update status_screen.c 2022-09-21 15:12:44 +07:00
Chatblanc77
3ce18d9c54
Update status_screen.c 2022-09-21 15:07:58 +07:00
Chatblanc77
2ae36f90aa
Merge pull request #2 from Chatblanc77/sofle
Update Kconfig.defconfig
2022-09-19 14:59:50 +07:00
Chatblanc77
a534cc1d9d
Update Kconfig.defconfig 2022-09-19 14:57:34 +07:00
Chatblanc77
a70a219145
Merge pull request #1 from nguyendown/bongo-cat
Bongo cat
2022-09-19 10:21:27 +07:00
down
82f72924b6 add license 2022-09-17 22:05:18 +07:00
down
31678227b9 fix(widgets): no need to set the same state 2022-09-17 20:28:07 +07:00
down
1b5e5bb798 fix(widget): reorder code, add comments 2022-09-17 20:28:07 +07:00
down
6e010d111a fix(widget): reorder code 2022-09-17 20:28:07 +07:00
down
79bac9d9e4 feat(widget): bongo cat is now interactive only 2022-09-17 20:28:07 +07:00
down
5513f16d71 feat(widget): add bongo cat 2022-09-17 20:28:07 +07:00
Chatblanc77
335dbb5917
Merge branch 'zmkfirmware:main' into sofle 2022-09-14 09:44:53 +07:00
ReFil
cc6dd5fc49 chore(lighting): fix deprecation
Removed deprecated macros, replace with correct Zephyr 3 implementation
2022-09-13 09:51:46 -04:00
Chatblanc77
8108019dcc
Update mod_tap.dtsi 2022-09-13 16:52:57 +07:00
Chatblanc77
8f986406a4
Update backspace_delete.dtsi 2022-09-13 16:30:15 +07:00
Chatblanc77
dfce7969b9
Update backspace_delete.dtsi 2022-09-13 16:26:18 +07:00
Chatblanc77
482ea5bb14
Update behaviors.dtsi 2022-09-13 16:22:04 +07:00
Chatblanc77
85829b148d
Update backspace_delete.dtsi 2022-09-13 16:19:21 +07:00
Chatblanc77
3e8990341c
add backspace delete 2022-09-13 16:16:54 +07:00
Chatblanc77
f091f221cd
Create backspace_delete.dtsi 2022-09-13 16:15:50 +07:00
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
ab8c9aa3f3
Merge branch 'zmkfirmware:main' into sofle 2022-09-12 13:01:51 +07:00
Robert U
3f28a55452
fix(docs): Fix ambiguous tap-preferred desc. 2022-09-11 21:06:04 -04:00
John Drogo
6124d254f9 fix(usb): add USB_DC_RESUME to supported states
All credit for this one goes to @xudongzheng (thanks for helping debug
this!). Should fix the issue where keyboards go unresponsive after their
host machine wakes from sleep due to the USB driver entering an error
state. I was able to both reliably reproduce the issue before the patch
goes in and confirmed it no longer occurs post patch.

The `USB_DC_RESUME` state indicates the host event has resumed the connection.
Adding it to the list of valid connection states to prevent the error
when waking from sleep.

Zephyr API Link:
https://docs.zephyrproject.org/apidoc/latest/group____usb__device__controller__api.html#gac09e3e0af1a2b41a5bfbad91f900baf7

fixes #1372
2022-09-11 13:00:20 -04: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
4098aabd4b
Update service.h 2022-09-09 14:45:30 +07:00