Skip to content

Commit

Permalink
[Keyboard] Remove unnecessary IS_COMMAND definition in treadstone48 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan authored and drashna committed Apr 7, 2019
1 parent b262f20 commit 9a70163
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions keyboards/treadstone48/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
//#define LOCKING_RESYNC_ENABLE

/* key combination for command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)

/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLIGHT_TIMER
Expand Down

0 comments on commit 9a70163

Please sign in to comment.