updates planck macros to keycodes, prototype fn_actions
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user