Felix: Refactor, Rules, and Configurator Support (#3160)
* Refactor * Configurator support * Add LAYOUTS = ortho_5x4 to rules.mk
This commit is contained in:
committed by
Drashna Jaelre
parent
08210b3aa4
commit
769854b8a2
@@ -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
|
Reference in New Issue
Block a user