You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/keyboards/hhkb/keymaps/schaeferdev
Daniel Schäfer 8df044b868
schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883)
5 years ago
..
README.md schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883) 5 years ago
config.h schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883) 5 years ago
keymap.c schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883) 5 years ago
rules.mk schaeferdev layout for hhkb implementing movement layer (VIM style + Mouse) (#4883) 5 years ago

README.md

QMK HHKB Keymap: schaeferdev

This is my QMK keymap for the Happy Hacking Keyboard Pro 2 alternate controller made by Hasu.

Movement Layer

The main difference from the Default layer is the introduction of a Movement layer than can be used by holding the right command button. This layer enables to move the mouse and scroll using Page up and Page down. Additionally it allows to use Arrow-keys in VIM-like fashion on hjkl.

I prefer this movement to the default HHKB FN layer as it allows all my fingers to remain on the home row.

Minor Changes

  • swapped Y and Z (as I am German and used to the different order).
  • changed position of Delete Key
  • both ` and ~

Setup (for macOS)

brew tap osx-cross/avr
brew install avr-gcc
brew install dfu-programmer

Flashing

make clean
make hhkb:schaeferdev:dfu

Troubleshooting

For some reason I ran into the issue that my CMD key no longer recognized. I am not entirely sure what caused this but the problem occured regardless of the layout I flashed (was also broken for the default hhkb layout). I was able to fix this issue by resetting EEPROM of the keyboard. The easiest way to do this is probably to use the QMK Toolbox.