diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-09-05 06:14:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 14:14:25 +0100 |
commit | 5f1273fca6206a435455aaa17c45094a3f5a281a (patch) | |
tree | a4e4edd1bc438fb76f53d3d8f8730072ba54b0d7 /keyboards/eu_isolation/eu_isolation.h | |
parent | a36c95db60dc4adf47de70ba34346fa6371e68d1 (diff) |
EU ISOlation: fix QMK Configurator key sequence (#18272)
* eu_isolation.h: physically arrange layout macros
Whitespace only; no logic changes.
* info.json: apply friendly formatting
Add line breaks between physical rows.
* info.json: correct key sequence
Diffstat (limited to 'keyboards/eu_isolation/eu_isolation.h')
-rw-r--r-- | keyboards/eu_isolation/eu_isolation.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/eu_isolation/eu_isolation.h b/keyboards/eu_isolation/eu_isolation.h index f4c9f11085..90ff29e69f 100644 --- a/keyboards/eu_isolation/eu_isolation.h +++ b/keyboards/eu_isolation/eu_isolation.h @@ -20,10 +20,10 @@ #define ___ KC_NO #define LAYOUT_euiso_mit( \ - k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ + k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \ - k32, k33, k34, k35, k36, k37, k39, k3a, k3b, k3c, k3d \ + k32, k33, k34, k35, k36, k37, k39, k3a, k3b, k3c, k3d \ ) \ { \ { ___, ___, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d }, \ @@ -33,10 +33,10 @@ } #define LAYOUT_euiso_ortho( \ - k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ + k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \ - k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d \ + k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b, k3c, k3d \ ) \ { \ { ___, ___, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d }, \ @@ -46,10 +46,10 @@ } #define LAYOUT_euiso_bigspace( \ - k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ + k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, k2d, \ - k32, k33, k37, k3c, k3d \ + k32, k33, k37, k3c, k3d \ ) \ { \ { ___, ___, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d }, \ |