Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/1024/head
parent
206d0681c8
commit
f136912015
@ -0,0 +1,49 @@
|
|||||||
|
/* -*- mode: c++ -*-
|
||||||
|
* Copyright (C) 2021 Keyboard.io, Inc.
|
||||||
|
*
|
||||||
|
* This program is free software: you can redistribute it and/or modify it under
|
||||||
|
* the terms of the GNU General Public License as published by the Free Software
|
||||||
|
* Foundation, version 3.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
||||||
|
* details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License along with
|
||||||
|
* this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <Kaleidoscope.h>
|
||||||
|
#include <Kaleidoscope-Turbo.h>
|
||||||
|
|
||||||
|
// *INDENT-OFF*
|
||||||
|
KEYMAPS(
|
||||||
|
[0] = KEYMAP_STACKED
|
||||||
|
(
|
||||||
|
Key_Turbo, Key_RightGui, Key_LeftShift, ___, ___, ___, ___,
|
||||||
|
Key_A, Key_B, Key_C, Key_D, ___, ___, ___,
|
||||||
|
___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___,
|
||||||
|
___,
|
||||||
|
|
||||||
|
___, ___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___, ___, ___, ___,
|
||||||
|
___, ___, ___, ___,
|
||||||
|
___
|
||||||
|
),
|
||||||
|
)
|
||||||
|
// *INDENT-ON*
|
||||||
|
|
||||||
|
KALEIDOSCOPE_INIT_PLUGINS(Turbo);
|
||||||
|
|
||||||
|
void setup() {
|
||||||
|
Kaleidoscope.setup();
|
||||||
|
}
|
||||||
|
|
||||||
|
void loop() {
|
||||||
|
Kaleidoscope.loop();
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"cpu": {
|
||||||
|
"fqbn": "keyboardio:virtual:model01",
|
||||||
|
"port": ""
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,113 @@
|
|||||||
|
VERSION 1
|
||||||
|
|
||||||
|
KEYSWITCH TURBO 0 0
|
||||||
|
KEYSWITCH R_GUI 0 1
|
||||||
|
KEYSWITCH L_SHIFT 0 2
|
||||||
|
KEYSWITCH A 1 0
|
||||||
|
KEYSWITCH B 1 1
|
||||||
|
KEYSWITCH C 1 2
|
||||||
|
KEYSWITCH D 1 3
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
NAME Turbo no regression
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
PRESS A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
RELEASE A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
|
||||||
|
RUN 5 ms
|
||||||
|
EXPECT no keyboard-report # expect no more reports
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
NAME Turbo second
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
PRESS A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
PRESS TURBO
|
||||||
|
RUN 1 cycle
|
||||||
|
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
RELEASE TURBO
|
||||||
|
RUN 1 cycle
|
||||||
|
|
||||||
|
RUN 20 ms
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
RELEASE A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
|
||||||
|
RUN 5 ms
|
||||||
|
EXPECT no keyboard-report # expect no more reports
|
||||||
|
|
||||||
|
# ==============================================================================
|
||||||
|
NAME Turbo first
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
PRESS TURBO
|
||||||
|
RUN 1 cycle
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
PRESS A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 7 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 10 ms
|
||||||
|
RUN 1 ms
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
EXPECT keyboard-report Key_A # report should contain `A` (0x04)
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
RELEASE A
|
||||||
|
RUN 1 cycle
|
||||||
|
EXPECT keyboard-report empty # report should be empty
|
||||||
|
|
||||||
|
RUN 20 ms
|
||||||
|
|
||||||
|
RUN 4 ms
|
||||||
|
RELEASE TURBO
|
||||||
|
RUN 1 cycle
|
||||||
|
|
||||||
|
RUN 5 ms
|
||||||
|
EXPECT no keyboard-report # expect no more reports
|
Loading…
Reference in new issue