Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		@@ -27,8 +27,8 @@
 | 
				
			|||||||
 * represents the switch matrix.
 | 
					 * represents the switch matrix.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define LAYOUT( \
 | 
					#define LAYOUT( \
 | 
				
			||||||
    K04, K05, K06, K07, \
 | 
					    K00, K01, K02, K03, \
 | 
				
			||||||
    K00, K01, K02, K03 \
 | 
					    K04, K05, K06, K07 \
 | 
				
			||||||
) \
 | 
					) \
 | 
				
			||||||
{ \
 | 
					{ \
 | 
				
			||||||
    { K00, K01, K02, K03, K04, K05, K06, K07 }, \
 | 
					    { K00, K01, K02, K03, K04, K05, K06, K07 }, \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user