summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pytest/has_template/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/pytest/has_template/keymaps/default/keymap.c')
-rw-r--r--keyboards/handwired/pytest/has_template/keymaps/default/keymap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/has_template/keymaps/default/keymap.c b/keyboards/handwired/pytest/has_template/keymaps/default/keymap.c
new file mode 100644
index 0000000000..a5782f7a13
--- /dev/null
+++ b/keyboards/handwired/pytest/has_template/keymaps/default/keymap.c
@@ -0,0 +1,5 @@
+#include QMK_KEYBOARD_H
+
+const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
+ LAYOUT_ortho_1x1(KC_A)
+};