Refactor some layouts which contain keyboard name (#19642)
This commit is contained in:
parent
e5b36e2c3f
commit
891780b17f
33 changed files with 106 additions and 84 deletions
|
|
@ -19,9 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_all LAYOUT_ava_split_bs
|
||||
|
||||
#define LAYOUT_ava_split_bs( \
|
||||
#define LAYOUT_alice_split_bs( \
|
||||
K020, K000, K001, K002, K003, K004, K005, K006, K010, K011, K012, K013, K014, K015, K016, K017, \
|
||||
K040, K021, K022, K023, K024, K025, K026, K030, K031, K032, K033, K034, K035, K036, K037, \
|
||||
K060, K041, K042, K043, K044, K045, K046, K050, K051, K052, K053, K054, K055, K056, \
|
||||
|
|
@ -39,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
{ KC_NO, K081, KC_NO, K083, KC_NO, K085, K086, K087 } \
|
||||
}
|
||||
|
||||
#define LAYOUT_ava( \
|
||||
#define LAYOUT_alice( \
|
||||
K020, K000, K001, K002, K003, K004, K005, K006, K010, K011, K012, K013, K014, K015, K017, \
|
||||
K040, K021, K022, K023, K024, K025, K026, K030, K031, K032, K033, K034, K035, K036, K037, \
|
||||
K060, K041, K042, K043, K044, K045, K046, K050, K051, K052, K053, K054, K055, K056, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue