git://git.gir.st
/
tmk_keyboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
778dc7f
)
core: Add MOD_NONE to mods_bit enum
author
tmk
<hasu@tmk-kbd.com>
Thu, 2 Feb 2017 23:54:17 +0000
(08:54 +0900)
committer
tmk
<hasu@tmk-kbd.com>
Thu, 2 Feb 2017 23:54:17 +0000
(08:54 +0900)
tmk_core/common/action_code.h
patch
|
blob
|
blame
|
history
diff --git
a/tmk_core/common/action_code.h
b/tmk_core/common/action_code.h
index 10d040ee0136dc1438409a9703a2b55fa66380b2..4b664286ec01ec4c1a78fad203dee7d6fecd41d9 100644
(file)
--- a/
tmk_core/common/action_code.h
+++ b/
tmk_core/common/action_code.h
@@
-200,6
+200,7
@@
typedef union {
* bit 4 +----- LR flag(Left:0, Right:1)
*/
enum mods_bit {
+ MOD_NONE = 0x00,
MOD_LCTL = 0x01,
MOD_LSFT = 0x02,
MOD_LALT = 0x04,