Age | Commit message (Collapse) | Author |
|
* Make the synthetic "base name" property double underscore prefixed,
since internal, and to avoid future conflicts w/ YAML format add'ns.
* Switch to PS hash dictionaries for our metadata collections for saner
data inspection/use.
|
|
* Use unified config template repo that uses an external
build matrix YAML file.
* Proper handling for onboard keyboards, including splits, and
supports for appending the right build matrix once selected.
|
|
|
|
|
|
* `Get-Acl` not found in Linux Powershell version, so only call it
if it exists.
|
|
|
|
|
|
* Generate TS types from new hardware metadata schema.
* Aggregate all hw metadata YAML into one aggregate JSON
file for consumption by others.
|
|
Fixed code formatting in docs files.
|
|
Bumped web-tree-sitter to v0.19.4 and added v0.4.0 of
tree-sitter-devicetree, which had to be rebuilt to work in v0.19.x
https://github.com/joelspadin/tree-sitter-devicetree/releases/tag/v0.4.0
Changed how we patch web-tree-sitter to correctly load tree-sitter.wasm
to work with the latest version of Docusaurus. Including a copy of
tree-sitter.wasm as a static resource is no longer needed.
|
|
asdf
asdf
asdf
|
|
* Bump to prettier 2.3.1.
* Re-run prettier:format to apply updated format.
|
|
Upgrade to the new Docusaurus 2 beta release, which also required
upgrades to newer Webpack@5, and some API fixes for TOC changes.
|
|
|
|
|
|
Previously the colors of operating systems were the same both for dark
and light color scheme. That's not a major issue, but adjusting the
colors for the dark theme to better match the theme looks like an
improvement.
Colors were just darkened by reversing the lightness of each color taken
from the dark theme.
|
|
|
|
|
|
Codes:
- K_VOLUME_UP, C_VOLUME_UP, K_VOLUME_DOWN, C_VOLUME_DOWN, K_MUTE
- C_BRIGHTNESS_INC, C_BRIGHTNESS_DEC
- C_PLAY_PAUSE, C_NEXT, C_PREVIOUS
Tested on:
- Catalina 10.15.7
- Big Sur 11.2 Beta
PR: #541
See: #375
|
|
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com>
PR: #356
See: #376
|
|
Added a documentation page with a script that upgrades deprecated key
codes and behaviors to their replacements.
Fixes #299
|
|
Tested with Karabiner-EventViewer as well as some manual checks.
PR: #377
See: #375
|
|
Fixes bug that was noticeable when more than one code with a footnote array was present in a table. The symptoms were:
- footnote descriptions were duplicated
- footnote refs were not rendered
|
|
Refactor and expand codes documentation to include modifier functions.
Closes #330.
|
|
Create codes documentation for standardized keys.
Closes #218. Fixes #308. Ref #21.
|
|
|
|
npx prettier --write .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|