summaryrefslogtreecommitdiffstats
path: root/keyboards/sx60
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sx60')
-rwxr-xr-xkeyboards/sx60/config.h4
-rw-r--r--keyboards/sx60/readme.md6
2 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/sx60/config.h b/keyboards/sx60/config.h
index f22fbe8be..52a1cc7a1 100755
--- a/keyboards/sx60/config.h
+++ b/keyboards/sx60/config.h
@@ -46,10 +46,6 @@
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
-/* prevent stuck modifiers */
-#define PREVENT_STUCK_MODIFIERS
-
-
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 0
diff --git a/keyboards/sx60/readme.md b/keyboards/sx60/readme.md
index 40f33ada2..e65363c5a 100644
--- a/keyboards/sx60/readme.md
+++ b/keyboards/sx60/readme.md
@@ -5,8 +5,8 @@ SX60
![SX60](https://i.imgur.com/hZZHrRr.jpg)
-Keyboard Maintainer: [amnobis](https://github.com/amnobis)
-Hardware Supported: SX60
+Keyboard Maintainer: [amnobis](https://github.com/amnobis)
+Hardware Supported: SX60
Hardware Availability: [geekhack.org/index.php?topic=93665.0](https://geekhack.org/index.php?topic=93665.0)
Make example for this keyboard (after setting up your build environment):
@@ -17,4 +17,4 @@ Or to make and flash:
make SX60:default:dfu
-See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
+See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.