[apps/settings] remove LEDS_CHOICE

This commit is contained in:
Quentin Guidée
2020-07-23 23:22:31 +02:00
parent 2f246ad604
commit 7fc145d455
19 changed files with 2 additions and 205 deletions

View File

@@ -14,4 +14,3 @@ EPSILON_TELEMETRY ?= 0
ESCHER_LOG_EVENTS_BINARY ?= 0
THEME_NAME ?= omega_light
THEME_REPO ?= local
LEDS_CHOICE ?= 0

View File

@@ -2,7 +2,6 @@ HOSTCC = gcc
HOSTCXX = g++
PYTHON = python3
SFLAGS += -DLEDS_CHOICE=$(LEDS_CHOICE)
ifdef USERNAME
SFLAGS += -DUSERNAME="$(USERNAME)"
endif