Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708)
* change diverge 3 KC_KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for handwired arrow pad * change M10A to LAYOUT for m10-a * Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68 * change KC_KEYMAP to LAYOUT for nano * Refactor to LAYOUT * refactor to LAYOUT-ansi and LAYOUT_iso for s65 * LAYOUT conversions for lfkkeyboards * missed a few renames * mini1800 for lfkeyobards support of LAYOUT
This commit is contained in:
parent
b7dc17ef33
commit
5f4c2dfd84
38 changed files with 122 additions and 122 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#define KC_KEYMAP(k01, k02, k03, k04, k05, k06, k07, k08) \
|
||||
#define LAYOUT(k01, k02, k03, k04, k05, k06, k07, k08) \
|
||||
{ \
|
||||
{KC_##k01, KC_##k02, KC_##k03, KC_##k04}, \
|
||||
{KC_##k05, KC_##k06, KC_##k07, KC_##k08} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue