mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-24 08:40:46 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c82c74093 | |||
| 0331b7d16e |
@@ -0,0 +1,10 @@
|
|||||||
|
# Copyright (c) 2026 Pete Johanson
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
config BOARD_XIAO_RP2040
|
||||||
|
select ZMK_BOARD_COMPAT if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||||
|
imply RETAINED_MEM if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||||
|
imply RETENTION if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||||
|
imply RETENTION_BOOT_MODE if BOARD_XIAO_RP2040_RP2040_ZMK
|
||||||
|
|
||||||
|
|
||||||
Generated
+3809
-245
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -18,17 +18,17 @@
|
|||||||
"@docusaurus/core": "^3.9.2",
|
"@docusaurus/core": "^3.9.2",
|
||||||
"@docusaurus/preset-classic": "^3.9.2",
|
"@docusaurus/preset-classic": "^3.9.2",
|
||||||
"@docusaurus/theme-mermaid": "^3.9.2",
|
"@docusaurus/theme-mermaid": "^3.9.2",
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
||||||
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^3.3.0",
|
||||||
"@mdx-js/react": "^3.1.0",
|
"@mdx-js/react": "^3.1.0",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"js-yaml": "^4.1.1",
|
"js-yaml": "^4.1.1",
|
||||||
"react": "^18.0.0",
|
"react": "^19.2.5",
|
||||||
"react-async": "^10.0.1",
|
"react-async": "^10.0.1",
|
||||||
"react-copy-to-clipboard": "^5.0.3",
|
"react-copy-to-clipboard": "^5.0.3",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^19.2.5",
|
||||||
"react-toastify": "^10.0.6",
|
"react-toastify": "^11.0.5",
|
||||||
"tree-sitter-devicetree": "^0.12.1",
|
"tree-sitter-devicetree": "^0.12.1",
|
||||||
"web-tree-sitter": "^0.24.3"
|
"web-tree-sitter": "^0.24.3"
|
||||||
},
|
},
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"@eslint/js": "^9.39.2",
|
"@eslint/js": "^9.39.2",
|
||||||
"@types/glob": "^8.1.0",
|
"@types/glob": "^8.1.0",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
"@types/react": "^18.3.12",
|
"@types/react": "^19.2.14",
|
||||||
"@types/react-helmet": "^6.1.6",
|
"@types/react-helmet": "^6.1.6",
|
||||||
"@types/react-router-dom": "^5.1.7",
|
"@types/react-router-dom": "^5.1.7",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "^9.39.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user