diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-02 18:30:44 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-02 18:30:44 +0000 |
commit | 267f39223780d37fe9a328ea092c967121291e9d (patch) | |
tree | 70e696d5c52a3d996566e56a25dfa27288858172 /keyboards/handwired | |
parent | b94baa8bc380e8d7c73d063e95da3f37e91287e5 (diff) | |
parent | 5bcfc273ce2699913454408a0f266112c665d425 (diff) | |
download | qmk_firmware-267f39223780d37fe9a328ea092c967121291e9d.tar.gz qmk_firmware-267f39223780d37fe9a328ea092c967121291e9d.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired')
-rw-r--r-- | keyboards/handwired/brain/config.h | 1 | ||||
-rw-r--r-- | keyboards/handwired/d48/config.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/brain/config.h b/keyboards/handwired/brain/config.h index 87aec1a299..6b9e650bcf 100644 --- a/keyboards/handwired/brain/config.h +++ b/keyboards/handwired/brain/config.h @@ -97,7 +97,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT -//#define PREVENT_STUCK_MODIFIERS //#define TAPPING_TERM 150 //#define IGNORE_MOD_TAP_INTERRUPT //#define TAPPING_FORCE_HOLD diff --git a/keyboards/handwired/d48/config.h b/keyboards/handwired/d48/config.h index 9c23442997..83ca9b2247 100644 --- a/keyboards/handwired/d48/config.h +++ b/keyboards/handwired/d48/config.h @@ -31,9 +31,6 @@ /* Locking resynchronize hack */ // #define LOCKING_RESYNC_ENABLE -/* prevent stuck modifiers */ -// #define PREVENT_STUCK_MODIFIERS - /* RGB Underglow */ #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN A15 |