Maxime Millet
8c051f2d05
Added C# developer keymap
9 years ago
Jack Humbert
043ac26c24
Merge pull request #140 from lasko/master
...
A slightly different default layout
9 years ago
Lasko Height
d290e09d7b
Added pageup, pagedown, home, and end keys
9 years ago
Lasko Height
006d277ec1
Added a Tenkey layer and moved the del key
9 years ago
Lasko Height
d3488f131c
Adding my initial layout
9 years ago
Lasko Height
073a6c206e
Adding my initial layout
9 years ago
Erez Zukerman
f4fc7fd4d5
Merge pull request #139 from joarau/norwegian-colemak-ergodox-with-norwegian-definitions
...
Norwegian Colemak Ergodox and Norwegian key definitions
9 years ago
joar
2f7cda63d0
Norwegian Colemak Ergodox and Norwegian key definitions
9 years ago
Erez Zukerman
9f6966f765
More tweaks to experimental layout
9 years ago
Erez Zukerman
9e075e28be
Merge branch 'master' of github.com:jackhumbert/qmk_firmware
9 years ago
Erez Zukerman
ec4428b1c6
Merge pull request #138 from Willyfrog/master
...
ergodox_ez for emacs + mac + altgr users
9 years ago
Guillermo Vayá
f96186ed9c
add image
9 years ago
Erez Zukerman
8aeaa6df81
Merge pull request #137 from uzytkownik/master
...
Add mpiechotka ergodox ez keymap
9 years ago
Guillermo Vayá
3c805548d9
added .hex file
9 years ago
Maciej Piechotka
03f61dcdb4
Add mpiechotka ergodox ez keymap
9 years ago
Jack Humbert
0206976267
Merge pull request #136 from cbbrowne/master
...
Random improvements
9 years ago
Christopher Browne
8079dc0682
Eliminate switch statement by using contiguous character ranges
9 years ago
Christopher Browne
bbcc1046a6
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
9 years ago
Erez Zukerman
cd90dd9f6d
Corrects typo
9 years ago
Erez Zukerman
67f14d938b
Merge pull request #130 from jacobono/jacobono
...
Jacobono
9 years ago
Erez Zukerman
ac84fa47fc
Updates documentation, adds Cmd/Win dual-function key
9 years ago
Jack Humbert
f575079357
Merge pull request #134 from dragon788/patch-2
...
Added note about using avr_setup.sh
9 years ago
dragon788
34a8ad506c
Added note about using avr_setup.sh
...
On most Linux distributions the avr_setup.sh script can be sourced ```. avr_setup.sh``` or under Bash ```source avr_setup.sh```. This will try and detect the appropriate package manager and install the required packages.
9 years ago
Didier Loiseau
a2f6ab16c0
FN macro: use layer_invert() instead of modifying layer_state directly
...
- fixes stuck keys from the temporary layers
(see also jackhumbert/qmk_firmware#78 )
- removed the workaround for jackhumbert/qmk_firmware#81
(using layer_invert() fixes the problem)
9 years ago
Didier Loiseau
7ba42b994b
Fixed inconsistency between comment and actual numeric layer
...
- KC_INS should only be present on Fn layer
9 years ago
DidierLoiseau
47fc8b8dbd
Fixed link to Magic doc in Dvorak section
9 years ago
Jack Humbert
bc4f20853d
advanced macro stuff for README
9 years ago
Jack Humbert
8967c0705b
advanced macro stuff for README
9 years ago
Jack Humbert
cf2c641557
advanced macro stuff for README
9 years ago
Jack Humbert
3a6e88d6f8
advanced macro stuff for README
9 years ago
Jack Humbert
e6a2c77fde
README changes
9 years ago
Jack Humbert
623666888f
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
9 years ago
Jack Humbert
5dc0d1dc20
README changes
9 years ago
Jack Humbert
8d785de796
Merge pull request #131 from Vifon/patch-1
...
Use boolean AND instead of bitwise (possible typo)
9 years ago
Wojciech Siewierski
65b41e2e59
Use boolean AND instead of bitwise (possible typo)
...
Fortunately seems harmless.
9 years ago
Christopher Browne
fe1519de07
Add in XOR of lowest 8 bits of system timer to encourage more randomness of the digits/letters chosen
9 years ago
Daniel Mijares
b5b9885df7
add hex file
9 years ago
Daniel Mijares
f5c1d6d1db
my personal ergodox keymap layout
...
with pngs of layout and readme
9 years ago
Jack Humbert
240e8c6340
Merge pull request #129 from cbbrowne/master
...
Example of some "Random Keys"
9 years ago
Jack Humbert
832575f2e7
Update PCB_GUIDE.md
9 years ago
Erez Zukerman
3c683aa9f2
Fixes CM_SCLN and updates docs for Colemak
9 years ago
Erez Zukerman
1b0d0c6848
Tweaks symbol layer (see changleog)
9 years ago
Jack Humbert
51964eda0c
Merge pull request #126 from fernandodeperto/keymap_nordic
...
Fix 2 macros in the Nordic keymap
9 years ago
Fernando Mendonca
c29ad125a7
Fix 2 macros in the Nordic keymap
...
By testing I found out that, at least on Linux using the Swedish layout,
two macros present on this file were wrong, for the backslash and pipe
keys. Jack helped me find the correct combination for the backslash and
that led me to the right one for pipe.
9 years ago
Erez Zukerman
8698edbb28
Merge pull request #124 from zorab47/disable-console-by-default
...
Disable Ergodox EZ debug console for improved performance
9 years ago
Erez Zukerman
434bcccae0
Merge pull request #125 from gkubed/patch-1
...
Update QUICK_START.md
9 years ago
Guyon Cumby
2ae39aaa86
Update QUICK_START.md
...
Fix ErgoDox EZ readme.md link
9 years ago
Charles Maresh
a9ad5c55c8
Disable console for improved performance
...
Commenting out the line is the only way to disable the console, as the
value of CONSOLE_ENABLE isn't checked. There are only checks for its
existence; setting it to `yes` or `no` doesn't change the compilation.
9 years ago
Christopher Browne
73f14db8ad
Remove obsolete comments
9 years ago
Christopher Browne
0d44544491
Comment things more
9 years ago