summaryrefslogtreecommitdiffstats
path: root/keyboards/skog/backlight_custom.h
diff options
context:
space:
mode:
authorJumail Mundekkat <mundekkat@hotmail.com>2018-12-27 17:40:33 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-12-27 17:40:33 +0100
commit3744a2b641628c8e1646ce743c07934314357c51 (patch)
tree1a66255311edbb222948117242d8ec177c90af2f /keyboards/skog/backlight_custom.h
parentcfba2165413796da0e657675c67e40a8683e6107 (diff)
downloadqmk_firmware-3744a2b641628c8e1646ce743c07934314357c51.tar.gz
qmk_firmware-3744a2b641628c8e1646ce743c07934314357c51.tar.xz
Added Skog TKL support (#4727)
* Added Skog TKL support * Updated manufacturer/product name
Diffstat (limited to 'keyboards/skog/backlight_custom.h')
-rw-r--r--keyboards/skog/backlight_custom.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/skog/backlight_custom.h b/keyboards/skog/backlight_custom.h
new file mode 100644
index 000000000..51365fe3b
--- /dev/null
+++ b/keyboards/skog/backlight_custom.h
@@ -0,0 +1,13 @@
+/**
+ * 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);
+