diff options
author | Arturo Avila <69410272+ADPenrose@users.noreply.github.com> | 2022-09-27 07:44:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 05:44:41 -0700 |
commit | 848e1ec318889b727403228c1ca2f3e206a4fec0 (patch) | |
tree | 26198e578133fa6fed8d90fe1a4b5299a56f9692 /keyboards/adpenrose/kintsugi/kintsugi.h | |
parent | f8c8005ce1bc9292951f65e26c47a7e934b5a773 (diff) |
[Keyboard] Updated Kintsugi to support encoder mapping (#18492)
Diffstat (limited to 'keyboards/adpenrose/kintsugi/kintsugi.h')
-rw-r--r-- | keyboards/adpenrose/kintsugi/kintsugi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/adpenrose/kintsugi/kintsugi.h b/keyboards/adpenrose/kintsugi/kintsugi.h index 37ce6cc6e5..728ef72d0a 100644 --- a/keyboards/adpenrose/kintsugi/kintsugi.h +++ b/keyboards/adpenrose/kintsugi/kintsugi.h @@ -1,4 +1,4 @@ -/* Copyright 2021 adpenrose +/* Copyright 2022 adpenrose * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ * The second converts the arguments into a two-dimensional array which * represents the switch matrix. */ -#define LAYOUT_65_ansi_blocker( \ +#define LAYOUT( \ K00, K01, K02, K03, K04, K05, K06, K50, K51, K52, K53, K54, K55, K56, \ K10, K11, K12, K13, K14, K15, K16, K60, K61, K62, K63, K64, K65, K66, \ K20, K21, K22, K23, K24, K25, K26, K70, K71, K72, K73, K74, K75, K76, \ |