diff options
Diffstat (limited to 'keyboards/handwired/pytest/has_template/templates')
-rw-r--r-- | keyboards/handwired/pytest/has_template/templates/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/handwired/pytest/has_template/templates/keymap.json | 3 |
2 files changed, 5 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__}; diff --git a/keyboards/handwired/pytest/has_template/templates/keymap.json b/keyboards/handwired/pytest/has_template/templates/keymap.json new file mode 100644 index 0000000000..04928564e9 --- /dev/null +++ b/keyboards/handwired/pytest/has_template/templates/keymap.json @@ -0,0 +1,3 @@ +{ + "documentation": "This file is a keymap.json file for handwired/pytest/has_template" +} |