* rev2 and move parent folder Moved aplx6 to parent folder, renamed it to rev1 and added rev2 * Update keyboards/aplx/aplx6/rev1/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/aplx/aplx6/rev2/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/aplx/aplx6/rev2/rev2.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/aplx/aplx6/rev2/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * license * Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/aplx/aplx6/rev2/keymaps/default/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/aplx/aplx6/rev2/rules.mk Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/aplx/aplx6/rev2/rules.mk Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/aplx/aplx6/rev2/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * layer definition * parent folder rename after suggestion * build instructions * update Hardware Availability links Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			881 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			881 B
		
	
	
	
		
			C
		
	
	
	
	
	
 /* Copyright 2020 Aplyard 
 | 
						|
  * 
 | 
						|
  * This program is free software: you can redistribute it and/or modify 
 | 
						|
  * it under the terms of the GNU General Public License as published by 
 | 
						|
  * the Free Software Foundation, either version 2 of the License, or 
 | 
						|
  * (at your option) any later version. 
 | 
						|
  * 
 | 
						|
  * This program is distributed in the hope that it will be useful, 
 | 
						|
  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
 | 
						|
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
 | 
						|
  * GNU General Public License for more details. 
 | 
						|
  * 
 | 
						|
  * You should have received a copy of the GNU General Public License 
 | 
						|
  * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
 | 
						|
  */
 | 
						|
#pragma once
 | 
						|
#include "quantum.h"
 | 
						|
 | 
						|
#define LAYOUT( \
 | 
						|
      k000, k001, k002, \
 | 
						|
      k100, k101, k102 \
 | 
						|
) \
 | 
						|
{ \
 | 
						|
    { k000, k001, k002 }, \
 | 
						|
    { k100, k101, k102 }  \
 | 
						|
} 
 | 
						|
 | 
						|
 |