]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Custom Quantum Functions (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Wed, 5 Apr 2017 06:14:27 +0000 (23:14 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Wed, 5 Apr 2017 06:14:27 +0000 (23:14 -0700)
Custom-Quantum-Functions.md

index fe973c21cba0df61957478418d2f217a2cd57cad..a81f082d0d4e06f9ecabe0e8969a13be6d47af8a 100644 (file)
@@ -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, override, 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. 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 Word on Keyboards vs Keymap