1
0
Fork 0

Felix: Refactor, Rules, and Configurator Support (#3160)

* Refactor

* Configurator support

* Add LAYOUTS = ortho_5x4 to rules.mk
This commit is contained in:
noroadsleft 2018-06-10 07:12:09 -07:00 committed by Drashna Jaelre
parent 08210b3aa4
commit 769854b8a2
4 changed files with 27 additions and 11 deletions

View file

@ -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