Add files via upload
parent
4627cab49d
commit
4d665a99ae
|
@ -10,7 +10,6 @@
|
|||
#define BACKLIGHT_PIN B5
|
||||
#define BACKLIGHT_LEVELS 3
|
||||
#define BACKLIGHT_ON_STATE 0
|
||||
backlight_set(3);
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -1,9 +1,6 @@
|
|||
#include "roadkit.h"
|
||||
#include "action_layer.h"
|
||||
#include "eeconfig.h"
|
||||
//#ifdef BACKLIGHT_ENABLE
|
||||
// #include "backlight.h"
|
||||
//#endif
|
||||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
|
@ -27,6 +24,13 @@ extern keymap_config_t keymap_config;
|
|||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
void matrix_init_user(void) {
|
||||
backlight_init();
|
||||
backlight_set(3);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//Tap Dance Declarations
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Reference in New Issue