forked from mirrors/qmk_userspace
moves backlight functionality to keyboard files and updates template makefile
previously there were two backlight.c files (bad)
This commit is contained in:
parent
9ab7098c83
commit
0656f2fa10
15 changed files with 286 additions and 214 deletions
|
@ -3,8 +3,11 @@
|
|||
|
||||
#include "matrix.h"
|
||||
#include "keymap_common.h"
|
||||
#include "backlight.h"
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
#include "backlight.h"
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
#include <avr/io.h>
|
||||
|
||||
// This a shortcut to help you visually see your layout.
|
||||
// The following is an example using the Planck MIT layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue