More Configurator Warning Fixes (#2716)
* mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
This commit is contained in:
parent
958521c359
commit
1f77868427
124 changed files with 680 additions and 681 deletions
|
@ -43,7 +43,7 @@
|
|||
* This will expand values sent to it to send to the KEYMAP macro so defines
|
||||
* can be used by KEYMAP
|
||||
*/
|
||||
#define CATMAP(...) KEYMAP(__VA_ARGS__)
|
||||
#define CATMAP(...) LAYOUT(__VA_ARGS__)
|
||||
|
||||
/*
|
||||
Each layer gets a name for readability, which is then used in the keymap matrix below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue