[Keyboard] Fixup Crkbd default keymap (#20962)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "crkbd.h"
|
||||
#include "quantum.h"
|
||||
|
||||
char host_led_state_str[24];
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "crkbd.h"
|
||||
#include "quantum.h"
|
||||
|
||||
char keylog_str[24] = {};
|
||||
char keylogs_str[21] = {};
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "crkbd.h"
|
||||
#include "quantum.h"
|
||||
|
||||
const char *read_logo(void) {
|
||||
static char logo[] = {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "crkbd.h"
|
||||
#include "quantum.h"
|
||||
|
||||
char mode_icon[24];
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
||||
#include <stdio.h>
|
||||
#include "quantum.h"
|
||||
|
||||
extern rgblight_config_t rgblight_config;
|
||||
char rbf_info_str[24];
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include "crkbd.h"
|
||||
#include "quantum.h"
|
||||
|
||||
char timelog_str[24] = {};
|
||||
int last_time = 0;
|
||||
|
Reference in New Issue
Block a user