diff options
Diffstat (limited to 'keyboards/handwired/pytest/basic')
5 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/basic/.noci b/keyboards/handwired/pytest/basic/.noci new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/keyboards/handwired/pytest/basic/.noci | |||
diff --git a/keyboards/handwired/pytest/basic/keymaps/default/keymap.c b/keyboards/handwired/pytest/basic/keymaps/default/keymap.c new file mode 100644 index 000000000..a5782f7a1 --- /dev/null +++ b/keyboards/handwired/pytest/basic/keymaps/default/keymap.c | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | |||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 4 | LAYOUT_ortho_1x1(KC_A) | ||
| 5 | }; | ||
diff --git a/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json b/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json new file mode 100644 index 000000000..e162e4139 --- /dev/null +++ b/keyboards/handwired/pytest/basic/keymaps/default_json/keymap.json | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "keyboard": "handwired/pytest/basic", | ||
| 3 | "keymap": "default_json", | ||
| 4 | "layout": "LAYOUT_ortho_1x1", | ||
| 5 | "layers": [["KC_A"]], | ||
| 6 | "author": "qmk", | ||
| 7 | "notes": "This file is a keymap.json file for handwired/pytest/basic", | ||
| 8 | "version": 1 | ||
| 9 | } | ||
diff --git a/keyboards/handwired/pytest/basic/readme.md b/keyboards/handwired/pytest/basic/readme.md new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/keyboards/handwired/pytest/basic/readme.md | |||
diff --git a/keyboards/handwired/pytest/basic/rules.mk b/keyboards/handwired/pytest/basic/rules.mk new file mode 100644 index 000000000..6b42774db --- /dev/null +++ b/keyboards/handwired/pytest/basic/rules.mk | |||
| @@ -0,0 +1 @@ | |||
| MCU = atmega32u4 | |||
