wip: oneshot

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/706/head
Gergely Nagy 5 years ago
parent 7f8b463773
commit 3e819cba75
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -26,6 +26,7 @@
#include "Kaleidoscope-OneShot.h" #include "Kaleidoscope-OneShot.h"
#include "Kaleidoscope-Qukeys.h" #include "Kaleidoscope-Qukeys.h"
#include "Kaleidoscope-SpaceCadet.h" #include "Kaleidoscope-SpaceCadet.h"
#include "Kaleidoscope-EscapeOneShot.h"
#define MO(n) ShiftToLayer(n) #define MO(n) ShiftToLayer(n)
#define TG(n) LockLayer(n) #define TG(n) LockLayer(n)
@ -72,12 +73,12 @@ KEYMAPS(
Key_Q ,Key_W ,Key_E ,Key_R ,Key_T Key_Q ,Key_W ,Key_E ,Key_R ,Key_T
,Key_A ,Key_S ,Key_D ,Key_F ,Key_G ,Key_A ,Key_S ,Key_D ,Key_F ,Key_G
,Key_Z ,Key_X ,Key_C ,Key_V ,Key_B ,Key_Tab ,Key_Z ,Key_X ,Key_C ,Key_V ,Key_B ,Key_Tab
,MO(_LOWER) ,Key_BSpc ,Key_LeftControl ,Key_LeftGui ,Key_LeftShift ,Key_Esc ,OSL(_LOWER) ,Key_BSpc ,OSM(LeftControl) ,OSM(LeftGui) ,OSM(LeftShift) ,Key_Esc
,Key_Y ,Key_U ,Key_I ,Key_O ,Key_P ,Key_Y ,Key_U ,Key_I ,Key_O ,Key_P
,Key_H ,Key_J ,Key_K ,Key_L ,Key_Semicolon ,Key_H ,Key_J ,Key_K ,Key_L ,Key_Semicolon
,Key_Enter ,Key_N ,Key_M ,Key_Comma ,Key_Period ,Key_Slash ,Key_Enter ,Key_N ,Key_M ,Key_Comma ,Key_Period ,Key_Slash
,Key_Space ,Key_RightShift ,Key_LeftAlt ,Key_Minus ,Key_Quote ,MO(_RAISE) ,Key_Space ,OSM(RightShift) ,OSM(LeftAlt) ,Key_Minus ,Key_Quote ,OSL(_RAISE)
), ),
/* _LOWER /* _LOWER
@ -172,6 +173,7 @@ KALEIDOSCOPE_INIT_PLUGINS(
Focus, Focus,
FocusEEPROMCommand, FocusEEPROMCommand,
FocusSettingsCommand, FocusSettingsCommand,
EscapeOneShot,
OneShot, OneShot,
SpaceCadet, SpaceCadet,
MouseKeys, MouseKeys,

Loading…
Cancel
Save