diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-13 23:02:03 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 23:02:03 +1100 |
commit | cf5e9d172d38e9a9b65cb568631259bf1e2bfec6 (patch) | |
tree | ed85d33a908b61165c3956e9fdb11a9141e1fbb3 /keyboards/aliceh66 | |
parent | 9e2ef5078a9eb532f492d7d9a15d35f9c1d48744 (diff) |
Fix layout macro keys with no matrix position (#20033)
Diffstat (limited to 'keyboards/aliceh66')
-rw-r--r-- | keyboards/aliceh66/pianoforte/pianoforte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/aliceh66/pianoforte/pianoforte.h b/keyboards/aliceh66/pianoforte/pianoforte.h index 614af44cfe..d6891d8cab 100644 --- a/keyboards/aliceh66/pianoforte/pianoforte.h +++ b/keyboards/aliceh66/pianoforte/pianoforte.h @@ -38,7 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. { K070, K071, K072, K073, K074, K075, K076, ____, ____ }, \ { K080, K081, K082, K083, K084, K085, K086, K087, ____ }, \ { K090, K091, K092, K093, K094, K095, K096, K097, ____ }, \ - { K100, K101, ____, ____, ____, ____, K106, K107, K108 }, \ + { K100, K101, ____, ____, ____, K105, K106, K107, K108 }, \ { K110, ____, ____, K113, ____, K115, K116, K117, ____ } \ } |