Skip to content

Commit

Permalink
Make astyle shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgdotcom committed Oct 25, 2017
1 parent 171d82f commit 57bc530
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 57bc530

Please sign in to comment.