diff options
Diffstat (limited to 'keyboards/handwired/pytest/pytest.h')
-rw-r--r-- | keyboards/handwired/pytest/pytest.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/handwired/pytest/pytest.h b/keyboards/handwired/pytest/pytest.h deleted file mode 100644 index b8fe7dde59..0000000000 --- a/keyboards/handwired/pytest/pytest.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "quantum.h" - -#define LAYOUT_ortho_1x1( \ - k00 \ -) { \ - { k00 } \ -} - -#define LAYOUT LAYOUT_ortho_1x1 |