Generate versions to keycode headers (#25219)
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
#include "keycodes.h"
|
||||
// clang-format off
|
||||
|
||||
#define QMK_DVORAK_PROGRAMMER_KEYCODES_VERSION "0.0.1"
|
||||
#define QMK_DVORAK_PROGRAMMER_KEYCODES_VERSION_BCD 0x00000001
|
||||
#define QMK_DVORAK_PROGRAMMER_KEYCODES_VERSION_MAJOR 0
|
||||
#define QMK_DVORAK_PROGRAMMER_KEYCODES_VERSION_MINOR 0
|
||||
#define QMK_DVORAK_PROGRAMMER_KEYCODES_VERSION_PATCH 1
|
||||
|
||||
// Aliases
|
||||
#define DP_DLR KC_GRV // $
|
||||
#define DP_AMPR KC_1 // &
|
||||
|
||||
Reference in New Issue
Block a user