Skip to content

Commit

Permalink
Fixed keycode issue for colorway GMK Dracula (qmk#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll authored Feb 8, 2022
1 parent fc98ec0 commit f11cd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/colorways/gmk/dracula.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
KC_UP: 'accent2',
KC_DOWN: 'accent3',
KC_LEFT: 'accent4',
KC_RIGHT: 'accent5',
KC_RGHT: 'accent5',
KC_SPC: 'accent6',
KC_F1: 'func',
KC_F2: 'func',
Expand Down

0 comments on commit f11cd65

Please sign in to comment.