Skip to content

Commit

Permalink
created dedicated qmk_config for EC61's HucsKey keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
Huckies committed Jun 23, 2023
1 parent 41dce2b commit 9be0429
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions qmk_porting/keyboards/EC61/keymaps/HucsKey/qmk_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pragma once

#ifdef USB_INDICATOR
#undef USB_INDICATOR
#endif
#ifdef ESB_INDICATOR
#undef ESB_INDICATOR
#endif

#define USB_INDICATOR [1][5]
#define ESB_INDICATOR [1][6]
#define USB_INDICATOR_COLOR_R 0xFF
#define USB_INDICATOR_COLOR_G 0xFF
#define USB_INDICATOR_COLOR_B 0xFF

0 comments on commit 9be0429

Please sign in to comment.