1
0
This commit is contained in:
Jesse Vincent 2018-07-19 22:39:54 -07:00
parent 8526858c38
commit 87b7497f25

View File

@ -131,13 +131,13 @@ enum { PRIMARY, NUMPAD, FUNCTION }; // layers
/** /**
* To change your keyboard's layout from QWERTY to DVORAK or COLEMAK, comment out the line * To change your keyboard's layout from QWERTY to DVORAK or COLEMAK, comment out the line
* *
* #define PRIMARY_KEYMAP_QWERTY * #define PRIMARY_KEYMAP_QWERTY
* *
* by changing it to * by changing it to
* *
* // #define PRIMARY_KEYMAP_QWERTY * // #define PRIMARY_KEYMAP_QWERTY
* *
* Then uncomment the line corresponding to the layout you want to use. * Then uncomment the line corresponding to the layout you want to use.
* *
*/ */