Skip to content

Commit

Permalink
Required overridden function for keymaps in EEPROM
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilba6582 authored and jackhumbert committed Aug 19, 2017
1 parent 7277f09 commit baae936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/keymap_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt)
}

// translates key to keycode
__attribute__ ((weak))
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key)
{
// Read entire word (16bits)
Expand Down

0 comments on commit baae936

Please sign in to comment.