diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-21 23:14:48 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-21 23:14:48 -0400 |
commit | 476e29d1190ac45b810109512bbb50cc4769493b (patch) | |
tree | 1d493bae3b0ae91a6202918aa1bf53fb0da936fa /keyboard/planck/extended_keymap_common.h | |
parent | 2d76b5c3d421c984f6b4b9da757383cc87e3f808 (diff) | |
parent | b191f8c60fbbaf1fb55d67edb86a6c33489b2ce3 (diff) |
Merge pull request #26 from jackhumbert/midi
Midi
Diffstat (limited to 'keyboard/planck/extended_keymap_common.h')
-rw-r--r-- | keyboard/planck/extended_keymap_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/planck/extended_keymap_common.h b/keyboard/planck/extended_keymap_common.h index 2dce4a2fac..e6a7dac5b5 100644 --- a/keyboard/planck/extended_keymap_common.h +++ b/keyboard/planck/extended_keymap_common.h @@ -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); |