| 5 | #include "main.hpp" |
| 6 | |
| 7 | ProKeysButtonMapping::ProKeysButtonMapping(proto_Mapping mapping, std::unique_ptr<Input> input, uint16_t id, uint32_t profile) : ButtonMapping(mapping, std::move(input), id, profile) |
| 8 | { |
| 9 | |
| 10 | } |
| 11 | |
| 12 | void ProKeysButtonMapping::update_hid(uint8_t *buf) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected