qmk-dactyl-manuform-a/docs/zh-cn
Joel Challis 2728603fe6
Move tmk_core/common/<plat> (#13918)
2021-11-19 10:41:02 -08:00
..
README.md [Core] [Docs] Remove travis-ci references (#13916) 2021-08-20 23:31:26 +01:00
_summary.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
contributing.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00
custom_quantum_functions.md [Docs] update suspend_*_user examples (#14542) 2021-09-21 16:40:19 -07:00
faq.md translate docs into Mandarin Chinese (#5807) 2019-05-11 09:22:16 -07:00
faq_build.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00
faq_debug.md Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
faq_general.md docs to Mandarin Chinese (#5960) 2019-06-04 11:06:17 -07:00
faq_keymap.md Move tmk_core/common/<plat> (#13918) 2021-11-19 10:41:02 -08:00
getting_started_getting_help.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
getting_started_github.md Purge uGFX. (#14720) 2021-10-07 10:57:48 +11:00
getting_started_introduction.md [Docs] fix docs (#7642) 2019-12-21 11:00:22 +00:00
newbs.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00
newbs_best_practices.md translate the first unit(newbs) (#5753) 2019-05-02 22:21:06 -07:00
newbs_building_firmware.md Fix capitalisation of "GitHub" (#9184) 2020-05-25 19:43:14 -07:00
newbs_flashing.md translate the first unit(newbs) (#5753) 2019-05-02 22:21:06 -07:00
newbs_getting_started.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00
newbs_learn_more_resources.md translate the first unit(newbs) (#5753) 2019-05-02 22:21:06 -07:00
newbs_testing_debugging.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00
reference_glossary.md [Docs] Use HTTPS for images and links where possible (#11695) 2021-01-30 22:00:56 +11:00

README.md

QMK机械键盘固件

当前版本 异议 文档状态 GitHub贡献者 GitHub分支

什么是 QMK 固件?

QMK (Quantum Mechanical Keyboard) 是一个社区维护的开源软件,包括 QMK 固件, QMK 工具箱, qmk.fm网站, 和这些文档。QMK 固件是一个基于tmk_keyboard的键盘固件它在爱特梅尔AVR微控制器实现一些有用的功能,确切地说, 是在 OLKB product line, 在 ErgoDox EZ 键盘, 和 Clueboard product line. 上。它被移植到使用ChibiOS的ARM芯片上. 它可以在飞线键盘或定制PCB键盘中发挥功能.

如何得到它

如果你打算贡献布局, 键盘, 或者其他QMK特性, 一下是最简单的方法:从GitHub获得repo分支, 并克隆你的repo到本地进行编辑推送然后从你的分支打开 Pull Request.

此外, 你也可以直接下载 (zip, tar), 或者从git克隆 (git@github.com:qmk/qmk_firmware.git), 或 https (https://github.com/qmk/qmk_firmware.git).

如何编译

在你能编译之前, 你需要部署环境 用于 AVR or/and ARM 开发。完成后, 你可以使用 make 命令来编译一个键盘和布局使用以下命令:

make planck/rev4:default

这将建立 planckrev4 修订版本并使用 default布局。并非所有键盘都有修订版本 (也叫做子项目或文件夹),在此情况下,修订版本可以省略,如下:

make preonic:default

如何定制

QMK 有许多 特性来探索,也有很多 参考文档 供您发掘。你可以通过修改 布局键码来利用许多特性。