Skip to content

Commit

Permalink
fix numMacros
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Nov 18, 2023
1 parent 03fd834 commit 12460e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panes/configure-panes/keycode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const KeycodePane: FC = () => {
if (!macroCount) {
numMacros = 16;
}
console.log(macroCount);
console.log(numMacros);
const KeycodeCategories = useMemo(
() => generateKeycodeCategories(basicKeyToByte, numMacros),
[basicKeyToByte, macroCount],
Expand Down

0 comments on commit 12460e5

Please sign in to comment.