Merge branch 'master' into chibios
This commit is contained in:
commit
ffbaeb7986
22 changed files with 413 additions and 257 deletions
|
|
@ -133,7 +133,7 @@ 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)
|
||||
{
|
||||
action_t action;
|
||||
action_t action = {};
|
||||
switch (keycode) {
|
||||
case KC_A ... KC_EXSEL:
|
||||
case KC_LCTRL ... KC_RGUI:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue