diff options
author | Dan White <BlueTufa@users.noreply.github.com> | 2023-03-11 10:29:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 10:29:20 -0700 |
commit | 6fe223b5ee178495367192dcf4939c0b3201ec8b (patch) | |
tree | c93027b2d1bd357bd82748bfc8ef1f8f3b3349e8 /keyboards/trashman/ketch/ketch.h | |
parent | b281d6efa2a01e95f7787349e4cfcad3cf345682 (diff) |
Ketch LGUI/LALT key transposed on Minivan layout (#20025)
Diffstat (limited to 'keyboards/trashman/ketch/ketch.h')
-rw-r--r-- | keyboards/trashman/ketch/ketch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/trashman/ketch/ketch.h b/keyboards/trashman/ketch/ketch.h index 9a20ecf1f1..25be7cf8f9 100644 --- a/keyboards/trashman/ketch/ketch.h +++ b/keyboards/trashman/ketch/ketch.h @@ -1,4 +1,4 @@ -/* +/* Copyright 2021 Evan Sailer, Jetpacktuxedo, & QMK Firmware Permission is hereby granted, free of charge, to any person obtaining a copy @@ -32,7 +32,7 @@ SOFTWARE. { K0, K1, K2, K3, K4, K5, K6, K7 },\ { K8, K9, K10, K11, K12, K13, K14, K15 },\ { K16, K17, K18, K19, K20, K21, K22, K23 },\ - { K24, KC_NO, K26, K27, K28, K29, KC_NO, K31 },\ + { KC_NO, K24, K26, K27, K28, K29, KC_NO, K31 },\ { K32, K33, K34, K35, K36, K37, K38, KC_NO },\ { K39, K40, K41, K42, K43, K44, K45, KC_NO }\ } |