Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
@ -31,15 +31,14 @@ SRC = ergodox_ez.c \
|
||||
matrix.c
|
||||
|
||||
ifdef KEYMAP
|
||||
SRC := keymaps/keymap_$(KEYMAP).c $(SRC)
|
||||
SRC := keymaps/$(KEYMAP)/keymap.c $(SRC)
|
||||
else
|
||||
SRC := keymaps/keymap_default.c $(SRC)
|
||||
SRC := keymaps/default/keymap.c $(SRC)
|
||||
endif
|
||||
|
||||
CONFIG_H = config.h
|
||||
|
||||
# MCU name
|
||||
#MCU = at90usb1287
|
||||
MCU = atmega32u4
|
||||
|
||||
# Processor frequency.
|
||||
|
1461
keyboard/ergodox_ez/keymaps/coderkun_neo2/coderkun_neo2.hex
Normal file
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 753 KiB After Width: | Height: | Size: 753 KiB |
5
keyboard/ergodox_ez/keymaps/default/readme.md
Normal file
@ -0,0 +1,5 @@
|
||||
# ErgoDox EZ Default Configuration
|
||||
|
||||
This is what we ship with out of the factory. :) The image says it all:
|
||||
|
||||
![Default](default_highres.png)
|
Before Width: | Height: | Size: 754 KiB After Width: | Height: | Size: 754 KiB |
8
keyboard/ergodox_ez/keymaps/default_osx/readme.md
Normal file
@ -0,0 +1,8 @@
|
||||
# The OSX Friendly Version of the Default Firmware
|
||||
|
||||
So, I took the default firmware and just made a couple of tweaks that make it easier to use with OS X:
|
||||
|
||||
1. The Cmd key is now on the right side, making Cmd+Space easier.
|
||||
2. The media keys work on OSX (But not on Windows).
|
||||
|
||||
![default osx](default_osx_highres.png)
|
1483
keyboard/ergodox_ez/keymaps/dragon788/dragon788.hex
Normal file
1472
keyboard/ergodox_ez/keymaps/dvorak/dvorak.hex
Normal file
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
1472
keyboard/ergodox_ez/keymaps/erez_experimental/erez_experimental.hex
Normal file
11
keyboard/ergodox_ez/keymaps/erez_experimental/readme.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Erez's experimental layout
|
||||
|
||||
This is my personal layout which I use to test out ideas which may or may not make it onto the default layout we ship with. It's based off the default layout, with various tweaks.
|
||||
|
||||
Changelog:
|
||||
|
||||
## Jan 19, 2016:
|
||||
|
||||
* Made J into dual-action key (Alt when held down), to make Alt-tab more ergonomic.
|
||||
* Made ' into dual-action key (Win/Cmd when held down).
|
||||
|