qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 17979ddf43d2b6a55a2048d35d9f04e4c57c38be
parent a5472d2eb8447c1bcbcd71221adb770d8dbeb0ab
Author: Joe Wasson <jwasson+github@gmail.com>
Date:   Mon, 17 Sep 2018 10:48:02 -0700

Make `PREVENT_STUCK_MODIFIERS` the default (#3107)

* Remove chording as it is not documented, not used, and needs work.

* Make Leader Key an optional feature.

* Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE`

* Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.

Diffstat:
Mkeyboards/crkbd/keymaps/mine/config.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/keyboards/crkbd/keymaps/mine/config.h b/keyboards/crkbd/keymaps/mine/config.h @@ -36,7 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_SERIAL_PD2 -#define PREVENT_STUCK_MODIFIERS #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100