diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-20 18:46:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-20 18:46:42 +0000 |
commit | 8401b0a6e5d6bf2e5456bc2283cd32abba871503 (patch) | |
tree | 6f724248a40742b89b592361f54dd5f42720499a /docs/README.md | |
parent | 34b88a2fd4f43fa3222d1101341322076474ea93 (diff) | |
parent | 4e8166750b21cfd3feaba0d6024087fb5c76bca9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/docs/README.md b/docs/README.md index d6cde53c90..9330f0face 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,26 +1,20 @@ # Quantum Mechanical Keyboard Firmware -[](https://github.com/qmk/qmk_firmware/tags) -[](https://travis-ci.org/qmk/qmk_firmware) -[](https://discord.gg/Uq7gcHh) -[](https://docs.qmk.fm) -[](https://github.com/qmk/qmk_firmware/pulse/monthly) -[](https://github.com/qmk/qmk_firmware/) - ## What is QMK Firmware? QMK (*Quantum Mechanical Keyboard*) is an open source community centered around developing computer input devices. The community encompasses all sorts of input devices, such as keyboards, mice, and MIDI devices. A core group of collaborators maintains [QMK Firmware](https://github.com/qmk/qmk_firmware), [QMK Configurator](https://config.qmk.fm), [QMK Toolbox](https://github.com/qmk/qmk_toolbox), [qmk.fm](https://qmk.fm), and this documentation with the help of community members like you. ## Get Started -Totally new to QMK? There are two ways to get started: +<div class="flex-container"> + +?> **Basic** [QMK Configurator](newbs_building_firmware_configurator.md) <br> +User friendly graphical interfaces, no programming knowledge required. + +?> **Advanced** [Use The Source](newbs.md) <br> +More powerful, but harder to use. -* Basic: [QMK Configurator](https://config.qmk.fm) - * Just select your keyboard from the dropdown and program your keyboard. - * We have an [introductory video](https://www.youtube.com/watch?v=-imgglzDMdY) you can watch. - * There is also an overview [document you can read](newbs_building_firmware_configurator.md). -* Advanced: [Use The Source](newbs.md) - * More powerful, but harder to use +</div> ## Make It Yours |