[Keymap] Fix typo and function layer image for Quefrency (#5719)

This commit is contained in:
Jonathan Rascher
2019-04-27 13:01:39 -05:00
committed by Drashna Jaelre
parent e2d141582c
commit 27cff473e0
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ enum layer {
LAYER_MOUSE,
};
/* Switch to mouse function layer when held. */
/* Switch to function layer when held. */
#define LY_FUNC MO(LAYER_FUNCTION)
/* Switch to mouse layer when held; send menu key when tapped. */