Skip to content

dsunshi/pinky3-modvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MODVIM

Pinky3 Keyboard based on Colemak Mod DH with focus on support for VIM and German.

Installation

After checkint out this repository a symlink should be created to the keymap section of the QMK directory:

ln -s ~/<PATH TO REPO>/pinky3-modvim/ ~/<QMK>/keyboards/pinky/3/keymaps/modvim

Building

The code can be compiled:

qmk compile -kb pinky/3 -km modvim

Flashing

The code can finally be flashed:

qmk flash -kb pinky/3 -km modvim -bl dfu

Note: The -bl dfu depends on the HW used (i.e. it may not be needed)

Can't program on Linux

If linux cannont connect even when the device has been reset the udev rules might need to be updated. Place the file 50-qmk.rules into /dev/udev/rules.d. This file can be found here: https://github.com/qmk/qmk_firmware/tree/master/util/udev/50-qmk.rules

Once this new udev rule has been added, run the following:

sudo udevadm control --reload-rules
sudo udevadm trigger

Leader Key

The following leader key mappings have been implemented:

Leader Key Mapping
ia LGUI + 1
ir LGUI + 2
is LGUI + 3
it LGUI + 4
ig LGUI + 5
q LGUI + Q

Layers

default

Images and .json files are generated by http://www.keyboard-layout-editor.com/

About

Pinky3 Keyboard based on Colemak Mod DH with focus on VIM and German support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published