Last active
December 7, 2017 05:23
-
-
Save benshine/64ecb605bc822bd90ac686e66a02b3d4 to your computer and use it in GitHub Desktop.
@keyboardio Model01 config for programer dvorak
This file contains hidden or 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
See https://github.com/benshine/Model01-Firmware/blob/master/Model01-Firmware.ino for the current version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW, you can simplify the code a bit by inlining some of the macros. For example:
This could be written as
LSHIFT(Key_1)
right in the keymap. Fewer lines, and a tiny bit better performance too. :)