Skip to content

Commit

Permalink
Merge pull request #2 from andrewgdotcom/layout-refactoring
Browse files Browse the repository at this point in the history
Make astyle shut up
  • Loading branch information
andrewgdotcom authored Oct 25, 2017
2 parents 171d82f + 57bc530 commit 4a202dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keymaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ enum { QWERTY, FUNCTION, NUMPAD }; // layers

const Key keymaps[][ROWS][COLS] PROGMEM = {
[QWERTY] =
#include "layer-std-qwerty.h"
#include "layer-std-qwerty.h"
,
[FUNCTION] =
#include "layer-std-function.h"
#include "layer-std-function.h"
,
[NUMPAD] =
#include "layer-std-numpad.h"
#include "layer-std-numpad.h"
};

0 comments on commit 4a202dc

Please sign in to comment.