dpeng817 / qmk_firmware_holykeebs

Open-source keyboard firmware for Atmel AVR and Arm USB families

Home Page:https://qmk.fm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my fork of holykeebs' fork of the main qmk repo. In here, you'll find the settings I used to get my corne with dual trackballs configured correctly.

I found the pimoroni trackball a bit difficult to use out of the box, and thus used some custom qmk settings to get things working. However, there isn't much content available about dual trackball setups.

The settings for the corne are under keyboards/crkbd/rev1/keymaps/dpng.

To actually flash the board:

  1. Plug in right side and run make crkbd/rev1:dpng:flash -e SIDE=right POINTING_DEVICE_POSITION=thumb_outer -j8 from the repo root.
  2. Plug in left side and run make crkbd/rev1:dpng:flash -e SIDE=left POINTING_DEVICE_POSITION=left -j8 from the repo root.
  3. Plug back in the right side, and things should be working.

Note; wasn't able to get the LED switching behavior working, might return to that at a later date, but a caveat for anyone who might want to use this.

About

Open-source keyboard firmware for Atmel AVR and Arm USB families

https://qmk.fm

License:GNU General Public License v2.0


Languages

Language:C 93.9%Language:Makefile 3.2%Language:C++ 2.2%Language:Python 0.7%Language:Shell 0.0%Language:Roff 0.0%Language:Assembly 0.0%Language:Nix 0.0%Language:Go 0.0%Language:SourcePawn 0.0%Language:AutoHotkey 0.0%Language:Dockerfile 0.0%Language:JavaScript 0.0%