summary refs log tree commit diff
path: root/common/keycode.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-12-16 02:32:07 +0900
committertmk <nobody@nowhere>2012-12-16 02:32:07 +0900
commit8a709c2750eab09ec0f83450410a13640931d48e (patch)
tree224bcea716521704d63993ed54917152a6bf046e /common/keycode.h
parent77f157943f4e083fb9f1eaa0a55078b128842458 (diff)
Add initial fix for new keymap.
Diffstat (limited to 'common/keycode.h')
-rw-r--r--common/keycode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/keycode.h b/common/keycode.h
index f9331cdbf3..2eec2af85d 100644
--- a/common/keycode.h
+++ b/common/keycode.h
@@ -43,6 +43,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MOD_INDEX(code) ((code) & 0x07)
 #define FN_BIT(code)    (1<<FN_INDEX(code))
 #define FN_INDEX(code)  ((code) - KC_FN0)
+#define FN_MIN          KC_FN0
+#define FN_MAX          KC_FN7
 
 
 /*