diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-23 08:36:01 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-23 08:36:01 -0800 |
commit | 2c3706611ff6ad20cc3210de837aacd4af7c7264 (patch) | |
tree | 2f84a7116d53d643bb17c0105438ab8c0cf41f81 /keyboards/noxary/x268/x268.h | |
parent | 5e52eda0cacd45d2daa63dce71d7b7ceb5953368 (diff) |
Noxary x268: refactor and Configurator bugfix (#4713)
- renamed layout macro LAYOUT_65_ansi to LAYOUT
- rebuilt info.json to match LAYOUT macro
Diffstat (limited to 'keyboards/noxary/x268/x268.h')
-rw-r--r-- | keyboards/noxary/x268/x268.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/noxary/x268/x268.h b/keyboards/noxary/x268/x268.h index 53855e2060..9961b7dfdb 100644 --- a/keyboards/noxary/x268/x268.h +++ b/keyboards/noxary/x268/x268.h @@ -18,7 +18,7 @@ #include "quantum.h" -#define LAYOUT_65_ansi( \ +#define LAYOUT( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014, K015, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K114, K115, \ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, K215, \ |