summaryrefslogtreecommitdiff
path: root/docs/zh-cn/reference_configurator_support.md
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2023-02-14 03:05:44 +0000
committerDasky <32983009+daskygit@users.noreply.github.com>2023-02-14 03:05:44 +0000
commit74770ac79b4f4e398e9737ccdc274bfe0a09a910 (patch)
tree6b225600cc21452351b468099109904036011c3c /docs/zh-cn/reference_configurator_support.md
parente922b46a866aec40f34d9e0dfcb15932adeb0563 (diff)
parent7a099b7ea5b7c38d4ca781354533b3962750e2b7 (diff)
Merge branch 'master' into develop
Diffstat (limited to 'docs/zh-cn/reference_configurator_support.md')
-rw-r--r--docs/zh-cn/reference_configurator_support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-cn/reference_configurator_support.md b/docs/zh-cn/reference_configurator_support.md
index aa174ceedb..bd842871a0 100644
--- a/docs/zh-cn/reference_configurator_support.md
+++ b/docs/zh-cn/reference_configurator_support.md
@@ -173,7 +173,7 @@ k33 | {"label":"Enter", "x":3, "y":3, "h":2}
k40 | {"label":"0", "x":0, "y":4, "w":2}
k42 | {"label":".", "x":2, "y":4}
-当用户在配置器中选中左上角的按键,并赋予数字区锁定键(NumLock)时,配置器会将 `KC_NLCK` 作为第一个按键进行键映射文件的构建工作,其它按键逻辑类似。其中 `label` 键值未被用到,其用于用户在调试 `info.json` 文件时,可以参考辨认出各按键。
+当用户在配置器中选中左上角的按键,并赋予数字区锁定键(NumLock)时,配置器会将 `KC_NUM` 作为第一个按键进行键映射文件的构建工作,其它按键逻辑类似。其中 `label` 键值未被用到,其用于用户在调试 `info.json` 文件时,可以参考辨认出各按键。
## 问题及副作用