Generate versions to keycode headers (#25219)
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
#include "keycodes.h"
|
||||
// clang-format off
|
||||
|
||||
#define QMK_WORKMAN_KEYCODES_VERSION "0.0.1"
|
||||
#define QMK_WORKMAN_KEYCODES_VERSION_BCD 0x00000001
|
||||
#define QMK_WORKMAN_KEYCODES_VERSION_MAJOR 0
|
||||
#define QMK_WORKMAN_KEYCODES_VERSION_MINOR 0
|
||||
#define QMK_WORKMAN_KEYCODES_VERSION_PATCH 1
|
||||
|
||||
// Aliases
|
||||
#define WK_GRV KC_GRV // `
|
||||
#define WK_1 KC_1 // 1
|
||||
|
||||
Reference in New Issue
Block a user