forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Catch errors in keycodes While loading a converted keymap that contains unknown codes, loading stops for the remaining keycodes and an error is printed on the console. This commit extracts the lookup into a function which prints a warning if the code is unknown. - print a warning if keyboard code is unknown - gracefully handle a lookup failure by continuing to process keyboard codes * restore keycode values
- Loading branch information
1 parent
21bb06b
commit 8c3acb6
Showing
1 changed file
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters