From fd19795879a92287faa93eb3900ce8d10f89ace3 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Sat, 21 Sep 2019 11:27:53 -0700 Subject: [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 --- keyboards/skog/backlight_custom.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 keyboards/skog/backlight_custom.h (limited to 'keyboards/skog/backlight_custom.h') 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 -void b_led_init_ports(void); -void b_led_set(uint8_t level); -void b_led_task(void); -void setPWM(uint16_t xValue); - -- cgit v1.2.3