]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/action_code.h
hhkb: Revise doc
[max/tmk_keyboard.git] / tmk_core / common / action_code.h
index 10d040ee0136dc1438409a9703a2b55fa66380b2..4b664286ec01ec4c1a78fad203dee7d6fecd41d9 100644 (file)
@@ -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,