summaryrefslogtreecommitdiffstats
path: root/keyboards/uk78
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/uk78')
-rw-r--r--keyboards/uk78/config.h3
-rw-r--r--keyboards/uk78/readme.md2
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/uk78/config.h b/keyboards/uk78/config.h
index 35f5bf70b..34d672079 100644
--- a/keyboards/uk78/config.h
+++ b/keyboards/uk78/config.h
@@ -60,9 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
-/* prevent stuck modifiers */
-#define PREVENT_STUCK_MODIFIERS
-
/* ws2812b options */
#define RGB_DI_PIN F6
#ifdef RGB_DI_PIN
diff --git a/keyboards/uk78/readme.md b/keyboards/uk78/readme.md
index 8a1ba5e8a..6592e38ec 100644
--- a/keyboards/uk78/readme.md
+++ b/keyboards/uk78/readme.md
@@ -12,4 +12,4 @@ Make example for this keyboard (after setting up your build environment):
make uk78:default
-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.