From 2b614084593b4e3cb676292dece1e81fee076dd6 Mon Sep 17 00:00:00 2001 From: Shriramana Sharma Date: Sat, 11 Aug 2018 08:46:01 +0530 Subject: [PATCH] clarify what happened to flag B00100000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is just to clarify to anyone who may be reading the sources as to why B00100000 is missing from the flags defs. Not a big deal but I thought it would be useful… --- src/key_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/key_defs.h b/src/key_defs.h index 8238f5cd..1e1c7315 100644 --- a/src/key_defs.h +++ b/src/key_defs.h @@ -79,6 +79,7 @@ typedef kaleidoscope::Key Key_; #define RALT_HELD B00000100 #define SHIFT_HELD B00001000 #define GUI_HELD B00010000 +// #define IS_MACRO B00100000 // defined in Kaleidoscope-Macros/src/MacroKeyDefs.h #define SYNTHETIC B01000000 #define RESERVED B10000000