brettanomyces / ergodox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Keyboard Setup

Hardware

Massdrop fullhand Ergodox Cherry MX Clear switches Blank keycaps

Firmware

https://github.com/benblazak/ergodox-firmware downloaded via Massdrop ergodox configurator. Small patch applied to get function keys F13-F24 working. https://github.com/benblazak/ergodox-firmware/pull/74/files

Keyboard Layout

http://workmanlayout.org adapted for ergodox. Defined in: ./keyboard/ergodox/layout/default--layout.h

Keybindings

Using xbindkeys for Xubuntu OS. Defined in: xbindkeysrc Keybindings for volume control and Spotify Previous/Next/PlayPause Function keys + keybindings used in place of media keys due to spotty support for media keys

build

udev rules

sudo cp 49-teensy.rules /etc/udev/rules.d/

dependencies

sudo apt-get install gcc-avr avr-libc

build firmware.hex

make

flash

./teensy &

About


Languages

Language:C 94.1%Language:Makefile 2.6%Language:C++ 1.5%Language:Shell 1.0%Language:Objective-C 0.7%