Skip to content

Commit

Permalink
Attempting to parrot clever speed hax
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Mar 16, 2024
1 parent 6c80c33 commit 6c189db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions users/evantravers/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
#define RGBLIGHT_SLEEP

#define FORCE_NKRO

#define USB_POLLING_INTERVAL_MS 1
14 changes: 8 additions & 6 deletions users/evantravers/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ else
NKRO_ENABLE = yes
endif

BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
MACROS_ENABLED = no
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration
MACROS_ENABLED = no

DEBOUNCE_TYPE = sym_eager_pk

0 comments on commit 6c189db

Please sign in to comment.