Added new type test

class_based_refactor
Nicholas Hope 2022-10-02 12:13:37 -04:00
parent a7552fad96
commit ab882fcf55
1 changed files with 25 additions and 0 deletions

25
tests/types.yaml Normal file
View File

@ -0,0 +1,25 @@
default:
impulse a: 'alias'
impulse b: ['alias']
impulse c:
key: value
hold d: 'alias'
hold e: ['alias']
hold f:
key: value
toggle g: 'alias'
toggle h: ['alias']
toggle i:
key: value
double j: 'alias'
double k: ['alias']
double l:
key: value
repeat m: 'alias'
repeat n: ['alias']
repeat o:
key: value