1
0
Fork 0

updates planck macros to keycodes, prototype fn_actions

This commit is contained in:
Jack Humbert 2016-06-26 14:08:11 -04:00
parent 0314620d26
commit 00dcac7270
2 changed files with 31 additions and 31 deletions

View file

@ -141,6 +141,10 @@ action_t action_for_key(uint8_t layer, keypos_t key)
return action;
}
__attribute__ ((weak))
const uint16_t PROGMEM fn_actions[] = {
};
/* Macro */
__attribute__ ((weak))