Fixes to make cpplint partially happy

pull/389/head
Jesse Vincent 7 years ago
parent 3097fd0745
commit 5d5d8747eb
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -36,8 +36,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
Key_skip, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_Minus, Key_skip, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_Minus,
Key_RightShift, OSM(RightAlt), Key_Spacebar, OSM(RightControl), Key_RightShift, OSM(RightAlt), Key_Spacebar, OSM(RightControl),
OSL(1) OSL(1)),
),
[1] = KEYMAP_STACKED [1] = KEYMAP_STACKED
( (
@ -55,9 +54,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
___, ___, ___, ___, ___, ___, ___, ___, ___, ___, ___, ___, ___, ___,
___, ___, ___, ___, ___, ___, ___, ___,
___ ___),
),
}; };
void setup() { void setup() {

Loading…
Cancel
Save