diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-17 01:43:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 01:43:02 -0700 |
commit | b127180c0c82206b76464eb6ea90a376947fdafe (patch) | |
tree | 51cf2afaccd9bd1ee176ed3f152a8d25786b0297 /keyboards/xelus/akis/akis.h | |
parent | d26537acc127e034c99509e90921c8307c4d0735 (diff) |
Xelus Akis Configurator Fixes (#13577)
* correct layout macro references
The keyboard's header file and info.json referenced different layout macro names.
* correct layout data
Insert an object for the Non-US Backslash key, which was previously missing.
Diffstat (limited to 'keyboards/xelus/akis/akis.h')
-rw-r--r-- | keyboards/xelus/akis/akis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xelus/akis/akis.h b/keyboards/xelus/akis/akis.h index bab13b1f63..feaee27c3d 100644 --- a/keyboards/xelus/akis/akis.h +++ b/keyboards/xelus/akis/akis.h @@ -20,7 +20,7 @@ #define XXX KC_NO -#define LAYOUT_65_all( \ +#define LAYOUT_all( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K2D, K0E, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E,\ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2E,\ |