Felix: Refactor, Rules, and Configurator Support (#3160)
* Refactor * Configurator support * Add LAYOUTS = ortho_5x4 to rules.mk
This commit is contained in:
parent
08210b3aa4
commit
769854b8a2
4 changed files with 27 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#define KEYMAP( \
|
||||
#define LAYOUT_ortho_5x4( \
|
||||
K000, K001, K002, K003, \
|
||||
K100, K101, K102, K103, \
|
||||
K200, K201, K202, K203, \
|
||||
|
@ -17,4 +17,6 @@
|
|||
{ K400, K401, K402, K403 } \
|
||||
}
|
||||
|
||||
#define LAYOUT LAYOUT_ortho_5x4
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue