Rename LAYOUT
macros identifier that contained the keyboard name (#19657)
This commit is contained in:
@@ -200,7 +200,7 @@ static uint16_t auto_pointer_layer_timer = 0;
|
||||
__VA_ARGS__
|
||||
#define POINTER_MOD(...) _POINTER_MOD(__VA_ARGS__)
|
||||
|
||||
#define LAYOUT_wrapper(...) LAYOUT_charybdis_3x5(__VA_ARGS__)
|
||||
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[LAYER_BASE] = LAYOUT_wrapper(
|
||||
|
Reference in New Issue
Block a user