diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2022-01-14 01:15:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 09:15:01 -0800 |
commit | e2d1547f31c0ceda27b68e26e79224b49cadaa97 (patch) | |
tree | ca9914f4d2d7f4dea3b0c2161c777f76a564a3be /keyboards/ferris/sweep | |
parent | d0c8f2f822f320bc26a744ad05debf7effe76f3d (diff) |
[Keyboard] Switch a_dux, cradio and ferris to split_3x5_2 (#15850)
Diffstat (limited to 'keyboards/ferris/sweep')
-rw-r--r-- | keyboards/ferris/sweep/sweep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/ferris/sweep/sweep.h b/keyboards/ferris/sweep/sweep.h index e8d66ebc67..ebfa4ede1d 100644 --- a/keyboards/ferris/sweep/sweep.h +++ b/keyboards/ferris/sweep/sweep.h @@ -28,7 +28,7 @@ // readability #define ___ KC_NO -#define LAYOUT( \ +#define LAYOUT_split_3x5_2( \ L01, L02, L03, L04, L05, R01, R02, R03, R04, R05, \ L06, L07, L08, L09, L10, R06, R07, R08, R09, R10, \ L11, L12, L13, L14, L15, R11, R12, R13, R14, R15, \ @@ -45,3 +45,4 @@ { R16, R17, ___, ___, ___ } \ } +#define LAYOUT LAYOUT_split_3x5_2 |