diff options
| author | jpetermans <tibcmhhm@gmail.com> | 2017-05-08 16:19:11 -0700 |
|---|---|---|
| committer | jpetermans <tibcmhhm@gmail.com> | 2017-05-08 16:19:11 -0700 |
| commit | 5fc5661147e4e8bec8a52a8691ac1df2fedd3558 (patch) | |
| tree | f58e581291e518fdc53c926056c6df49a6daa1bf /keyboards/infinity60/keymaps | |
| parent | d1ff2bb9db68b899dbd02d1cdf036551b38dccdc (diff) | |
| download | qmk_firmware-5fc5661147e4e8bec8a52a8691ac1df2fedd3558.tar.gz qmk_firmware-5fc5661147e4e8bec8a52a8691ac1df2fedd3558.zip | |
third readme fix attempt
Diffstat (limited to 'keyboards/infinity60/keymaps')
| -rw-r--r-- | keyboards/infinity60/keymaps/jpetermans/readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/infinity60/keymaps/jpetermans/readme.md b/keyboards/infinity60/keymaps/jpetermans/readme.md index 4657a84c0..2e0edeacd 100644 --- a/keyboards/infinity60/keymaps/jpetermans/readme.md +++ b/keyboards/infinity60/keymaps/jpetermans/readme.md | |||
| @@ -78,9 +78,9 @@ An example: | |||
| 78 | * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` | 78 | * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` |
| 79 | 79 | ||
| 80 | Another: | 80 | Another: |
| 81 | * `msg=(BLINK_TOGGLE_LED << 8) | 46;` | 81 | - `msg=(BLINK_TOGGLE_LED << 8) | 46;` |
| 82 | * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` | 82 | - `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` |
| 83 | 83 | ||
| 84 | Finally, SET_FULL_ROW requires an extra byte with row information in the message so sending this message looks like: | 84 | Finally, SET_FULL_ROW requires an extra byte with row information in the message so sending this message looks like: |
| 85 | * `msg=(row<<16) | (SET_FULL_ROW << 8) | (led_pin_byte);` | 85 | - `msg=(row<<16) | (SET_FULL_ROW << 8) | (led_pin_byte);` |
| 86 | * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` | 86 | - `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);` |
