File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
2
2
3
3
set (CMAKE_SYSTEM_VERSION "10.0.19041" )
4
4
5
- project (brokenithm-kb VERSION 0.1.1 )
5
+ project (brokenithm-kb VERSION 0.1.2 )
6
6
7
7
message ("Using kit " "${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} " )
8
8
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ void BrokenithmServer::Impl::start_server()
176
176
177
177
for (int i = 0 ; i < 38 ; i++)
178
178
{
179
- if (message[i] == ' 1' )
179
+ if (message[i+ 1 ] == ' 1' )
180
180
{
181
181
m_controller_state.add_button (i);
182
182
}
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Read more at https://github.com/4yn/brokenithm-kb
19
19
CHANGELOG
20
20
=========
21
21
22
+ v0.1.2
23
+ - Fixed broken leftmost key and air 6
24
+
22
25
v0.1.1
23
26
- Removed openssl/zlib bloat
24
27
You can’t perform that action at this time.
0 commit comments