Fix various lint errors (#17255)
* Fix various lint errors * reduce complexity
This commit is contained in:
@@ -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
|
||||
|
@@ -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": [
|
||||
|
Reference in New Issue
Block a user