]> git.gir.st - tmk_keyboard.git/commit
Fix: When 16 keys are used in the map, call SINGLES_KEYMAP
authorJohn M Daly <jmdaly@gmail.com>
Sun, 26 Feb 2017 00:45:36 +0000 (19:45 -0500)
committerJohn M Daly <jmdaly@gmail.com>
Sun, 26 Feb 2017 00:45:36 +0000 (19:45 -0500)
commit04620bf5762f202b102a72c900a6f0ef9347b70f
treef6f37e6e7fe3865b465cf6c5ccb88a0194fb5184
parent6650be3cc016ae3967614600aecfaf9b5a365b0f
Fix: When 16 keys are used in the map, call SINGLES_KEYMAP

Currently, the KEYMAP macro in keymap_common.h takes 13 parameters.
This is the macro to use when a user is using the 13 switch layout
of the roadkit. However, when a user is using a 16 switch layout,
the macro called SINGLES_KEYMAP should be used.
keyboard/roadkit/keymap_roadkit.c
Imprint / Impressum