Macro3: rename LAYOUT to LAYOUT_ortho_2x4 (#18820)

This commit is contained in:
James Young 2022-10-22 16:07:31 -07:00 committed by GitHub
parent 4a9771c0ec
commit 716969a01a
Failed to generate hash of commit
3 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,7 @@
#include "quantum.h"
#define LAYOUT( \
#define LAYOUT_ortho_2x4( \
K00, K01, K02, K03, \
K10, K11, K12, K13 \
) \