aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/jj50/jj50.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jj50/jj50.c')
-rw-r--r--keyboards/jj50/jj50.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/jj50/jj50.c b/keyboards/jj50/jj50.c
index a302adf40..91b10aebe 100644
--- a/keyboards/jj50/jj50.c
+++ b/keyboards/jj50/jj50.c
@@ -16,20 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "jj50.h"
-
-#include "backlight.h"
-#include "backlight_custom.h"
-
-#ifdef BACKLIGHT_ENABLE
-void backlight_init_ports(void) {
- b_led_init_ports();
-}
-
-void backlight_task(void) {
- b_led_task();
-}
-
-void backlight_set(uint8_t level) {
- b_led_set(level);
-}
-#endif