summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-04-05 08:14:40 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2017-04-05 08:14:40 +0200
commit1054d5554a91a1bbb4869e02fbd60d5b070c5a1f (patch)
treedff48420a504f28a3a486a06e50f8c97baa74a82
parente77a5e1751e74dd95dfd784d93cc06647f9d4f8f (diff)
downloadqmk_firmware-1054d5554a91a1bbb4869e02fbd60d5b070c5a1f.tar.gz
qmk_firmware-1054d5554a91a1bbb4869e02fbd60d5b070c5a1f.tar.xz
Updated Custom Quantum Functions (markdown)
-rw-r--r--Custom-Quantum-Functions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Custom-Quantum-Functions.md b/Custom-Quantum-Functions.md
index a81f082d0..1c4929e5a 100644
--- a/Custom-Quantum-Functions.md
+++ b/Custom-Quantum-Functions.md
@@ -1,4 +1,4 @@
-A custom keyboard is about more than sending button presses to your computer. QMK has designed hooks to allow you to inject code, override functionality, and otherwise customize how your keyboard responds in different situations. These allow you to control status LED's, write complex macros, or even change a key's behavior based on the keyboard's state.
+A custom keyboard is about more than sending button presses to your computer. QMK has designed hooks to allow you to inject code, override functionality, and otherwise customize how your keyboard responds in different situations.
## A Word on Keyboards vs Keymap