summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2020-11-16 13:45:45 -0800
committerGitHub <noreply@github.com>2020-11-16 13:45:45 -0800
commitaaea5e24b6375078b661c37ff459faafaddfd0f6 (patch)
treee8d3816b9c1b9e0b16914a600d0d12e1182bb4b7 /keyboards
parentb337ba798e23876870f8daf415bc929c0b5382fa (diff)
[Keyboard] YMDK NP21: correct numpad layout matrix (#10874)
I noticed that my KC_PPLS and KC_PENT keys weren't actually doing anything. By looking at the ortho_6x4 layout, I guessed that maybe the pins were incorrect and guessed the proper ones. Now, my numpad is fully functional.
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ymdk_np21/ymdk_np21.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/ymdk_np21/ymdk_np21.h b/keyboards/ymdk_np21/ymdk_np21.h
index bdc37231ee..7434cf016d 100644
--- a/keyboards/ymdk_np21/ymdk_np21.h
+++ b/keyboards/ymdk_np21/ymdk_np21.h
@@ -50,15 +50,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LAYOUT_numpad_6x4( \
k00, k10, k20, k30, \
k01, k11, k21, k31, \
- k02, k12, k22,\
- k03, k13, k23, k33, \
+ k02, k12, k22, \
+ k03, k13, k23, k32, \
k04, k14, k24, \
- k05, k25, k35 \
+ k05, k25, k34 \
) { \
{ k00, k01, k02, k03, k04, k05 }, \
{ k10, k11, k12, k13, k14, XXX }, \
{ k20, k21, k22, k23, k24, k25 }, \
- { k30, k31, XXX, k33, XXX, k35 } \
+ { k30, k31, k32, XXX, k34, XXX } \
}
#define LAYOUT LAYOUT_ortho_4x6