Remove useless "ifdef KEYBOARD_*" (#20078)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
		
							parent
							
								
									72da3ee63e
								
							
						
					
					
						commit
						9dbee3e23d
					
				
					 768 changed files with 194 additions and 6991 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
#include <stdio.h>
 | 
			
		||||
#include "led.h"
 | 
			
		||||
#include "host.h"
 | 
			
		||||
#include "lily58.h"
 | 
			
		||||
 | 
			
		||||
char host_led_state_str[24];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
#include <stdio.h>
 | 
			
		||||
#include "action.h"
 | 
			
		||||
#include "lily58.h"
 | 
			
		||||
 | 
			
		||||
char keylog_str[24] = {};
 | 
			
		||||
char keylogs_str[21] = {};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,6 @@
 | 
			
		|||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
#include "lily58.h"
 | 
			
		||||
 | 
			
		||||
#define L_BASE 0
 | 
			
		||||
#define L_LOWER (1 << 1)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
#include <stdio.h>
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
#include "lily58.h"
 | 
			
		||||
 | 
			
		||||
char mode_icon[24];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
#include <stdio.h>
 | 
			
		||||
#include "timer.h"
 | 
			
		||||
#include "lily58.h"
 | 
			
		||||
 | 
			
		||||
char timelog_str[24] = {};
 | 
			
		||||
int last_time = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue