You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/docs/zh-cn
matth 3882ceefc1
updaded matt xd87
5 years ago
..
README.md Translate docs into Chinese (#5693) 5 years ago
_summary.md updaded matt xd87 5 years ago
contributing.md translate docs into Mandarin Chinese (#5807) 5 years ago
custom_quantum_functions.md docs to Mandarin Chinese (#5960) 5 years ago
faq.md translate docs into Mandarin Chinese (#5807) 5 years ago
faq_build.md Change from avr-gcc@7 to @8 for Mac 5 years ago
faq_debug.md Remove superfluous JTAG disable code (#6445) 5 years ago
faq_general.md docs to Mandarin Chinese (#5960) 5 years ago
faq_keymap.md translate docs into Mandarin Chinese (#5890) 5 years ago
getting_started_getting_help.md translate docs into Mandarin Chinese (#5807) 5 years ago
getting_started_github.md translate docs into Mandarin Chinese (#5807) 5 years ago
getting_started_introduction.md fix line endings 5 years ago
newbs.md translate docs into Mandarin Chinese (#5807) 5 years ago
newbs_best_practices.md translate the first unit(newbs) (#5753) 5 years ago
newbs_building_firmware.md translate the first unit(newbs) (#5753) 5 years ago
newbs_flashing.md translate the first unit(newbs) (#5753) 5 years ago
newbs_getting_started.md translate the first unit(newbs) (#5753) 5 years ago
newbs_learn_more_resources.md translate the first unit(newbs) (#5753) 5 years ago
newbs_testing_debugging.md translate the first unit(newbs) (#5753) 5 years ago
reference_glossary.md docs to Mandarin Chinese (#5960) 5 years ago

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 有许多 特性来探索,也有很多 参考文档 供您发掘。你可以通过修改 布局键码来利用许多特性。