Generate versions to keycode headers (#25219)
This commit is contained in:
		
							parent
							
								
									a992e32bd5
								
							
						
					
					
						commit
						dbe30a1b6f
					
				
					 75 changed files with 455 additions and 0 deletions
				
			
		|  | @ -27,6 +27,12 @@ | |||
| #include "keycodes.h" | ||||
| // clang-format off
 | ||||
| 
 | ||||
| #define QMK_BEPO_KEYCODES_VERSION "0.0.1" | ||||
| #define QMK_BEPO_KEYCODES_VERSION_BCD 0x00000001 | ||||
| #define QMK_BEPO_KEYCODES_VERSION_MAJOR 0 | ||||
| #define QMK_BEPO_KEYCODES_VERSION_MINOR 0 | ||||
| #define QMK_BEPO_KEYCODES_VERSION_PATCH 1 | ||||
| 
 | ||||
| // Aliases
 | ||||
| #define BP_DLR  KC_GRV  // $
 | ||||
| #define BP_DQUO KC_1    // "
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Joel Challis
						Joel Challis