Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-05 | feat(docs): add backlight to power profiler | Alessandro Bortolin | |
2022-01-02 | docs(codes): Windows Support: Media Controls | KingCoinless | |
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> | |||
2021-12-29 | docs(codes): Windows Support: Language/International Inputs | Kiessling | |
2021-12-29 | docs(codes): Windows Support: Audio Controls | Kiessling | |
2021-12-29 | docs(codes): Windows Support: Workflow Commands and Locks | Kiessling | |
2021-12-29 | docs(codes): Windows Support: Symbols, Operations, and Punctuation | Kiessling | |
2021-12-29 | docs(codes): Windows Support: Display Adjustment Commands | KingCoinless | |
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com> | |||
2021-12-28 | fix(setup): Use right flags for curl when wget doesn't exist. | Cem Aksoylar | |
2021-10-16 | refactor: Add js-yaml dep, scrtipt gen tweaks. | Peter Johanson | |
* 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. | |||
2021-10-16 | refactor: Config setup scripts to support onboard keyboards. | Peter Johanson | |
* 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. | |||
2021-09-24 | fix(setup): Fix sed delimiters for Cradio | Cem Aksoylar | |
2021-09-16 | fix: Use correct Quotation marks on line 65 (#942) | nevin | |
2021-09-13 | fix(setup): Fix setup.ps1 to check Get-Acl exists | Peter Johanson | |
* `Get-Acl` not found in Linux Powershell version, so only call it if it exists. | |||
2021-09-11 | feat: Generate setup scripts from metadata. | Peter Johanson | |
2021-09-11 | feat(docs): Add dynamic hardware list component. | Peter Johanson | |
2021-09-11 | feat(docs): Add TS type gen, metadata JSON gen | Peter Johanson | |
* Generate TS types from new hardware metadata schema. * Aggregate all hw metadata YAML into one aggregate JSON file for consumption by others. | |||
2021-08-08 | fix(docs): Appease Prettier | Joel Spadin | |
Fixed code formatting in docs files. | |||
2021-07-24 | fix(docs): Fix keymap upgrader | Joel Spadin | |
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. | |||
2021-07-15 | feat(docs): Add nice!nano v2 to scripts, actions, and documentation | Nick Winans | |
asdf asdf asdf | |||
2021-06-09 | chore(docs): Bump prettier, and reformat w/ it. | Peter Johanson | |
* Bump to prettier 2.3.1. * Re-run prettier:format to apply updated format. | |||
2021-06-09 | fix(docs): Upgrade docusaurus, webpack/loaders. | Peter Johanson | |
Upgrade to the new Docusaurus 2 beta release, which also required upgrades to newer Webpack@5, and some API fixes for TOC changes. | |||
2021-06-08 | docs(codes): Use LSHIFT/RSHIFT in keymap upgrader | Dom H | |
2021-06-08 | docs(codes): Add LSHIFT and RSHIFT aliases | Dom H | |
2021-05-05 | fix(docs): Readjusted colors for dark theme for OSes in docs | Piotr Gnus | |
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. | |||
2021-03-11 | feat(docs): Add power profiler | Nick Winans | |
2021-01-29 | fix(docs): Set description to our tagline | Nick Winans | |
2021-01-01 | docs(codes): improve macOS support data (volume, brightness, media controls) | Stephen Wu | |
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 | |||
2020-12-17 | docs(codes): improve iOS keyboard/keypad support data | onebigdoor | |
Co-authored-by: innovaker <66737976+innovaker@users.noreply.github.com> PR: #356 See: #376 | |||
2020-12-10 | feat(docs): add keymap upgrader | Joel Spadin | |
Added a documentation page with a script that upgrades deprecated key codes and behaviors to their replacements. Fixes #299 | |||
2020-12-09 | docs(codes): improve macOS support data | onebigdoor | |
Tested with Karabiner-EventViewer as well as some manual checks. PR: #377 See: #375 | |||
2020-11-18 | fix(docs/codes): Patch footnotes array support | innovaker | |
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 | |||
2020-11-07 | docs(codes): add modifier functions | Okke Formsma | |
Refactor and expand codes documentation to include modifier functions. Closes #330. | |||
2020-11-06 | docs(codes): Add (key) codes documentation | innovaker | |
Create codes documentation for standardized keys. Closes #218. Fixes #308. Ref #21. | |||
2020-10-25 | fix: eslint proptype errors | Nick | |
2020-10-25 | docs: Format docs with prettier | innovaker | |
npx prettier --write . | |||
2020-08-08 | Fix video container size | Nick | |
2020-06-10 | Add missing button border definition | Nick | |
2020-06-10 | Add missing border change | Nick | |
2020-06-10 | Update landing page content and style | Nick | |
2020-06-09 | New logo and color palette. | Pete Johanson | |
2020-05-31 | Some basic docs clean up. | Pete Johanson | |
2020-05-25 | Initial work on basic documentation. | Pete Johanson | |