You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kaleidoscope/tests/plugins/Qukeys/basic/sketch.h

16 lines
248 B

// -*- mode: c++ -*-
#pragma once
#include <cstdint>
namespace kaleidoscope {
namespace testing {
constexpr uint16_t QUKEYS_HOLD_TIMEOUT{200};
constexpr uint8_t QUKEYS_OVERLAP_THRESHOLD{90};
constexpr uint8_t QUKEYS_MINIMUM_HOLD_TIME{10};
}
}