diff options
| author | tmk <nobody@nowhere> | 2013-07-23 07:45:25 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-07-23 07:53:18 +0900 |
| commit | 6aaa6e0ef9aa1e464b67723fd4cdd0d63b2c861d (patch) | |
| tree | 25c8f53490930e4e70638211cec159f86e4018d5 /common/action_code.h | |
| parent | 25aec56c082936a463d609357a04332c97c9940b (diff) | |
| download | qmk_firmware-6aaa6e0ef9aa1e464b67723fd4cdd0d63b2c861d.tar.gz qmk_firmware-6aaa6e0ef9aa1e464b67723fd4cdd0d63b2c861d.zip | |
Add support for macro media/system keys
Diffstat (limited to 'common/action_code.h')
| -rw-r--r-- | common/action_code.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/action_code.h b/common/action_code.h index df6ce9998..45e974a66 100644 --- a/common/action_code.h +++ b/common/action_code.h | |||
| @@ -33,9 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 33 | * r: Left/Right flag(Left:0, Right:1) | 33 | * r: Left/Right flag(Left:0, Right:1) |
| 34 | * | 34 | * |
| 35 | * ACT_MODS_TAP(001r): | 35 | * ACT_MODS_TAP(001r): |
| 36 | * 0010|mods|0000 0000 Modifiers with OneShot | 36 | * 001r|mods|0000 0000 Modifiers with OneShot |
| 37 | * 0010|mods|0000 00xx (reserved) | 37 | * 001r|mods|0000 00xx (reserved) |
| 38 | * 0010|mods| keycode Modifiers with Tap Key | 38 | * 001r|mods| keycode Modifiers with Tap Key |
| 39 | * | 39 | * |
| 40 | * | 40 | * |
| 41 | * Other Keys(01xx) | 41 | * Other Keys(01xx) |
