Add default layer config to bootmagic

This commit is contained in:
tmk 2013-06-22 16:14:56 +09:00
parent 2593ae1328
commit 9de9d71952
8 changed files with 40 additions and 9 deletions

View file

@ -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);