Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			270 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			270 B
		
	
	
	
		
			C
		
	
	
	
	
	
// Copyright 2022 Markus Knutsson (@TweetyDaBird)
 | 
						|
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
						|
 | 
						|
#pragma once
 | 
						|
#include "config_common.h"
 | 
						|
 | 
						|
// Bootmagic Lite key configuration
 | 
						|
// Not yet supported in info.json ?
 | 
						|
#define BOOTMAGIC_LITE_ROW 2
 | 
						|
#define BOOTMAGIC_LITE_COLUMN 2
 |