eyenseo
17ed7ce573
[squash] implement feedback
2021-11-19 08:41:21 -08:00
eyenseo
09dd29a0cf
Add ergodash
2021-11-19 08:41:21 -08:00
Dom H
66aaad03c6
chore: Add note about copyrights on PR checklist
2021-11-19 08:41:21 -08:00
Richard Kjerstadius
2fbdb97c7a
fix(display): Increase char buffer size to fit all symbols
...
Recent refactoring of the font handling seems to have broken the display
of the last symbol of the output status widget. From my analysis the
last symbol is truncated because the buffer simply is too small.
Increasing the buffer size to 9 fits all three possible symbols.
2021-11-19 08:41:21 -08:00
git@jrhrsmit.nl
3ac57ab693
add ranges and descriptions from #669
2021-11-19 08:41:21 -08:00
Nick Winans
5dd178bbe6
fix(underglow): Run clang-format
2021-11-19 08:41:21 -08:00
Simon Malinge
0cdc0df1b5
feat(underglow): Add support for configurable min/max brightness
...
Co-authored-by: jrhrsmit <jasper.770@gmail.com>
2021-11-19 08:41:21 -08:00
Jonathan Rascher
a2d809ae76
docs(docs): Document up-to-date Node.js repo
...
For example, Debian Bullseye (current stable) packages Node.js version
12, which is too old to build the docs successfully. At least version 14
is required, and version 16 is current. General advice seems to be to
install from the NodeSource repo instead of your distro's repo, so I
added a suggestion to the docs.
2021-11-19 08:41:21 -08:00
Peter Johanson
c907135727
feat(hid): Kconfig for basic/full consumer usages.
...
* Add ZMK_HID_CONSUMER_REPORT_USAGES choice to allow choosing
between full consumer usage range, with poor OS compat,
or basic consumer usage range, with broader compat.
2021-11-19 08:41:21 -08:00
Pete Johanson
6af396c658
feat(hid): Configurable NKRO HID report support.
...
* Add Kconfig settings for NKRO or HKRO (boot compatible), HID
report types for keyboard page.
* Updated report storage and set/unset for each config.
2021-11-19 08:41:21 -08:00
Aleblazer
a8fa52781e
feat(boards): Add Zodiark shield
2021-11-19 08:41:21 -08:00
Nick Winans
a40885fd99
chore: Add board/shield checklist for new PRs.
2021-11-19 08:41:21 -08:00
Brandon Xie
751aa2afb7
feat(shields): Add Naked60BMP shield
2021-11-19 08:41:21 -08:00
Nick Winans
f25a593c84
feat(docs): Update documentation to match new Pro Micro nodes
2021-11-19 08:41:21 -08:00
Nick Winans
2001ed1f68
feat(boards): Remove usage of pro_micro_a/d nodes
2021-11-19 08:41:21 -08:00
Nick Winans
bd5782d2c1
feat(boards): Add D18-21 to Pro Micro pin mappings
2021-11-19 08:41:21 -08:00
Peter Johanson
79b717ec07
refactor(boards): Remove leftover right split name
2021-11-19 08:41:21 -08:00
Nick Winans
f0956b798e
fix(docs): Update split naming system
2021-11-19 08:41:21 -08:00
Nick Winans
05bc1b4f17
refactor(boards): Remove "left" from split keyboard names
2021-11-19 08:41:21 -08:00
Nick Winans
595c3ca954
refactor(boards): Remove split right keyboard names
2021-11-19 08:41:21 -08:00
Peter Johanson
d18e03cca5
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-11-19 08:41:21 -08:00
Peter Johanson
81307b32ab
refactor(display): Output/layer/battery thread safety.
...
* Submit widget updates to display queue.
* Use mutex to control access to shared state for widgets.
2021-11-19 08:41:21 -08:00
Peter Johanson
14d7f968e5
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-11-19 08:41:21 -08:00
Cem Aksoylar
6ab5e47cab
fix(setup): Fix sed delimiters for Cradio
2021-11-19 08:41:21 -08:00
Richard Titmuss
daa1cde4d7
fix(docs): Typo EC11_CONFIG
...
This should be CONFIG_EC11
2021-11-19 08:41:21 -08:00
Xudong Zheng
192871b657
fix(hog): use OR instead of AND for bitmap
2021-11-19 08:41:21 -08:00
Dom H
2cd284ecd8
fix(shield): Update URL in A. Dux metadata
2021-11-19 08:41:21 -08:00
Dom H
096fef4dfd
refactor(shield): "Architeuthis Dux" to "A. Dux"
...
The shorter name is more user-friendly.
2021-11-19 08:41:21 -08:00
Dom H
4dc798c1d0
feat(shield): Add Architeuthis Dux shield
2021-11-19 08:41:20 -08:00
Dom H
930dda925e
fix(docs): Remove build.yml from new shield steps
2021-11-19 08:41:20 -08:00
Peter Johanson
73bec7078b
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-11-19 08:41:20 -08:00
Dom H
d8b125b9ca
fix(docs): Set "Mouse Keys" as "Under Development"
2021-11-19 08:41:20 -08:00
Michael van Eerd
c0d16dc517
fix(docs) add BT_PRV
as suggested
...
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2021-11-19 08:41:20 -08:00
Michael van Eerd
762b6b17ac
fix(docs) Bluetooth behavior typo
2021-11-19 08:41:20 -08:00
Michael van Eerd
3e8ac54cdd
fix(docs) Move Number of Profiles note down
2021-11-19 08:41:20 -08:00
Michael van Eerd
b9d7477cd2
feat(docs) Clarify Bluetooth profile pairing
2021-11-19 08:41:20 -08:00
Richard Titmuss
824cf2545d
fix(docs): Remove unnecessary security warning for MacOS
...
The security warning applies for downloaded executables. If you are
following the instructions the toolchain is installed with brew and
the security warning does not apply. This is explained in the removed
link.
2021-11-19 08:41:20 -08:00
nevin
e4eaa89eff
fix: Use correct Quotation marks on line 65 ( #942 )
2021-11-19 08:41:20 -08:00
Cem Aksoylar
7dc51f14c5
feat(docs): Add note to clarify shared .conf files do not apply outside zmk-config
2021-11-19 08:41:20 -08:00
Pete Johanson
34c3aa4d79
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-11-19 08:41:20 -08:00
Peter Johanson
f0d4e003f3
feat(board): Add Ferris 0.2 boards
...
* Onboard stm32f072 with mcp23018 IO expander.
* No underglow support yet.
* Miryoku inspired default layout.
2021-11-19 08:41:20 -08:00
Pete Johanson
f5576cee0b
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-11-19 08:41:20 -08:00
Peter Johanson
c76d5b34ff
fix(setup): Fix setup.ps1 to check Get-Acl exists
...
* `Get-Acl` not found in Linux Powershell version, so only call it
if it exists.
2021-11-19 08:41:20 -08:00
Peter Johanson
c014ae5b0b
feat(metadata): Add YAML check/format npm scripts.
2021-11-19 08:41:20 -08:00
Peter Johanson
b9ecf58846
feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
...
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
2021-11-19 08:41:20 -08:00
Peter Johanson
8dc7e1b944
refactor(docs): Remove build.yml for new shield.
...
* No longer recommending that all new shields get added to the
build matrix in `build.yml`, so we avoid conflicts.
2021-11-19 08:41:20 -08:00
Peter Johanson
078797cd8c
refactor(boards): Add metadata for boards.
...
* Standalone and pro-micro format board metadata added.
2021-11-19 08:41:20 -08:00
Peter Johanson
1d45069dee
fix(docs): Deploy when boards/shields change.
2021-11-19 08:41:20 -08:00
Peter Johanson
7dd241194a
refactor(shields): Add pro-micro shield metadata.
2021-11-19 08:41:20 -08:00
Peter Johanson
8244b76c94
docs: Add docs on hardware metadata files.
2021-11-19 08:41:20 -08:00