diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-07-09 13:03:36 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-10 15:01:59 +0200 |
commit | 8a962f7b271e965fa69eeb9aeab23a5969669984 (patch) | |
tree | 95f6e8c616f4a5f0c28a0dc589502ada3923d364 /keyboards/ergodox | |
parent | 011ee294414800eaa18ce7c3f9447054d9eae765 (diff) | |
download | qmk_firmware-8a962f7b271e965fa69eeb9aeab23a5969669984.tar.gz qmk_firmware-8a962f7b271e965fa69eeb9aeab23a5969669984.tar.xz |
Define visualizer thread priority by default
Diffstat (limited to 'keyboards/ergodox')
-rw-r--r-- | keyboards/ergodox/infinity/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/ergodox/infinity/config.h b/keyboards/ergodox/infinity/config.h index 25cc8af0f..fa157a893 100644 --- a/keyboards/ergodox/infinity/config.h +++ b/keyboards/ergodox/infinity/config.h @@ -51,8 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SERIAL_LINK_BAUD 562500 #define SERIAL_LINK_THREAD_PRIORITY (NORMALPRIO - 1) -// The visualizer needs gfx thread priorities -#define VISUALIZER_THREAD_PRIORITY (NORMAL_PRIORITY - 2) #define VISUALIZER_USER_DATA_SIZE 16 |