[Keymap] Lily58 : HELL0 NAVI. Interface (#15469)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
		
							parent
							
								
									8a6da095d2
								
							
						
					
					
						commit
						b3c0548ed3
					
				
					 21 changed files with 2879 additions and 0 deletions
				
			
		
							
								
								
									
										55
									
								
								keyboards/lily58/keymaps/druotoni/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								keyboards/lily58/keymaps/druotoni/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,55 @@
 | 
			
		|||
// Copyright 2021 Nicolas Druoton (druotoni)
 | 
			
		||||
// Copyright 2012 Jun Wako <wakojun@gmail.com>
 | 
			
		||||
// Copyright 2015 Jack Humbert
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0-or-later
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define MASTER_LEFT
 | 
			
		||||
#define OLED_DRIVER_ENABLE
 | 
			
		||||
 | 
			
		||||
// tapping toggle for my layers
 | 
			
		||||
#define TAPPING_TOGGLE 2
 | 
			
		||||
 | 
			
		||||
// choose IS_LEFT or IS_RIGHT for compilation and flash firmware
 | 
			
		||||
#define IS_LEFT 1
 | 
			
		||||
//#define IS_RIGHT 1
 | 
			
		||||
 | 
			
		||||
// logo glitch
 | 
			
		||||
#define WITH_GLITCH
 | 
			
		||||
// boot sequence
 | 
			
		||||
#define WITH_BOOT
 | 
			
		||||
 | 
			
		||||
// custom transport for displaying on both side
 | 
			
		||||
#define SPLIT_TRANSACTION_IDS_USER USER_SYNC_A
 | 
			
		||||
 | 
			
		||||
// custom font
 | 
			
		||||
#ifdef OLED_FONT_H
 | 
			
		||||
#    undef OLED_FONT_H
 | 
			
		||||
#endif
 | 
			
		||||
#define OLED_FONT_H "navi_font.c"
 | 
			
		||||
#undef OLED_FONT_END
 | 
			
		||||
#define OLED_FONT_END 125
 | 
			
		||||
 | 
			
		||||
// more space
 | 
			
		||||
#define NO_ACTION_MACRO
 | 
			
		||||
#define NO_ACTION_FUNCTION
 | 
			
		||||
#define NO_ACTION_ONESHOT
 | 
			
		||||
#define DISABLE_LEADER
 | 
			
		||||
 | 
			
		||||
// ???
 | 
			
		||||
#undef LOCKING_SUPPORT_ENABLE
 | 
			
		||||
#undef LOCKING_RESYNC_ENABLE
 | 
			
		||||
 | 
			
		||||
// small layer state
 | 
			
		||||
#define LAYER_STATE_8BIT
 | 
			
		||||
 | 
			
		||||
// no debug or trace
 | 
			
		||||
#ifndef NO_DEBUG
 | 
			
		||||
#    define NO_DEBUG
 | 
			
		||||
#endif
 | 
			
		||||
#if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
 | 
			
		||||
#    define NO_PRINT
 | 
			
		||||
#endif 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue