Skip to content

Commit

Permalink
Mode 65S: Tap code and extra keys for media keys (qmk#14471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gondolindrim committed Sep 16, 2021
1 parent 85a0c49 commit c6b87be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keyboards/mode/m65s/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,5 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION

#define TAP_CODE_DELAY 50
4 changes: 2 additions & 2 deletions keyboards/mode/m65s/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MCU = STM32F401
#
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
Expand Down

0 comments on commit c6b87be

Please sign in to comment.