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

index c4bf418e8a02025959f1edfb8ff10954e6e4f36a..26398563e3c2d12f86c601d9eb514b60bd03c048 100644 (file)
@@ -19,7 +19,7 @@ When defining functions at the Keyboard/Revision level it is important that your
 
 This function gets called when the matrix is initiated. You should use this function to initialize any custom hardware you may have, such as speakers, LED drivers, or other features which need to be setup after the keyboard powers on.
 
-#### Example
+### Example
 
 ```
 void matrix_init_kb(void) {
@@ -90,7 +90,7 @@ This allows you to control the 5 LED's defined as part of the USB Keyboard spec.
 * `USB_LED_COMPOSE`
 * `USB_LED_KANA`
 
-#### Example:
+### Example:
 
 ```
 void led_set_kb(uint8_t usb_led) {