diff options
author | tmk <nobody@nowhere> | 2013-06-22 16:14:56 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-22 16:24:56 +0900 |
commit | 9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06 (patch) | |
tree | 5cfd02ffd53d5be7c40453644558319f75b48fa8 /common/bootmagic.h | |
parent | 2593ae132812414f02e7cf483bb141cd2c78595c (diff) |
Add default layer config to bootmagic
Diffstat (limited to 'common/bootmagic.h')
-rw-r--r-- | common/bootmagic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/bootmagic.h b/common/bootmagic.h index 2e7496ebc5..68935e9706 100644 --- a/common/bootmagic.h +++ b/common/bootmagic.h @@ -41,6 +41,10 @@ #define BOOTMAGIC_KEY_DEFAULT_LAYER_1 KC_1 #define BOOTMAGIC_KEY_DEFAULT_LAYER_2 KC_2 #define BOOTMAGIC_KEY_DEFAULT_LAYER_3 KC_3 +#define BOOTMAGIC_KEY_DEFAULT_LAYER_4 KC_4 +#define BOOTMAGIC_KEY_DEFAULT_LAYER_5 KC_5 +#define BOOTMAGIC_KEY_DEFAULT_LAYER_6 KC_6 +#define BOOTMAGIC_KEY_DEFAULT_LAYER_7 KC_7 void bootmagic(void); |