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