The layer keys can now also wake up the computer

This commit is contained in:
Kristian Sloth Lauszus
2018-03-11 19:29:24 +01:00
parent 5d59540c51
commit c109a9e202
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "layer.h"
// Typedefs:
@@ -23,7 +24,7 @@
void LedDisplay_SetText(uint8_t length, const char* text);
void LedDisplay_SetCurrentKeymapText(void);
void LedDisplay_SetLayer(uint8_t layerId);
void LedDisplay_SetLayer(layer_id_t layerId);
void LedDisplay_SetIcon(led_display_icon_t icon, bool isEnabled);
bool LedDisplay_GetIcon(led_display_icon_t icon);