From 6501377070ff20bd061ea85c7ae5517652b6478b Mon Sep 17 00:00:00 2001 From: Erovia Date: Tue, 26 May 2020 17:43:33 +0200 Subject: CLI: fix `json2c` subcommand and add/fix tests (#9206) Co-authored-by: Zach White --- keyboards/handwired/onekey/pytest/templates/keymap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/handwired/onekey/pytest') diff --git a/keyboards/handwired/onekey/pytest/templates/keymap.c b/keyboards/handwired/onekey/pytest/templates/keymap.c index d355210c4..6cb25d522 100644 --- a/keyboards/handwired/onekey/pytest/templates/keymap.c +++ b/keyboards/handwired/onekey/pytest/templates/keymap.c @@ -1 +1,2 @@ +#include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__}; -- cgit v1.2.3