forked from zmkfirmware/zmk
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ftc #1
Open
nvhung9
wants to merge
154
commits into
ftc:main
Choose a base branch
from
nvhung9:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ftc #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove MISO pin from pinctrl for BDN9 rev2 board, to avoid the 4th switch being set up for an alternate function, which was causing spurious key press events to be triggered.
* Ensure flash/NVS/settings configs are enabled.
Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.72.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.58.2...v5.72.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Move foundational BLE code for split peripherals to a dedicated file to avoid tons of conditionals and awkward code.
* Add new API/status to track state of the peripheral connection to the central. * Add new peripheral status widget for displaying the current status of the connection to the central.
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.5.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.3.0...v8.5.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet) from 6.1.0 to 6.1.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet) --- updated-dependencies: - dependency-name: "@types/react-helmet" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Update docs and fix up a few lingering tests to consistently use native_posix_64 target.
Bumps [@tsconfig/docusaurus](https://github.com/tsconfig/bases/tree/HEAD/bases) from 1.0.2 to 1.0.5. - [Release notes](https://github.com/tsconfig/bases/releases) - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) --- updated-dependencies: - dependency-name: "@tsconfig/docusaurus" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Pete Johanson <[email protected]>
- Fix logic in getting pulls from ACTIVE_LOW vs. ACTIVE_HIGH DT flags - Add pulls on init
Co-authored-by: Henré Botha <[email protected]> Co-authored-by: Cem Aksoylar <[email protected]> Co-authored-by: Dom H <[email protected]> Co-authored-by: Pete Johanson <[email protected]>
Bumps [string-replace-loader](https://github.com/Va1/string-replace-loader) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/Va1/string-replace-loader/releases) - [Commits](Va1/string-replace-loader@v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: string-replace-loader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.28.0 to 7.30.0. - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.28.0...v7.30.0) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Previously, a trailing slash would be appended to all URLs when accessed directly, but not when accessed via menus and links. This Docusaurus configuration option keeps the URLs consistent by never appending a trailing slash. https://docusaurus.io/docs/api/docusaurus-config#trailing-slash
* Seperated configs for split role (central/peripheral) and transport (BLE only for now). * Split the configs to align on structure.
* Use new `ZMK_SPLIT_ROLE_CENTRAL` config instead of BLE specific Kconfig setting.
Add driver for max7318 i2c gpio expander Co-authored-by: Pete Johanson <[email protected]>
* Add nrfmicro_13_52833 board definition. Co-authored-by: Alexander Krikun <[email protected]> Co-authored-by: Pete Johanson <[email protected]>
F13-F19 are confirmed to work on Windows 11 in VSCode 1.71.2. Refs: zmkfirmware#1476
F20-24 are confirmed to work on Windows 11 via a web based keyboard tester Refs: zmkfirmware#1476
Default values for DIS GATT characteristics for: * Vendor ID * Product ID * Manufacturer * Model
* Update docs for mod-morph * Add unit tests for mod-morph * Add keep-mods to DT binding Co-authored-by: Martin Aumüller <[email protected]> Co-authored-by: Cem Aksoylar <[email protected]>
* Adjust alignment and spacing * Fix char array lengths
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix ESLint warning by using `data-` prefixed custom attr.
* Listen on 0.0.0.0 so testing docs within our container works properly with port forwarding.
* Tap dance event handler goes after combos * Add test
Bongo cat
Mouse ftc
update_bongocat_mousekey
oled power
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Board/Shield Check-list
.zmk.yml
metadata file added&pro_micro
used in favor of&pro_micro_d/a
if applicable.conf
file has optional extra features commented out