]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Readme correction #2
authorjpetermans <tibcmhhm@gmail.com>
Thu, 17 Aug 2017 22:56:49 +0000 (15:56 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 22 Aug 2017 03:22:36 +0000 (23:22 -0400)
keyboards/infinity60/keymaps/jpetermans/readme.md

index 833b467eef09c2b1e0800f6a176950dfc9f3380e..00421015bd9ed7a9f61d0a27b865d9469ad56d04 100644 (file)
@@ -47,7 +47,7 @@ write_led_page(5, led_numpad, 16);
 Remaining led control is done through the led mailbox using these message types:
 - **SET_FULL_ROW** (3 bytes) - message type, 8-bit mask, and row#. Sets all leds on one pin per the bit mask.
 - **OFF_LED, ON_LED, TOGGLE_LED** (3 bytes) - message type, led address, and page#. Off/on/toggle specific led.
-- **BLINK_OFF_LED, BLINK_ON_LED, BLINK_OFF_LED** (3 bytes) - message type, led address, and page#. Set blink Off/on/toggle for specific led.
+- **BLINK_OFF_LED, BLINK_ON_LED, BLINK_TOGGLE_LED** (3 bytes) - message type, led address, and page#. Set blink Off/on/toggle for specific led.
 - **TOGGLE_ALL** (1 byte) - Turn on/off full backlight.
 - **TOGGLE_BACKLIGHT** (2 bytes) - message type, on/off. Sets backlight completely off, no leds will display.
 - **DISPLAY_PAGE** (2 bytes) - message type, page to display. Switch to specific pre-set page.