|
5 éve | |
---|---|---|
.. | ||
README.md | 170261328e Add language prefixes to docs sidebar entries and readmes (#7406) | 5 éve |
_summary.md | 54c58ea6de Add explicit id tags to externally linked headers | 5 éve |
contributing.md | 7871a465d3 translate docs into Mandarin Chinese (#5807) | 6 éve |
custom_quantum_functions.md | b359830ea2 Fix file encoding for zh-cn/custom_quantum_functions.md (#7665) | 5 éve |
faq.md | 7871a465d3 translate docs into Mandarin Chinese (#5807) | 6 éve |
faq_build.md | 071eb2478f Remove mbed files (#7605) | 5 éve |
faq_debug.md | 770a4ee729 [Docs] Remove some outdated FAQ items (#7607) | 5 éve |
faq_general.md | e0a0d80bd3 docs to Mandarin Chinese (#5960) | 6 éve |
faq_keymap.md | 770a4ee729 [Docs] Remove some outdated FAQ items (#7607) | 5 éve |
getting_started_getting_help.md | 7871a465d3 translate docs into Mandarin Chinese (#5807) | 6 éve |
getting_started_github.md | 52c18ef026 [Docs] fix docs (#7642) | 5 éve |
getting_started_introduction.md | 52c18ef026 [Docs] fix docs (#7642) | 5 éve |
newbs.md | 7871a465d3 translate docs into Mandarin Chinese (#5807) | 6 éve |
newbs_best_practices.md | db440f3e75 translate the first unit(newbs) (#5753) | 6 éve |
newbs_building_firmware.md | db440f3e75 translate the first unit(newbs) (#5753) | 6 éve |
newbs_flashing.md | db440f3e75 translate the first unit(newbs) (#5753) | 6 éve |
newbs_getting_started.md | db440f3e75 translate the first unit(newbs) (#5753) | 6 éve |
newbs_learn_more_resources.md | db440f3e75 translate the first unit(newbs) (#5753) | 6 éve |
newbs_testing_debugging.md | feb116c4f3 [Docs] Replace Switch Hitter link with Wayback Machine link (#7009) | 5 éve |
reference_glossary.md | e0a0d80bd3 docs to Mandarin Chinese (#5960) | 6 éve |
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
这将建立 planck
的rev4
修订版本并使用 default
布局。并非所有键盘都有修订版本 (也叫做子项目或文件夹),在此情况下,修订版本可以省略,如下:
make preonic:default