Skip to content

Commit

Permalink
Remove duplicate definition of QK
Browse files Browse the repository at this point in the history
Signed-off-by: Evy Bongers <[email protected]>
  • Loading branch information
EvyBongers committed Mar 23, 2024
1 parent 950b446 commit 7234c72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions plugins/Kaleidoscope-Qukeys/src/kaleidoscope/plugin/Qukeys.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,3 @@ extern kaleidoscope::plugin::Qukeys Qukeys;
qukey_defs}; \
Qukeys.configureQukeys(qk_table); \
}

/// This defines a `Key` object that will be handled by the Qukey plugin.
/// The argument `n` is the index number of the `Qukey` in the array (starting
/// at zero).
constexpr kaleidoscope::Key QK(uint8_t n) {
return kaleidoscope::Key(kaleidoscope::ranges::QK_FIRST + n);
}

0 comments on commit 7234c72

Please sign in to comment.