Add in indentation guards around the AppSwitcher stacked keylayout example

pull/102/head
Jesse Vincent 8 years ago
parent f3b786dade
commit 66f61cad78

@ -21,6 +21,7 @@
#include "Macros.h"
/* *INDENT-OFF* */
const Key keymaps[][ROWS][COLS] PROGMEM = {
[0] = KEYMAP_STACKED
(
@ -41,6 +42,8 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
M(M_APPCANCEL)
),
};
/* *INDENT-ON* */
const macro_t *macroAction(uint8_t macroIndex, uint8_t keyState) {
switch (macroIndex) {

Loading…
Cancel
Save