aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/pytest
diff options
context:
space:
mode:
authorErovia <Erovia@users.noreply.github.com>2020-05-26 17:43:33 +0200
committerGitHub <noreply@github.com>2020-05-26 17:43:33 +0200
commit6501377070ff20bd061ea85c7ae5517652b6478b (patch)
tree5dd31794e887b98da40ed647405452a85c852f08 /keyboards/handwired/onekey/pytest
parentaf2ca136045c0157c5c093fb902dccacd9fa0e32 (diff)
downloadfirmware-6501377070ff20bd061ea85c7ae5517652b6478b.tar.gz
firmware-6501377070ff20bd061ea85c7ae5517652b6478b.tar.bz2
firmware-6501377070ff20bd061ea85c7ae5517652b6478b.zip
CLI: fix `json2c` subcommand and add/fix tests (#9206)
Co-authored-by: Zach White <skullydazed@users.noreply.github.com>
Diffstat (limited to 'keyboards/handwired/onekey/pytest')
-rw-r--r--keyboards/handwired/onekey/pytest/templates/keymap.c1
1 files changed, 1 insertions, 0 deletions
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__};