Remove useless "ifdef KEYBOARD_*" (#20078)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan
2023-03-16 20:18:33 +11:00
committed by GitHub
parent 72da3ee63e
commit 9dbee3e23d
768 changed files with 194 additions and 6991 deletions

View File

@@ -1,5 +1,4 @@
#include <stdio.h>
#include "yosino58.h"
char host_led_state_str[24];

View File

@@ -1,5 +1,4 @@
#include <stdio.h>
#include "yosino58.h"
char keylog_str[24] = {};
char keylogs_str[21] = {};

View File

@@ -1,7 +1,6 @@
#include QMK_KEYBOARD_H
#include <stdio.h>
#include "yosino58.h"
#define L_BASE 0
#define L_LOWER 8

View File

@@ -1,5 +1,3 @@
#include "yosino58.h"
const char *read_logo(void) {
static char logo[] = {
0x2B,0x2C,0x2D,0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x3A,0x3B,0x3C,0x3D,0x3E,0x3F,

View File

@@ -1,5 +1,4 @@
#include <stdio.h>
#include "yosino58.h"
char mode_icon[24];

View File

@@ -1,5 +1,4 @@
#include <stdio.h>
#include "yosino58.h"
char timelog_str[24] = {};
int last_time = 0;