MCPcopy Create free account
hub / github.com/Santroller/Santroller / ProKeysButtonMapping

Method ProKeysButtonMapping

src/mappings/ProKeysButtonMapping.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "main.hpp"
6
7ProKeysButtonMapping::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
12void ProKeysButtonMapping::update_hid(uint8_t *buf)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected