diff options
| author | tslil clingman <tslil@posteo.de> | 2023-09-12 21:12:39 +0200 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:24:48 +0100 |
| commit | ee76ac2bf6565b1ab6f9774ede6efbd8145e76f0 (patch) | |
| tree | 4bc414c65280250caaecfe977945dcbf71e23b7b /qmk_config_fpkb_v4/fpkb_v4.h | |
| parent | a18660bf90f9fe9c2d0bfa76250b46c275399573 (diff) | |
fpkb_v4
Diffstat (limited to 'qmk_config_fpkb_v4/fpkb_v4.h')
| -rw-r--r-- | qmk_config_fpkb_v4/fpkb_v4.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qmk_config_fpkb_v4/fpkb_v4.h b/qmk_config_fpkb_v4/fpkb_v4.h new file mode 100644 index 0000000..75c49a5 --- /dev/null +++ b/qmk_config_fpkb_v4/fpkb_v4.h @@ -0,0 +1,20 @@ +#include "quantum.h" +#define ___ KC_NO +#define LAYOUT_split_3x5_2( \ + L01, L02, L03, L04, L05, R05, R04, R03, R02, R01, \ + L06, L07, L08, L09, L10, R10, R09, R08, R07, R06, \ + L11, L12, L13, L14, L15, R15, R14, R13, R12, R11, \ + L16, L17, R17, R16 \ + ) \ + { \ + { L01, L02, L03, L04, L05 }, \ + { L06, L07, L08, L09, L10 }, \ + { L11, L12, L13, L14, L15 }, \ + { L16, L17, ___, ___ , ___}, \ + { R01, R02, R03, R04, R05 }, \ + { R06, R07, R08, R09, R10 }, \ + { R11, R12, R13, R14, R15 }, \ + { R16, R17, ___, ___, ___ } \ + } + +#define LAYOUT LAYOUT_split_3x5_2 |
