Skip to content

Commit

Permalink
add back 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Feb 13, 2024
1 parent ce1fa1b commit 2984d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ export const categoriesForKeycodeModule = (
keycodeModule: BuiltInKeycodeModule | 'default',
) =>
({
default: ['basic', 'media', 'macro', 'layers', 'special'],
default: ['basic', 'media', 'macro', 'layers', 'special', 'all'],
[BuiltInKeycodeModule.WTLighting]: ['wt_lighting'],
[BuiltInKeycodeModule.QMKLighting]: ['qmk_lighting'],
}[keycodeModule]);
Expand Down

0 comments on commit 2984d71

Please sign in to comment.