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_EURKEY_KEYCODES_VERSION "0.0.1"
|
||||
#define QMK_EURKEY_KEYCODES_VERSION_BCD 0x00000001
|
||||
#define QMK_EURKEY_KEYCODES_VERSION_MAJOR 0
|
||||
#define QMK_EURKEY_KEYCODES_VERSION_MINOR 0
|
||||
#define QMK_EURKEY_KEYCODES_VERSION_PATCH 1
|
||||
|
||||
// Aliases
|
||||
#define EU_GRV KC_GRV // `
|
||||
#define EU_1 KC_1 // 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue