Generate versions to keycode headers (#25219)

This commit is contained in:
Joel Challis 2025-05-05 01:44:08 +01:00 committed by GitHub
parent a992e32bd5
commit dbe30a1b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 455 additions and 0 deletions

View file

@ -26,6 +26,12 @@
#pragma once
// clang-format off
#define QMK_KEYCODES_VERSION "0.0.7"
#define QMK_KEYCODES_VERSION_BCD 0x00000007
#define QMK_KEYCODES_VERSION_MAJOR 0
#define QMK_KEYCODES_VERSION_MINOR 0
#define QMK_KEYCODES_VERSION_PATCH 7
enum qk_keycode_ranges {
// Ranges
QK_BASIC = 0x0000,