Merge pull request #62 from fstreun/master

Fix DeviceConfig default initialization
master
pixl 4 years ago committed by GitHub
commit 1d7683237b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md
  2. 2
      src/logid/Configuration.h

@ -29,6 +29,7 @@ To install, run `sudo make install` after building. You can set the daemon to st
| Device | Compatible? |
|:---------:|:-----------:|
| MX Master | Yes |
|MX Vertical| Yes |
| T400 | Yes |
| K400r | Untested |
| K350 | Untested |

@ -20,7 +20,7 @@ namespace logid
DeviceConfig(DeviceConfig* dc, Device* dev);
DeviceConfig(const libconfig::Setting& root);
const int* dpi = nullptr;
HIDPP20::ISmartShift::SmartshiftStatus* smartshift;
HIDPP20::ISmartShift::SmartshiftStatus* smartshift = nullptr;
const uint8_t* hiresscroll = nullptr;
std::map<uint16_t, ButtonAction*> actions;
const bool baseConfig = true;

Loading…
Cancel
Save