1
0
Fork 0

Add pcoves's userspace (#9354)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Pablo COVES <pablo.coves@anatoscope.com>
This commit is contained in:
pcoves 2020-07-08 22:57:11 +02:00 committed by GitHub
parent 071e0c2029
commit facca23315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 375 additions and 0 deletions

8
users/pcoves/tapDance.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
enum {
ALT,
CTRL,
LEFT,
RIGHT,
};