1
0
Fork 0

pass through travis errors

This commit is contained in:
Jack Humbert 2017-02-07 12:36:25 -05:00
parent c256ad51bd
commit de659486f5
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include "onekey.h"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
{ KC_A }
{{ KC_A }}
};