1
0
Fork 0
This commit is contained in:
Jack Humbert 2015-08-20 00:42:08 -04:00
parent 2d76b5c3d4
commit e528087ee5
10 changed files with 392 additions and 9 deletions

View file

@ -48,6 +48,7 @@ typedef union {
keymap_config_t keymap_config;
#endif
/* translates key to keycode */
uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);