pog
This commit is contained in:
		
							
								
								
									
										17
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								config.h
									
									
									
									
									
								
							@@ -26,7 +26,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
#define MASTER_LEFT
 | 
			
		||||
// #define MASTER_RIGHT
 | 
			
		||||
// #define EE_HANDS
 | 
			
		||||
#define EE_HANDS
 | 
			
		||||
 | 
			
		||||
#define TAPPING_FORCE_HOLD
 | 
			
		||||
#define TAPPING_TERM 100
 | 
			
		||||
@@ -41,18 +41,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
 | 
			
		||||
#define NO_PRINT
 | 
			
		||||
#endif // !NO_PRINT
 | 
			
		||||
/* #define RGBLIGHT_ANIMATIONS */
 | 
			
		||||
/* #undef RGBLED_NUM */
 | 
			
		||||
/* #define RGBLED_NUM 27 */
 | 
			
		||||
/* #define RGBLIGHT_LIMIT_VAL 120 */
 | 
			
		||||
/* #define RGBLIGHT_HUE_STEP 10 */
 | 
			
		||||
/* #define RGBLIGHT_SAT_STEP 17 */
 | 
			
		||||
/* #define RGBLIGHT_VAL_STEP 17 */
 | 
			
		||||
 | 
			
		||||
// Underglow
 | 
			
		||||
/*
 | 
			
		||||
#undef RGBLED_NUM
 | 
			
		||||
#define RGBLED_NUM 14    // Number of LEDs
 | 
			
		||||
#define RGBLIGHT_ANIMATIONS
 | 
			
		||||
#define RGBLIGHT_SLEEP
 | 
			
		||||
*/
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										3
									
								
								keymap.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								keymap.c
									
									
									
									
									
								
							@@ -140,7 +140,7 @@ static void render_anim(void) {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
void oled_task_user(void) {
 | 
			
		||||
bool oled_task_user(void) {
 | 
			
		||||
    if (is_keyboard_master()) {
 | 
			
		||||
        // If you want to change the display of OLED, you need to change here
 | 
			
		||||
        oled_write_ln(read_layer_state(), false);
 | 
			
		||||
@@ -164,6 +164,7 @@ void oled_task_user(void) {
 | 
			
		||||
        oled_set_cursor(0, 1);
 | 
			
		||||
        oled_write_P(led_state.caps_lock ? PSTR("CAPS") : PSTR("       "), false);
 | 
			
		||||
    }
 | 
			
		||||
    return false;
 | 
			
		||||
}
 | 
			
		||||
#endif  // OLED_DRIVER_ENABLE
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user