diff options
Diffstat (limited to 'keyboards/pabile/p20/p20.h')
-rw-r--r-- | keyboards/pabile/p20/p20.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/pabile/p20/p20.h b/keyboards/pabile/p20/p20.h new file mode 100644 index 0000000000..b7467dc150 --- /dev/null +++ b/keyboards/pabile/p20/p20.h @@ -0,0 +1,18 @@ +#pragma once + +#include "quantum.h" + +#define LAYOUT_ortho_5x4( \ + k00, k01, k02, k03, \ + k10, k11, k12, k13, \ + k20, k21, k22, k23, \ + k30, k31, k32, k33, \ + k40, k41, k42, k43 \ +) \ +{ \ + {k00, k01, k02, k03}, \ + {k10, k11, k12, k13}, \ + {k20, k21, k22, k23}, \ + {k30, k31, k32, k33}, \ + {k40, k41, k42, k43} \ +} |