diff options
Diffstat (limited to 'keyboards/aplx6/aplx6.h')
-rw-r--r-- | keyboards/aplx6/aplx6.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/aplx6/aplx6.h b/keyboards/aplx6/aplx6.h new file mode 100644 index 0000000000..6990d388e7 --- /dev/null +++ b/keyboards/aplx6/aplx6.h @@ -0,0 +1,12 @@ +#pragma once +#include "quantum.h" + +#define LAYOUT( \ + k000, k001, k002, \ + k100, k101, k102 \ +) \ +{ \ + { k000, k001, k002 }, \ + { k100, k101, k102 } \ +} + |