bolsa/damapad - Fix missing layout macro (#16639)
This commit is contained in:
		
							parent
							
								
									8d90cf36f1
								
							
						
					
					
						commit
						c17323b0f5
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -30,3 +30,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
	{ K10, K11, K12, K13, K14, K15 }, \
 | 
			
		||||
	{ K20, K21, XXX, K23, XXX, K25 }  \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_bar( \
 | 
			
		||||
	K00, K01, K02, K03, K04, K05, \
 | 
			
		||||
	K10, K11, K12, K13, K14, K15, \
 | 
			
		||||
	K20,           K23,      K25  \
 | 
			
		||||
) { \
 | 
			
		||||
	{ K00, K01, K02, K03, K04, K05 }, \
 | 
			
		||||
	{ K10, K11, K12, K13, K14, K15 }, \
 | 
			
		||||
	{ K20, XXX, XXX, K23, XXX, K25 }  \
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue