diff options
author | QMK Bot <hello@qmk.fm> | 2023-03-11 17:29:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-03-11 17:29:59 +0000 |
commit | be49f85f31d5b111bb9305bdcbb934ce95f9ee6a (patch) | |
tree | b3400c6e90ff568bf7628c59f038857a244717c3 /keyboards/trashman | |
parent | e23bc28144aca485aec7ac73b53d1f0a00e65705 (diff) | |
parent | 6fe223b5ee178495367192dcf4939c0b3201ec8b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/trashman')
-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 }\ } |