Fixes to make cpplint happy

pull/389/head
Jesse Vincent 7 years ago
parent 2d87a3888f
commit 34ca05501d
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -40,8 +40,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, Key_RightAlt, Key_Spacebar, Key_RightControl, Key_RightShift, Key_RightAlt, Key_Spacebar, Key_RightControl,
Key_skip Key_skip),
),
}; };
void setup() { void setup() {

Loading…
Cancel
Save