mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
// clang-format off
 | 
						|
 | 
						|
// Deprecated Quantum keycodes
 | 
						|
 | 
						|
#define RESET        QK_BOOTLOADER
 | 
						|
#define DEBUG        QK_DEBUG_TOGGLE
 | 
						|
#define GRAVE_ESC    QK_GRAVE_ESCAPE
 | 
						|
#define EEPROM_RESET QK_CLEAR_EEPROM
 | 
						|
 | 
						|
#define KC_GESC QK_GRAVE_ESCAPE
 | 
						|
#define EEP_RST QK_CLEAR_EEPROM
 |