[Keymap] Userspace Keymap Updates (#5215)
* enable velocikey for my userspace and explicitly for my 75% layout * add guards to only turn on RGB stuff if the RGB pin is actually defined * update 60_ansi keymap * update the 60_ansi_split_bs_rshift keymap * update 66_ansi keymap * update docs * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/66_ansi/mechmerlin/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi_split_bs_rshift/mechmerlin-split/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * Update layouts/community/60_ansi/mechmerlin-ansi/keymap.c Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com> * remove my attempt to find a good way to detect this * move audio clicky into user space and do feature setting per keyboard * fixup 66_ansi keymap * update changelog * update readme
This commit is contained in:
		
							parent
							
								
									3ac3bb9b5e
								
							
						
					
					
						commit
						a872faa53e
					
				
					 9 changed files with 62 additions and 38 deletions
				
			
		| 
						 | 
				
			
			@ -1,12 +1 @@
 | 
			
		|||
#pragma once
 | 
			
		||||
 | 
			
		||||
#ifdef AUDIO_CLICKY
 | 
			
		||||
    #define AUDIO_CLICKY_ON
 | 
			
		||||
    #define AUDIO_CLICKY_FREQ_DEFAULT 261.63f
 | 
			
		||||
    #define AUDIO_CLICKY_FREQ_MIN 65.41f
 | 
			
		||||
    #define AUDIO_CLICKY_FREQ_MAX 1046.5f
 | 
			
		||||
    //#define AUDIO_CLICKY_FREQ_FACTOR 1.18921f
 | 
			
		||||
    //#define AUDIO_CLICKY_FREQ_FACTOR 2.71828f  // e
 | 
			
		||||
    #define AUDIO_CLICKY_FREQ_FACTOR 1.61803f // golden ratio
 | 
			
		||||
    #define AUDIO_CLICKY_FREQ_RANDOMNESS 17.0f
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue