aboutsummaryrefslogtreecommitdiff
path: root/converter/ascii_usb/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ascii_usb/keymap.c')
-rw-r--r--converter/ascii_usb/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ascii_usb/keymap.c b/converter/ascii_usb/keymap.c
index 5c13beaff..a0c61ce8d 100644
--- a/converter/ascii_usb/keymap.c
+++ b/converter/ascii_usb/keymap.c
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
30// Keymap is not used. See matrix.c. 30// Keymap is not used. See matrix.c.
31 31
32/* translates key to keycode */ 32/* translates key to keycode */
33uint8_t keymap_key_to_keycode(uint8_t layer, key_t key) 33uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key)
34{ 34{
35 return KC_NO; 35 return KC_NO;
36} 36}