Skip to content

Commit

Permalink
fix: wrong key position
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Mar 24, 2023
1 parent 46d1d04 commit e12143f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Key keyMap[ROWS][COLS] = {{key1, key2, key3, key4, key5, key6, dummy},
{key7, key8, key9, key10, key11, key12, key13},
{key14, key15, key16, key17, key18, key19, dummy},
{key20, key21, key22, key23, key24, key25, key26},
{key27, key28, key29, dummy, key30, dummy, key31}};
{key27, key28, key29, dummy, key30, key31, dummy}};
// Rotray Extnesion
Key rotaryExtKey1, rotaryExtKey2, rotaryExtKey3;
RotaryEncoder rotaryExtEncoder1;
Expand Down

0 comments on commit e12143f

Please sign in to comment.