Remove MATRIX_HAS_LOCKING_CAPS option
This commit is contained in:
		@@ -36,8 +36,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
#define MATRIX_COL(code)    ((code)&0x07)
 | 
					#define MATRIX_COL(code)    ((code)&0x07)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Locking Caps Lock support */
 | 
					 | 
				
			||||||
//#define MATRIX_HAS_LOCKING_CAPS
 | 
					 | 
				
			||||||
/* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */
 | 
					/* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */
 | 
				
			||||||
#define CAPSLOCK_LOCKING_ENABLE
 | 
					#define CAPSLOCK_LOCKING_ENABLE
 | 
				
			||||||
/* Locking CapsLock resynchronize hack */
 | 
					/* Locking CapsLock resynchronize hack */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user