Merge pull request #16 from cdisselkoen/master
Fix misleading indentation in all three layers' keymaps
This commit is contained in:
commit
c48e153ae6
@ -117,6 +117,11 @@ enum { MACRO_VERSION_INFO,
|
||||
|
||||
enum { QWERTY, FUNCTION, NUMPAD }; // layers
|
||||
|
||||
/* This comment temporarily turns off astyle's indent enforcement
|
||||
* so we can make the keymaps actually resemble the physical key layout better
|
||||
*/
|
||||
// *INDENT-OFF*
|
||||
|
||||
const Key keymaps[][ROWS][COLS] PROGMEM = {
|
||||
|
||||
[QWERTY] = KEYMAP_STACKED
|
||||
@ -166,6 +171,8 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
|
||||
___)
|
||||
};
|
||||
|
||||
/* Re-enable astyle's indent enforcement */
|
||||
// *INDENT-ON*
|
||||
|
||||
/** versionInfoMacro handles the 'firmware version info' macro
|
||||
* When a key bound to the macro is pressed, this macro
|
||||
|
Loading…
x
Reference in New Issue
Block a user