Update feature_encoders.md
Fix missing closing comment after second encoder
This commit is contained in:
		
				
					committed by
					
						 Drashna Jaelre
						Drashna Jaelre
					
				
			
			
				
	
			
			
			
						parent
						
							2f7a57a6de
						
					
				
				
					commit
					3ef425423a
				
			| @@ -38,7 +38,7 @@ or `keymap.c`: | ||||
|         } else { | ||||
|           tap_code(KC_PGUP); | ||||
|         } | ||||
|       } else if (index == 1) { /* Second encoder | ||||
|       } else if (index == 1) { /* Second encoder */   | ||||
|         if (clockwise) { | ||||
|           tap_code(KC_UP); | ||||
|         } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user