diff options
author | Joel Challis <git@zvecr.com> | 2022-05-30 23:43:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 23:43:36 +0100 |
commit | 2879573688e347fd448ac32a1621ba3bec97f5c5 (patch) | |
tree | 01279d2229b8029e3113752df373c140b598a76e /keyboards/signum | |
parent | 25ec68c4085e0661ccb086ae9e887654d2e983fb (diff) |
Fix various lint errors (#17255)
* Fix various lint errors
* reduce complexity
Diffstat (limited to 'keyboards/signum')
-rw-r--r-- | keyboards/signum/3_0/3_0.h | 3 | ||||
-rw-r--r-- | keyboards/signum/3_0/info.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/signum/3_0/3_0.h b/keyboards/signum/3_0/3_0.h index 9322b44b8b..c857afd7c5 100644 --- a/keyboards/signum/3_0/3_0.h +++ b/keyboards/signum/3_0/3_0.h @@ -18,7 +18,7 @@ #include "quantum.h" // clang-format off -# define LAYOUT( \ +# define LAYOUT_ortho_4x12( \ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, \ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, \ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, \ @@ -30,4 +30,3 @@ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 } \ } // clang-format on -#define LAYOUT_ortho_4x12 LAYOUT diff --git a/keyboards/signum/3_0/info.json b/keyboards/signum/3_0/info.json index a3f14c480f..2966e5114e 100644 --- a/keyboards/signum/3_0/info.json +++ b/keyboards/signum/3_0/info.json @@ -2,6 +2,9 @@ "keyboard_name": "Signum 3.0", "url": "http://troyfletcher.net/", "maintainer": "jceb", + "layout_aliases": { + "LAYOUT": "LAYOUT_ortho_4x12" + }, "layouts": { "LAYOUT_ortho_4x12": { "layout": [ |