Skip to content

wallisc/Kaleidoscope-MouseLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaleidoscope-MouseLayer

This plugin is for enabling certain keys to be overriden to mouse keys when mouse movement is detected.

Installation

  1. Find the plugin directory for the Kaleidoscope source. For the Dygma branch of Kaleidoscope it looks like: Arduino\hardware\dygma\samd\libraries\Kaleidoscope\src\kaleidoscope\plugin
  2. Copy the contents of the Src directory into the plugin folder using either git clone or just using the "Clone or download" button from GitHub
  3. Add the plugin to your sketch by adding the include and initializing the plugin. This plugin also requires the MouseKeys plugin and must be placed before the MouseKeys plugin in KALEIDOSCOPE_INIT_PLUGINS
#include "kaleidoscope/plugin/MouseLayer.h"

KALEIDOSCOPE_INIT_PLUGINS(
	MouseKeys,
	MouseLayer);

Okay firmware side of things is done. Now we need to run the script that will let the firmware know the mouse is moving

  1. Install AHK: https://www.autohotkey.com/
  2. Run the script in Script/MouseLayer.ahk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published