You cannot 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/ergodox_ez
Drashna Jaelre 0c665696d7
Update to drashna files (#2587)
* Add Colemak Mod-DH vars

* Add Norman Layot vars

* Set Shift Indicator to include CAPS Lock as well

* Change MEH to GUI

* Add Enter to Macro layer

* Switch raise and lower layers to make more sense (to me)

* Replace unused quote on Ergodox

* Add One Shot defines

* Dim indicator LEDs

* Add short codes for KC_SECRET

* Fix typos

* Update OLKB code in userspace

* Add global userspace config.h

* add compile fix

* Automatically include  from userspace

* update readme

* Re-add QMK Scan loop

* Add EEPROM reset code to all keymaps

* Shorten fauxclick sound

* Use layouts instead of keymap, when possible

* Add OSM detection to ergodox

* Convert Viterbi to LAYOUT macro

* Clean up game macros

* Because I accidently removed the C6 AUDIO define from my viterbi... Whoops

* Minor formatting

* Fix Woodpad because it's still there

* Move Ergodox keymap into layouts folder

* Add build date to version macro

* Remove PREVENT_STUCK_MODIFIERS from config
7 years ago
..
keymaps Update to drashna files (#2587) 7 years ago
util Creates a layouts/ folder for keymaps shared between keyboards (#1609) 7 years ago
190hotfix.sh Creates a layouts/ folder for keymaps shared between keyboards (#1609) 7 years ago
config.h Merge pull request #2047 from seebs/seebs/ergodox_brightness 7 years ago
ergodox_ez.c Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency 7 years ago
ergodox_ez.h Add Pretty Keymaps to Ergodox EZ 7 years ago
i2cmaster.h Creates a layouts/ folder for keymaps shared between keyboards (#1609) 7 years ago
info.json Update info.json for Ergodox EZ (#2577) 7 years ago
matrix.c Don't "unselect" left-hand rows 7 years ago
readme.md Allow multiple process_record() calls per scan 7 years ago
rules.mk Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency 7 years ago
twimaster.c Creates a layouts/ folder for keymaps shared between keyboards (#1609) 7 years ago

readme.md

ErgoDox EZ

The Ez uses the Teensy Loader.

Linux users need to modify udev rules as described on the Teensy Linux page. Some distributions provide a binary, maybe called teensy-loader-cli.

To flash the firmware:

  • Build the firmware with make keymapname, for example make default

  • This will result in a hex file called ergodox_ez_keymapname.hex, e.g. ergodox_ez_default.hex

  • Start the teensy loader.

  • Load the .hex file into it.

  • Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder.

  • Click the button in the Teensy app to download the firmware.

To flash with ´teensy-loader-cli´:

  • Build the firmware with make keymapname, for example make default

  • Run ´<path/to/>teensy_loader_cli -mmcu=atmega32u4 -w ergodox_ez_.hex´

  • Press the Reset button by inserting a paperclip gently into the reset hole in the top right corder.

Settings

You may want to enable QMK_KEYS_PER_SCAN because the Ergodox has a relatively slow scan rate.