diff options
author | tmk <nobody@nowhere> | 2012-12-16 02:32:07 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-16 02:32:07 +0900 |
commit | 8a709c2750eab09ec0f83450410a13640931d48e (patch) | |
tree | 224bcea716521704d63993ed54917152a6bf046e /common/keycode.h | |
parent | 77f157943f4e083fb9f1eaa0a55078b128842458 (diff) | |
download | qmk_firmware-8a709c2750eab09ec0f83450410a13640931d48e.tar.gz |
Add initial fix for new keymap.
Diffstat (limited to 'common/keycode.h')
-rw-r--r-- | common/keycode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/keycode.h b/common/keycode.h index f9331cdbf..2eec2af85 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 /* |