updates planck macros to keycodes, prototype fn_actions
This commit is contained in:
parent
0314620d26
commit
00dcac7270
2 changed files with 31 additions and 31 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue