1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
768 changed files with 194 additions and 6991 deletions

View file

@ -1,16 +0,0 @@
/*
Copyright 2020 Ben Roesner (keycapsss.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "lily58.h"

View file

@ -16,8 +16,6 @@
#pragma once
#include "lily58.h"
#include "quantum.h"

View file

@ -1,7 +1,6 @@
#include <stdio.h>
#include "led.h"
#include "host.h"
#include "lily58.h"
char host_led_state_str[24];

View file

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

View file

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

View file

@ -1,5 +1,3 @@
#include "lily58.h"
const char *read_logo(void) {
static char logo[] = {
0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94,

View file

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

View file

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

View file

@ -1,16 +0,0 @@
/*
Copyright 2020 Ben Roesner (keycapsss.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "lily58.h"

View file

@ -1,7 +1,5 @@
#pragma once
#include "lily58.h"
#include "quantum.h"

View file

@ -1 +0,0 @@
#include "lily58.h"

View file

@ -1,9 +0,0 @@
#pragma once
#ifdef KEYBOARD_lily58_rev1
#include "rev1.h"
#elif KEYBOARD_lily58_light
#include "light.h"
#elif KEYBOARD_lily58_glow_enc
#include "glow_enc.h"
#endif

View file

@ -1 +0,0 @@
#include "lily58.h"

View file

@ -1,7 +1,5 @@
#pragma once
#include "lily58.h"
#include "quantum.h"
#ifdef RGBLIGHT_ENABLE