Commit graph

1274 commits

Author SHA1 Message Date
Jack Hartstein
93b6c889d7 NYE update 2020-12-31 15:12:23 -08:00
Jack Hartstein
9e611e184b added usb and ble statements to Kconfig and updated readme 2020-12-27 07:59:23 -08:00
Jack Hartstein
d331fd6d77 added update notes 2020-12-26 17:03:47 -08:00
Jack Hartstein
96f23ea32a Merge https://github.com/jackh2000/zmk into main 2020-12-26 17:00:34 -08:00
Jack Hartstein
db8c77e979 added gpio pull downs to row-gpios in overlay file 2020-12-26 16:58:20 -08:00
jackh2000
a614fe42e2
Update README.md 2020-12-25 20:16:41 -08:00
jackh2000
49610b60dc
Update README.md 2020-12-25 20:16:11 -08:00
jackh2000
0ab19c604e
Update README.md 2020-12-25 20:15:57 -08:00
Jack Hartstein
f8fac8db05 more detailed flashing instructions 2020-12-25 19:01:37 -08:00
Jack Hartstein
2fa03ff8ed updated titles 2020-12-25 18:28:56 -08:00
Jack Hartstein
11a0afc2f1 fixed readme images 2020-12-25 18:26:55 -08:00
Jack Hartstein
e1ec563052 moved power toggle to layer2 and updated corresponding images 2020-12-25 18:22:30 -08:00
Jack Hartstein
6c65224472 Merge https://www.github.com/jackh2000/zmk into main 2020-12-25 18:19:55 -08:00
Jack Hartstein
2ed227176d moved power button to layer 2 and edited corresponding images 2020-12-25 18:18:40 -08:00
Jack Hartstein
beb13599a6 moved power to layer 1 2020-12-25 18:15:19 -08:00
jackh2000
ccb10520c4
format 2020-12-25 17:41:46 -08:00
jackh2000
db0396004e
add bug report link 2020-12-25 17:41:17 -08:00
jackh2000
da31069b75
update readme 2020-12-25 17:31:27 -08:00
Jack Hartstein
a5e81f615f readme formatting 2020-12-25 17:29:28 -08:00
Jack Hartstein
67d6df35bf readme formatting 2020-12-25 17:27:10 -08:00
Jack Hartstein
a4b39df3d5 reformatting instructions 2020-12-25 17:25:24 -08:00
Jack Hartstein
bc9057433f added compiled .uf2 file and instructions to readme 2020-12-25 17:23:22 -08:00
Jack Hartstein
cb76845c4c removed extraneous lines 2020-12-25 17:11:41 -08:00
Jack Hartstein
03a87263b0 used table formatting with images 2020-12-25 17:10:15 -08:00
Jack Hartstein
7cc5c6e30a formatting 2020-12-25 16:48:30 -08:00
Jack Hartstein
de3128d60b more readme formatting 2020-12-25 16:44:30 -08:00
Jack Hartstein
7705730c8e more readme formatting 2020-12-25 16:40:27 -08:00
Jack Hartstein
ca72808f0d readme formatting 2020-12-25 16:33:27 -08:00
Jack Hartstein
b428260939 updated readme and converted imgs to .jpg files 2020-12-25 16:29:18 -08:00
Jack Hartstein
ecadc152b5 added readme.md and reference images 2020-12-25 16:21:11 -08:00
Jack Hartstein
12407a697e added duck folder to shields 2020-12-22 19:19:58 -08:00
innovaker
2233f457b2 chore(display): add header to CMakeLists.txt
PR: #533
2020-12-21 23:42:55 -05:00
innovaker
f8e43932ba refactor(app): remove zmk_action
zmk_action isn't referenced anywhere.

PR: #530
2020-12-21 23:34:40 -05:00
innovaker
aa8efa7078 chore(display): add header to Kconfig
PR: #534
2020-12-21 23:30:25 -05:00
innovaker
1f5680f0df refactor(app): remove handlers.h
handlers.h isn't referenced elsewhere.

PR: #526
2020-12-21 23:26:52 -05:00
innovaker
0d52915756 chore(display): align status_screen copyright
PR: #535
2020-12-21 23:15:53 -05:00
Okke Formsma
f865779d5c ci(build): ignore failing upload-artifacts step
Build steps are often failing with "ECONNRESET" errors due to
rate-limiting by github. We usually don't need/care about the
artifacts, so don't have to fail the build when the upload fails.

related to #502 and #actions/upload-artifact/issues/116
2020-12-21 15:55:50 -05:00
innovaker
8fd9b619a7 docs(setup): bump Zephyr SDK version to 0.11.4
Latest stable version.  Also used in zmk-docker images.
2020-12-18 09:40:39 -05:00
innovaker
3b77266bbb feat(devcontainer): add volume mounts for zephyr, modules and tools
This effectively caches Zephyr and its dependencies.  It also shares them between containers.

PR: #519
2020-12-18 09:18:08 -05:00
innovaker
89532eadeb fix(sticky keys): add 0xFF mask to usage_page
Aligns unpacking of usage_page with its equivalent line in keycode-state-changed.h

PR: #520
2020-12-17 16:52:15 -05:00
innovaker
b507f9809a feat(devcontainer): persist bash history
When combined with the root user volume, this commit instructs bash to save each command to the bash history after execution, thereby sharing the bash history between any containers that use the volume.

Based on the advice of KemoNine.

PR: #480
2020-12-17 16:51:06 -05:00
innovaker
78acd7610e ci: improve step names
Improves readability and informativeness.

PR: #515
2020-12-17 16:44:11 -05:00
innovaker
e2aef89d99 refactor(endpoints): rename usage_report parameter to usage_page
Aligns zmk_endpoints_send_report function declaration with its definition.

PR: #522
2020-12-17 16:40:59 -05:00
onebigdoor
e89aa1cde8
docs(codes): improve iOS keyboard/keypad support data
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
PR: #356
See: #376
2020-12-17 11:05:34 +00:00
KemoNine
565a72bf95 feat(shields): add tidbit and tidbit_19key shields 2020-12-17 10:57:06 +00:00
Okke Formsma
b115f16f4c refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead of DT_NODE_EXISTS(DT_DRV_INST(0)) 2020-12-15 13:59:03 -05:00
Okke Formsma
1c2796d1c9 refactor(sticky keys): use pointer to avoid repetition in store_sticky_key 2020-12-15 13:59:03 -05:00
Okke Formsma
bc8803ba50 refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV_STICKY_KEY_POSITION_FREE 2020-12-15 13:59:03 -05:00
Okke Formsma
26af11b390 refactor(sticky keys): rename timer_is_started to timer_started 2020-12-15 13:59:03 -05:00
innovaker
f3502dbcb5 ci: remove unnecessary comments 2020-12-14 22:56:29 -05:00