Skip to content

Commit

Permalink
Fix typo from PR7114 (qmk#9171)
Browse files Browse the repository at this point in the history
Fixes a typo in keyboards/zinc/keymaps/toshi0383/rules.mk.
  • Loading branch information
noroadsleft committed May 28, 2020
1 parent 0a5c9ae commit 296a297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zinc/keymaps/toshi0383/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define ZINC_CUSTOMISE_MSG
$(info - LED_UNDERGLOW_ENABLE=$(LED_UNDERGLOW_ENABLE))
$(info - LED_BOTH_ENABLE=$(LED_BOTH_ENABLE))
$(info - LED_RGB_CONT=$(LED_RGB_CONT))
$(info - RGB_MATGRIX=$(RGB_MATRIX))
$(info - RGB_MATRIX=$(RGB_MATRIX))
$(info - LED_ANIMATION=$(LED_ANIMATIONS))
$(info - IOS_DEVICE_ENABLE=$(IOS_DEVICE_ENABLE))
endef
Expand Down

0 comments on commit 296a297

Please sign in to comment.