Commit graph

880 commits

Author SHA1 Message Date
Brandon Xie
3b8244e466
feat(shields): Add Naked60BMP shield 2021-10-03 23:23:54 -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
4a03214e06 feat(boards): Add D18-21 to Pro Micro pin mappings 2021-09-25 23:09:21 -04:00
Peter Johanson
014e5ba93c refactor(boards): Remove leftover right split name 2021-09-26 01:21:49 +00: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
3e6a3758ed refactor(display): Saner font selection/defaults.
* Only select fonts for the default built in status screen
* Leverage theme default fonts, instead of hardcoding theme
  details in each component.
2021-09-25 19:43:20 -04:00
Peter Johanson
2128b2b55f refactor(display): Output/layer/battery thread safety.
* Submit widget updates to display queue.
* Use mutex to control access to shared state for widgets.
2021-09-25 17:17:04 -04:00
Peter Johanson
063d98e3df feat(display): Optional dedicated work queue.
* Add new Kconfig settingsx to allow selecting system or dedicated
  work queue for performing UI updates.
* Allow UI updates to not block other system tasks when display is
  updating, especially important for e-ink displays.
2021-09-25 17:17:04 -04:00
jding
4c5210b633 // Keymap Version: Sept 24, 2021, 10:10 am, reduce tapping term for menu/cmd 2021-09-24 17:36:40 +00:00
jding
8297d895b6 turn on deep sleep 2021-09-24 17:16:55 +00:00
Xudong Zheng
212a05feb3 fix(hog): use OR instead of AND for bitmap 2021-09-23 20:47:40 -04:00
Dom H
db4bbbf9eb fix(shield): Update URL in A. Dux metadata 2021-09-23 14:57:40 -04:00
Dom H
80b01c7265 refactor(shield): "Architeuthis Dux" to "A. Dux"
The shorter name is more user-friendly.
2021-09-23 14:57:40 -04:00
Dom H
0c15c2291e feat(shield): Add Architeuthis Dux shield 2021-09-23 14:57:40 -04:00
jmding@gmail.com
db12b119d1 update keymap Sept 21 2021 1:52 pm 2021-09-21 20:54:09 +00:00
jding
85982ee56e update keymap to Sept 21, 2021, 10:49 am 2021-09-21 13:31:19 -07:00
Peter Johanson
a7908a94de fix(hog): encrypt perm for HID report map/ref.
* Workaround for ensuring macOS pairing happens early enough,
  for their stack, we require encryption for the hids report map and
  report ref characteristics as well, to trigger pairing ealier in the
  connection process for macOS.
2021-09-18 15:43:26 -04:00
jding
7c67b0db85 Merge branch 'conditional_mod_tap' into mercury 2021-09-16 10:27:04 -07:00
jmding@gmail.com
48888318d1 clang, more tests 2021-09-15 05:19:01 +00:00
Pete Johanson
c9a671d8d5 fix(kscan): Allow composite driver to handle missing children.
For split keyboards using an IO expander over TRRS/i2c, if the
right half isn't connected, we should be able to gracefully
fallback to the left side still working.
2021-09-14 20:48:28 -04:00
Peter Johanson
e42590a049 feat(board): Add Ferris 0.2 boards
* Onboard stm32f072 with mcp23018 IO expander.
* No underglow support yet.
* Miryoku inspired default layout.
2021-09-14 20:48:28 -04:00
Pete Johanson
647110e5e5 feat(drivers): Add mcp23017 driver based on upstream mcp23s17 one.
* Upstream Zephyr has in progress driver, so doing this locally here,
  until we can move over to that driver.
2021-09-14 20:48:28 -04:00
jmding@gmail.com
b182e422b2 rename feature 'positional hold-tap', and rewrite (again) 2021-09-13 22:48:36 -07:00
jmding@gmail.com
b491cb6b40 add more robust testing, balanced only for now 2021-09-13 20:25:09 +00:00
jmding@gmail.com
67db38efb4 fix NULL typecheck and add documentation note about tapping-term 2021-09-13 02:20:17 +00:00
jmding@gmail.com
e4f0e917a4 update keymap to September 12, 2021, 6:48 pm 2021-09-13 02:08:02 +00:00
jmding@gmail.com
7a627f20d2 change decide_hold_tap NULL argument to -1 for typecheck reasons 2021-09-13 02:04:25 +00:00
jmding@gmail.com
4d4cf9dfed Merge branch 'conditional_mod_tap' into mercury 2021-09-13 01:58:07 +00:00
jmding@gmail.com
6edeefa5aa minor cleanup 2021-09-12 23:09:22 +00:00
jmding@gmail.com
9a5d5d7415 refactor to eliminate additional field in active_hold_tap struct 2021-09-12 23:02:23 +00:00
jmding@gmail.com
00b922551c tweak keymap whitespaces 2021-09-12 16:56:47 +00:00
jmding@gmail.com
489f99f518 update keymap to Sep-12-2021 9:49am 2021-09-12 16:53:51 +00:00
jmding@gmail.com
db5a4b952a Merge branch 'conditional_mod_tap' into mercury 2021-09-12 16:51:33 +00:00
jmding@gmail.com
e7b0f361d4 run clang lint 2021-09-12 05:40:23 +00:00
jmding@gmail.com
537feacdbc refactor to be keypress order aware 2021-09-12 04:28:32 +00:00
Peter Johanson
c7e513634d feat(metadata): Add YAML check/format npm scripts. 2021-09-11 00:50:36 -04:00
Peter Johanson
39eb80562d feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
2021-09-11 00:50:36 -04:00
Peter Johanson
0c3f1309c6 refactor(boards): Add metadata for boards.
* Standalone and pro-micro format board metadata added.
2021-09-11 00:50:36 -04:00
Peter Johanson
2907704f9f refactor(shields): Add pro-micro shield metadata. 2021-09-11 00:50:36 -04:00
Peter Johanson
b52835ffbf feat: Add a few sample hardware metadata files. 2021-09-11 00:50:36 -04:00
Peter Johanson
1d69bdda60 feat: Add hardware metadata schema.
* Initial hardware metadata JSON schema.
* GH Action to validate all schemas for boards/shields.
2021-09-11 00:50:36 -04:00
jmding@gmail.com
c63cde87fd Merge remote-tracking branch 'upstream/main' into conditional_mod_tap 2021-09-09 14:59:19 +00:00
Dom H
4a5454b0f9 fix(shields): Add note about Cradio pin arrangement 2021-09-08 15:12:58 -04:00
Joel Spadin
82cb762698 refactor(kscan): Demacroify GPIO matrix driver
Refactored the GPIO matrix kscan driver so that only the data and config
structures are defined in the foreach macro. Functionality is unchanged
except for the addition of DT properties to adjust polling speed.

This should make it easier to add other enhancements later, like
improved and customizable debounce behavior.
2021-09-08 14:34:28 -04:00
Peter Johanson
e491c282e7 fix(display): Add proper LVGL label dep. 2021-08-27 23:06:28 -04:00
Darryldh
a124eb9f9e feat(display): IL0323 driver for EPD displays.
* Basic driver, using the GD7965 driver as a basis, since the ICs
  are very similar.
2021-08-24 22:15:42 -04:00
Martin Aumüller
08078210da fix: Planck rev 6.1
My Planck rev 6.1 would not register any keys without "col2row".
I also had to apply a matrix_transform in order to move them to the
correct position. Peeking into #228 helped for finding this.
I also add transforms for the 2u spacebar layouts.
2021-08-24 21:21:18 -04:00
Peter Johanson
08687b1709 fix(display): Update output status on endpoint selection change. 2021-08-03 00:19:05 -04:00
Peter Johanson
d05d7ec2d2 feat(endpoints): Add endpoint select changed event. 2021-08-03 00:19:05 -04:00