Skip to content

leep-frog/keymacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keymacs

Keymacs contains an emacs profile for alternating use of a regular keyboard and a QMK keyboard.

Set up

Add the following to your emacs init file (~/.emacs):

(add-to-list 'load-path "path/to/keymacs")
(load "keymacs")

Add the following to your bash profile:

# File used to check if we are in basic or QMK mode.
export EMACS_QMK="/home/gleep/.emacs/leep-qmk-mode.txt"
# If you would like a bash command (`eq`) to toggle between
# basic and QMK mode, add the following to your bash profile:
source /path/to/keymacs/source.sh

Useful Commands

Macros

  • M-r: start recording macro

  • M-e: End recording or call macro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published