Skip to content
Snippets Groups Projects
Commit e524c070 authored by minute's avatar minute
Browse files

CI: bump to a new tag 20241015

parent 2f365136
No related branches found
No related tags found
No related merge requests found
Pipeline #3265 passed
### 2024-10-14B
### 2024-10-15
- adopt new USB vendor/product ID from https://pid.codes/1209
......
......@@ -48,7 +48,7 @@
// allow overriding KBD_FW_VERSION by not touching it if it's already set
#ifndef KBD_FW_VERSION
# define KBD_FW_VERSION "20241014"
# define KBD_FW_VERSION "20241015"
#endif
// set KBD_FW_REV according to variant 2 or 3
#ifdef KBD_VARIANT_3
......
### 2024-10-14B
### 2024-10-15
- add charger soft-start for motherboard 2.5; alleviates charger brick shutdown issue in most situations
......
......@@ -65,7 +65,7 @@
# define FW_STRING2 "25_R2"
#endif
#ifndef FW_STRING3
# define FW_STRING3 "20241014"
# define FW_STRING3 "20241015"
#endif
#define FW_REV FW_STRING1 FW_STRING2 FW_STRING3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment