diff options
author | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
---|---|---|
committer | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
commit | cf2f13fc77e7d9371e845d8825f8ced974083c70 (patch) | |
tree | f51890908a1ed5ee749b167a6c85830472c7e379 /keyboards/handwired/pytest/pytest.h | |
parent | e7db582e356a961ba608ef441f201d879ec8d740 (diff) | |
parent | 3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 0000000000..b8fe7dde59 --- /dev/null +++ b/keyboards/handwired/pytest/pytest.h @@ -0,0 +1,11 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT_ortho_1x1( \ + k00 \ +) { \ + { k00 } \ +} + +#define LAYOUT LAYOUT_ortho_1x1 |