Skip to content

Commit

Permalink
HHKB BLE: disable ACTION_ONESHOT and enable KEY_OVERRIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdigi committed Jan 6, 2025
1 parent fb8c06b commit 20554a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions keyboards/ydkb/hhkb_ble/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "config_common.h"

/* USB Device descriptor parameter */
#define FW_VER_DATE DO6E
#define FW_VER_DATE DP16
#define CONTACT(x,y) x##y //https://blog.csdn.net/aiynmimi/article/details/123486956
#define CONTACT2(x,y) CONTACT(x,y)
#define FW_VER CONTACT2(VIAL_, FW_VER_DATE)
Expand Down Expand Up @@ -90,7 +90,7 @@
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT //930B
#define NO_ACTION_ONESHOT //930B
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
#define NO_DEFAULT_COMMAND
Expand Down
2 changes: 1 addition & 1 deletion keyboards/ydkb/hhkb_ble/keymaps/vial/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ VIAL_INSECURE = yes
QMK_SETTINGS = no
TAP_DANCE_ENABLE = yes
COMBO_ENABLE = yes
KEY_OVERRIDE_ENABLE = no
KEY_OVERRIDE_ENABLE = yes

0 comments on commit 20554a6

Please sign in to comment.