diff options
| author | tmk <nobody@nowhere> | 2013-02-23 13:42:59 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-02-23 13:42:59 +0900 |
| commit | 0368936060fbc32395508b09c76b620828d36db1 (patch) | |
| tree | 9b55bb290502b1d917a29e47e0276392f77fe0af /common/action.h | |
| parent | 75a92ff653735635289a204176e60aa80c33bc7f (diff) | |
| download | qmk_firmware-0368936060fbc32395508b09c76b620828d36db1.tar.gz qmk_firmware-0368936060fbc32395508b09c76b620828d36db1.zip | |
Fix README and comments in action.h
Diffstat (limited to 'common/action.h')
| -rw-r--r-- | common/action.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/action.h b/common/action.h index 611490ebf..4892cc7fd 100644 --- a/common/action.h +++ b/common/action.h | |||
| @@ -161,13 +161,13 @@ bool waiting_buffer_has_anykey_pressed(void); | |||
| 161 | * 1000|LLLL|0000 00xx Reset default layer and clear keymap and overlay | 161 | * 1000|LLLL|0000 00xx Reset default layer and clear keymap and overlay |
| 162 | * 1000|LLLL| keycode Invert with tap key | 162 | * 1000|LLLL| keycode Invert with tap key |
| 163 | * 1000|LLLL|1111 0000 Invert with tap toggle | 163 | * 1000|LLLL|1111 0000 Invert with tap toggle |
| 164 | * 1000|LLLL|1111 00xx Invert[^= L] | 164 | * 1000|LLLL|1111 00xx Invert[^= 1<<L] |
| 165 | * 1000|LLLL|1111 0100 On/Off | 165 | * 1000|LLLL|1111 0100 On/Off |
| 166 | * 1000|LLLL|1111 01xx On[|= L] | 166 | * 1000|LLLL|1111 01xx On[|= 1<<L] |
| 167 | * 1000|LLLL|1111 1000 Off/On | 167 | * 1000|LLLL|1111 1000 Off/On |
| 168 | * 1000|LLLL|1111 10xx Off[&= ~L] | 168 | * 1000|LLLL|1111 10xx Off[&= ~(1<<L)] |
| 169 | * 1000|LLLL|1111 1100 Set/Set(0) | 169 | * 1000|LLLL|1111 1100 Set/Clear |
| 170 | * 1000|LLLL|1111 11xx Set[= L] | 170 | * 1000|LLLL|1111 11xx Set[= 1<<L] |
| 171 | * default layer: 0-15(4bit) | 171 | * default layer: 0-15(4bit) |
| 172 | * xx: On {00:for special use, 01:press, 10:release, 11:both} | 172 | * xx: On {00:for special use, 01:press, 10:release, 11:both} |
| 173 | * | 173 | * |
| @@ -180,8 +180,8 @@ bool waiting_buffer_has_anykey_pressed(void); | |||
| 180 | * 1011|LLLL|1111 0100 On/Off(momentary) | 180 | * 1011|LLLL|1111 0100 On/Off(momentary) |
| 181 | * 1011|LLLL|1111 01xx On[|= 1<<L] | 181 | * 1011|LLLL|1111 01xx On[|= 1<<L] |
| 182 | * 1011|LLLL|1111 1000 Off/On | 182 | * 1011|LLLL|1111 1000 Off/On |
| 183 | * 1011|LLLL|1111 10xx Off[&= ~1<<L] | 183 | * 1011|LLLL|1111 10xx Off[&= ~(1<<L)] |
| 184 | * 1011|LLLL|1111 1100 Set[= 1<<L]/Clear | 184 | * 1011|LLLL|1111 1100 Set/Clear |
| 185 | * 1011|LLLL|1111 11xx Set[= 1<<L] | 185 | * 1011|LLLL|1111 11xx Set[= 1<<L] |
| 186 | * overlays: 16-layer on/off status(16bit) | 186 | * overlays: 16-layer on/off status(16bit) |
| 187 | * xx: On {00:for special use, 01:press, 10:release, 11:both} | 187 | * xx: On {00:for special use, 01:press, 10:release, 11:both} |
