Skip to content

Commit

Permalink
ok gulafaran
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jul 20, 2024
1 parent cdd037e commit 4c905b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/IKeyboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ class IKeyboard : public IHID {
uint32_t depressed = 0, latched = 0, locked = 0, group = 0;
} modifiersState;

std::array<xkb_led_index_t, 3> ledIndexes = {0};
std::array<xkb_mod_index_t, 8> modIndexes = {0};
std::array<xkb_led_index_t, 3> ledIndexes = {XKB_MOD_INVALID};
std::array<xkb_mod_index_t, 8> modIndexes = {XKB_MOD_INVALID};
uint32_t leds = 0;

std::string hlName = "";
Expand Down

0 comments on commit 4c905b1

Please sign in to comment.