Add an 65_ansi community layout (#7793)
* Add an 65_ansi community layout - fix quoting because of comma in config.h * Enable LAYOUT_65_ansi for tada68 * cleanups * Update keyboards/tada68/tada68.h Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
This commit is contained in:
		
							parent
							
								
									00d3061e02
								
							
						
					
					
						commit
						5f795d8382
					
				
					 4 changed files with 45 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		|||
#define DEVICE_VER      0x0001
 | 
			
		||||
#define MANUFACTURER    Yiancar-Designs
 | 
			
		||||
#define PRODUCT         NK65
 | 
			
		||||
#define DESCRIPTION     A 65-percent, tool-free RGB keyboard
 | 
			
		||||
#define DESCRIPTION     "A 65-percent, tool-free RGB keyboard"
 | 
			
		||||
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
#define MATRIX_ROWS 5
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,3 +26,5 @@ MIDI_ENABLE = no 		# MIDI controls
 | 
			
		|||
AUDIO_ENABLE = no
 | 
			
		||||
UNICODE_ENABLE = no 		# Unicode
 | 
			
		||||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
			
		||||
 | 
			
		||||
LAYOUTS = 65_ansi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,6 +37,8 @@
 | 
			
		|||
    {k40, k41, k42, XXX, XXX, k45, XXX, XXX, XXX, k49, k4a, k4b, k4c, k4d, k4e}  \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_ansi LAYOUT_65_ansi
 | 
			
		||||
 | 
			
		||||
/* TADA68 ISO layout
 | 
			
		||||
   * ,----------------------------------------------------------------.
 | 
			
		||||
   * | 00 |01| 02| 03| 04| 05| 06| 07| 08| 09| 0a| 0b| 0c| 0d    | 0e |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue