diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-08 03:23:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 20:23:45 -0700 |
commit | 1ebaec96e7a9695578813916ba2e1651101e385b (patch) | |
tree | 1822dba328854f8c8e84c19a254b831f06ba38b1 /keyboards/sneakbox/ava/ava.h | |
parent | 267ffb9914fd04026aa9841c6c15e51ee6841811 (diff) | |
download | qmk_firmware-1ebaec96e7a9695578813916ba2e1651101e385b.tar.gz qmk_firmware-1ebaec96e7a9695578813916ba2e1651101e385b.zip |
Sneakbox Ava tidy-up (#14298)
Diffstat (limited to 'keyboards/sneakbox/ava/ava.h')
-rw-r--r-- | keyboards/sneakbox/ava/ava.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/sneakbox/ava/ava.h b/keyboards/sneakbox/ava/ava.h index 01cdfdd77e..474081e973 100644 --- a/keyboards/sneakbox/ava/ava.h +++ b/keyboards/sneakbox/ava/ava.h @@ -19,9 +19,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "quantum.h" -#define LAYOUT_all LAYOUT_alice_split_bs +#define LAYOUT_all LAYOUT_ava_split_bs -#define LAYOUT_alice_split_bs( \ +#define LAYOUT_ava_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 +39,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_alice( \ +#define LAYOUT_ava( \ 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, \ |