summaryrefslogtreecommitdiff
path: root/keyboards/skog/backlight_custom.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-09-21 11:27:53 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-21 11:27:53 -0700
commitfd19795879a92287faa93eb3900ce8d10f89ace3 (patch)
tree1bc5e25ff2f52e0b1bfd4bd289b164e7a890436a /keyboards/skog/backlight_custom.h
parentf069e9fc09859baf03d940b6db47e95c50a24936 (diff)
[Keyboard] Move more percent boards into the percent directory (#6781)
* move canoe into percent directory * update readme for new make path * move skog into percent directory * update readme for new path and new instructions * update readme * fix error in naming
Diffstat (limited to 'keyboards/skog/backlight_custom.h')
-rw-r--r--keyboards/skog/backlight_custom.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/skog/backlight_custom.h b/keyboards/skog/backlight_custom.h
deleted file mode 100644
index 51365fe3ba..0000000000
--- a/keyboards/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);
-