diff options
Diffstat (limited to 'keyboards/handwired/pytest/pytest.h')
| -rw-r--r-- | keyboards/handwired/pytest/pytest.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/pytest/pytest.h b/keyboards/handwired/pytest/pytest.h new file mode 100644 index 000000000..b8fe7dde5 --- /dev/null +++ b/keyboards/handwired/pytest/pytest.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "quantum.h" | ||
| 4 | |||
| 5 | #define LAYOUT_ortho_1x1( \ | ||
| 6 | k00 \ | ||
| 7 | ) { \ | ||
| 8 | { k00 } \ | ||
| 9 | } | ||
| 10 | |||
| 11 | #define LAYOUT LAYOUT_ortho_1x1 | ||
