summaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/uqs/rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-26 18:36:45 +0000
committerGitHub <noreply@github.com>2023-11-27 05:36:45 +1100
commit1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch)
treeb97c1f983b7e4b57c007d0feedadd3ad3e39062b /keyboards/preonic/keymaps/uqs/rules.mk
parent4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff)
Remove userspace keymaps (#22544)
Diffstat (limited to 'keyboards/preonic/keymaps/uqs/rules.mk')
-rw-r--r--keyboards/preonic/keymaps/uqs/rules.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/preonic/keymaps/uqs/rules.mk b/keyboards/preonic/keymaps/uqs/rules.mk
deleted file mode 100644
index ca99fa107c..0000000000
--- a/keyboards/preonic/keymaps/uqs/rules.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-LTO_ENABLE=no
-AUDIO_ENABLE=no
-ENCODER_ENABLE=no
-
-# Broken with gcc >6, see https://github.com/qmk/qmk_firmware/issues/6753
-# (yes, different option, but I suspect the code has moved around)
-# This produces working firmware on Arch Linux with GCC 11, but is still broken
-# on Debian with 8.3.1
-RGBLIGHT_ENABLE=no
-RGB_MATRIX_ENABLE=no
-
-# not required, but helps on debian where there is a soft/hard float confusion.
-# but see above, gcc 8.3.1 still fucks up the firmware.
-USE_FPU=no