summaryrefslogtreecommitdiffstats
path: root/keyboards/whitefox/config.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-09 13:03:36 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-10 15:01:59 +0200
commit8a962f7b271e965fa69eeb9aeab23a5969669984 (patch)
tree95f6e8c616f4a5f0c28a0dc589502ada3923d364 /keyboards/whitefox/config.h
parent011ee294414800eaa18ce7c3f9447054d9eae765 (diff)
downloadqmk_firmware-8a962f7b271e965fa69eeb9aeab23a5969669984.tar.gz
qmk_firmware-8a962f7b271e965fa69eeb9aeab23a5969669984.tar.xz
Define visualizer thread priority by default
Diffstat (limited to 'keyboards/whitefox/config.h')
-rw-r--r--keyboards/whitefox/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/whitefox/config.h b/keyboards/whitefox/config.h
index 08de9b9aa..76040bd74 100644
--- a/keyboards/whitefox/config.h
+++ b/keyboards/whitefox/config.h
@@ -87,6 +87,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_DISPLAY_NUMBER 0
#define LED_NUM_ROWS 5
-#define LED_NUM_COLS 16
-
-#define VISUALIZER_THREAD_PRIORITY (NORMAL_PRIORITY - 2)
+#define LED_NUM_COLS 16 \ No newline at end of file