summaryrefslogtreecommitdiff
path: root/keyboards/sneakbox/ava/ava.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sneakbox/ava/ava.h')
-rw-r--r--keyboards/sneakbox/ava/ava.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/sneakbox/ava/ava.h b/keyboards/sneakbox/ava/ava.h
index 474081e973..f3aae119d0 100644
--- a/keyboards/sneakbox/ava/ava.h
+++ b/keyboards/sneakbox/ava/ava.h
@@ -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, \