forked from mirror/qmk_firmware
Generate versions to keycode headers (#25219)
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
#include "keycodes.h"
|
||||
// clang-format off
|
||||
|
||||
#define QMK_PLOVER_KEYCODES_VERSION "0.0.1"
|
||||
#define QMK_PLOVER_KEYCODES_VERSION_BCD 0x00000001
|
||||
#define QMK_PLOVER_KEYCODES_VERSION_MAJOR 0
|
||||
#define QMK_PLOVER_KEYCODES_VERSION_MINOR 0
|
||||
#define QMK_PLOVER_KEYCODES_VERSION_PATCH 1
|
||||
|
||||
// Aliases
|
||||
#define PV_NUM KC_1
|
||||
#define PV_LS KC_Q
|
||||
|
||||
Reference in New Issue
Block a user