change debounce
This commit is contained in:
		
							
								
								
									
										6
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								config.h
									
									
									
									
									
								
							@@ -6,14 +6,14 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define MASTER_LEFT
 | 
			
		||||
// #define OLED_DRIVER_ENABLE
 | 
			
		||||
#define OLED_DRIVER_ENABLE
 | 
			
		||||
 | 
			
		||||
// tapping toggle for my layers
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
 | 
			
		||||
// choose IS_LEFT or IS_RIGHT for compilation and flash firmware
 | 
			
		||||
#define IS_LEFT 1
 | 
			
		||||
// #define IS_RIGHT 1
 | 
			
		||||
// #define IS_LEFT 1
 | 
			
		||||
#define IS_RIGHT 1
 | 
			
		||||
 | 
			
		||||
// logo glitch
 | 
			
		||||
#define WITH_GLITCH
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							@@ -27,7 +27,7 @@ BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
			
		||||
RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight. 
 | 
			
		||||
SWAP_HANDS_ENABLE = no      # Enable one-hand typing
 | 
			
		||||
 | 
			
		||||
DEBOUNCE_TYPE = sym_eager_pk
 | 
			
		||||
DEBOUNCE_TYPE = sym_defer_g
 | 
			
		||||
 | 
			
		||||
# If you want to change the display of OLED, you need to change here
 | 
			
		||||
SRC +=  ./burst.c \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user