diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-12 03:23:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-12 03:23:18 +0000 |
commit | 52d6f07a829baf38e16b61f1804bf5dd555ab45d (patch) | |
tree | ea33ed02f739b909a6260f4b87392d36db08de08 /keyboards/preonic/keymaps/uqs/rules.mk | |
parent | 0f926a8ae895580612313c866575969759a88db8 (diff) | |
parent | 40529e89de5a49b6d7978aedef9dd425d24f746d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/preonic/keymaps/uqs/rules.mk')
-rw-r--r-- | keyboards/preonic/keymaps/uqs/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/preonic/keymaps/uqs/rules.mk b/keyboards/preonic/keymaps/uqs/rules.mk new file mode 100644 index 0000000000..ca99fa107c --- /dev/null +++ b/keyboards/preonic/keymaps/uqs/rules.mk @@ -0,0 +1,14 @@ +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 |