summaryrefslogtreecommitdiffstats
path: root/keyboards/percent/skog/backlight_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/percent/skog/backlight_custom.h')
-rw-r--r--keyboards/percent/skog/backlight_custom.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/percent/skog/backlight_custom.h b/keyboards/percent/skog/backlight_custom.h
deleted file mode 100644
index 51365fe3ba..0000000000
--- a/keyboards/percent/skog/backlight_custom.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Backlighting code for PS2AVRGB boards (ATMEGA32A)
- * Kenneth A. (github.com/krusli | krusli.me)
- */
-
-#pragma once
-
-#include <avr/pgmspace.h>
-void b_led_init_ports(void);
-void b_led_set(uint8_t level);
-void b_led_task(void);
-void setPWM(uint16_t xValue);
-