aboutsummaryrefslogtreecommitdiffstats
path: root/docs/newbs_getting_started.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2020-02-20 11:57:43 -0800
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-05 16:00:10 -0800
commit5b144560827d01b87e11be0e4539b35edca964ef (patch)
tree821081df80bd5bfc5ce215af144223a16e235f74 /docs/newbs_getting_started.md
parentd1c18086d23c1f510ee434e1aa12b203f36e4794 (diff)
downloadfirmware-5b144560827d01b87e11be0e4539b35edca964ef.tar.gz
firmware-5b144560827d01b87e11be0e4539b35edca964ef.tar.bz2
firmware-5b144560827d01b87e11be0e4539b35edca964ef.zip
more wip
Diffstat (limited to 'docs/newbs_getting_started.md')
-rw-r--r--docs/newbs_getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newbs_getting_started.md b/docs/newbs_getting_started.md
index ae4b799a9..1c7206cf5 100644
--- a/docs/newbs_getting_started.md
+++ b/docs/newbs_getting_started.md
@@ -1,10 +1,10 @@
-# Introduction
+# Getting Started
Your computer keyboard has a processor inside of it, not unlike the one inside your computer. This processor runs software that is responsible for detecting button presses and sending reports about the state of the keyboard when buttons are pressed or released. QMK fills the role of that software, detecting button presses and passing that information on to the host computer. When you build your custom keymap, you are creating the equivalent of an executable program for your keyboard.
QMK tries to put a lot of power into your hands by making easy things easy, and hard things possible. You don't have to know how to program to create powerful keymaps — you only have to follow a few simple syntax rules.
-# Getting Started
+# Prerequisites
Before you can build keymaps, you need to install some software and set up your build environment. This only has to be done once no matter how many keyboards you plan to compile firmware for.