Fix keymap of gh60

This commit is contained in:
tmk 2013-04-05 01:39:17 +09:00
parent f9a7e224a4
commit 489fd75fdf
6 changed files with 52 additions and 57 deletions

View file

@ -210,7 +210,7 @@ static const uint16_t PROGMEM fn_actions[] = {
[6] = ACTION_DEFAULT_LAYER_SET(1), // set colemak layout
[7] = ACTION_DEFAULT_LAYER_SET(2), // set dvorak layout
[8] = ACTION_DEFAULT_LAYER_SET(3), // set workman layout
[9] = ACTION_RMOD_TAP_KEY(KC_RSFT, KC_GRV),
[9] = ACTION_MODS_TAP_KEY(MOD_RSFT, KC_GRV),
};
#endif