diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-02-04 12:34:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 12:34:16 -0800 |
commit | 9fe0842b6d415b4d6e8b73fbfc23f418551d2498 (patch) | |
tree | 5de4974f5b3f3186a07d84d899bf1a8ea0cf3a6e /keyboards/meow65/meow65.h | |
parent | 0a40916845af3702135f78a1d2826577d01a33e6 (diff) | |
download | qmk_firmware-9fe0842b6d415b4d6e8b73fbfc23f418551d2498.tar.gz qmk_firmware-9fe0842b6d415b4d6e8b73fbfc23f418551d2498.zip |
Meow65: rename LAYOUT to LAYOUT_65_ansi_blocker (#16214)
Diffstat (limited to 'keyboards/meow65/meow65.h')
-rw-r--r-- | keyboards/meow65/meow65.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meow65/meow65.h b/keyboards/meow65/meow65.h index 2e25bd9758..2643158342 100644 --- a/keyboards/meow65/meow65.h +++ b/keyboards/meow65/meow65.h @@ -26,7 +26,7 @@ * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ -#define LAYOUT( \ +#define LAYOUT_65_ansi_blocker( \ k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, k013, k014, \ k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k114, \ k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k213, k214, \ |