1
0
Fork 0

working extended keymap

This commit is contained in:
Jack Humbert 2015-03-20 13:36:13 -04:00
parent afa0f9d0aa
commit 708f95a472
8 changed files with 542 additions and 6 deletions

View file

@ -27,6 +27,7 @@ static action_t keycode_to_action(uint8_t keycode);
/* converts key to action */
__attribute__ ((weak))
action_t action_for_key(uint8_t layer, keypos_t key)
{
uint8_t keycode = keymap_key_to_keycode(layer, key);
@ -117,8 +118,6 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt)
{
}
/* translates keycode to action */
static action_t keycode_to_action(uint8_t keycode)
{