- Add mouse buttons overlay layer - Change button order - Remove crkbd hardware specifics - Add alternative base layer alphas - Change title - Add logo - Reword intro text - Add dev branch and new commits links - Replace manual toc and remove anchors - Unindent lists - Reduce headings - Update docs - Build keymap as object instead of including .c file - Add kle subset mapping images - Add alternative mapping support - Change default mapping for ortho_4x12 - Add split mapping for ortho_4x12 - Add contact section - Add #pragma once to layout and keyboard config.h
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			492 B
		
	
	
	
		
			C
		
	
	
	
	
	
// generated from users/manna-harbour_miryoku/miryoku.org  -*- buffer-read-only: t -*-
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include QMK_KEYBOARD_H
 | 
						|
 | 
						|
#define KC_NP KC_NO // key is not present
 | 
						|
#define KC_NA KC_NO // present but not available for use
 | 
						|
#define KC_NU KC_NO // available but not used
 | 
						|
 | 
						|
// non-KC_ keycodes
 | 
						|
#define KC_RST RESET
 | 
						|
#define KC_TOG RGB_TOG
 | 
						|
#define KC_MOD RGB_MOD
 | 
						|
#define KC_HUI RGB_HUI
 | 
						|
#define KC_SAI RGB_SAI
 | 
						|
#define KC_VAI RGB_VAI
 | 
						|
 | 
						|
enum layers { BASE, MBO, MEDR, NAVR, MOUR, NSSL, NSL, FUNL };
 |