Hello,
I’ve adapted my keyboard to use kaleidoscope. currently, i’m almost finished translating my qmk keymap to kaleidoscope.
attached my keymap file: Squiggle.ino (4.8 KB)
one of the problem that i have when i translate it is magic combo.
i tried to use magiccombo to emulate qmk’s combo, (e.g. r + c = slash) magiccombo still sends r and c while also sends slash. i read in the magic combo doc that
The functionality assigned to these keys are not changed, and the custom action triggers as long as all keys within the set are pressed.
so, my questions are:
- is it possible to ignore the “assigned functionality of the keys” when pressing combo?
- if it is impossible to ignore the “assigned functionality of the keys” of magiccombo, is there any plugin that emulate qmk’s combo behaviour?
- is it possible to change the amount of possible combos? i tried to change
MAX_COMBO_LENGTH
inMagicCombo.h
to, say, 31 and i still cannot use more than 4 combos.
thanks.