summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pytest/has_template/templates/keymap.c
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-05 11:04:56 -0800
committerZach White <skullydazed@gmail.com>2021-01-05 11:04:56 -0800
commitcf2f13fc77e7d9371e845d8825f8ced974083c70 (patch)
treef51890908a1ed5ee749b167a6c85830472c7e379 /keyboards/handwired/pytest/has_template/templates/keymap.c
parente7db582e356a961ba608ef441f201d879ec8d740 (diff)
parent3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/pytest/has_template/templates/keymap.c')
-rw-r--r--keyboards/handwired/pytest/has_template/templates/keymap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/has_template/templates/keymap.c b/keyboards/handwired/pytest/has_template/templates/keymap.c
new file mode 100644
index 0000000000..6cb25d5226
--- /dev/null
+++ b/keyboards/handwired/pytest/has_template/templates/keymap.c
@@ -0,0 +1,2 @@
+#include QMK_KEYBOARD_H
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__};