Commit Graph

3177 Commits (fcc2d4394303630c797a48f47fe7b4bc086aa592)
 

Author SHA1 Message Date
Erez Zukerman ac84fa47fc Updates documentation, adds Cmd/Win dual-function key
Jack Humbert f575079357 Merge pull request from dragon788/patch-2
Added note about using avr_setup.sh
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.
Didier Loiseau a2f6ab16c0 FN macro: use layer_invert() instead of modifying layer_state directly
- fixes stuck keys from the temporary layers
  (see also )
- removed the workaround for 
  (using layer_invert() fixes the problem)
Didier Loiseau 7ba42b994b Fixed inconsistency between comment and actual numeric layer
- KC_INS should only be present on Fn layer
DidierLoiseau 47fc8b8dbd Fixed link to Magic doc in Dvorak section
Jack Humbert bc4f20853d advanced macro stuff for README
Jack Humbert 8967c0705b advanced macro stuff for README
Jack Humbert cf2c641557 advanced macro stuff for README
Jack Humbert 3a6e88d6f8 advanced macro stuff for README
Jack Humbert e6a2c77fde README changes
Jack Humbert 623666888f Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
Jack Humbert 5dc0d1dc20 README changes
Jack Humbert 8d785de796 Merge pull request from Vifon/patch-1
Use boolean AND instead of bitwise (possible typo)
Wojciech Siewierski 65b41e2e59 Use boolean AND instead of bitwise (possible typo)
Fortunately seems harmless.
Christopher Browne fe1519de07 Add in XOR of lowest 8 bits of system timer to encourage more randomness of the digits/letters chosen
Daniel Mijares b5b9885df7 add hex file
Daniel Mijares f5c1d6d1db my personal ergodox keymap layout
with pngs of layout and readme
Jack Humbert 240e8c6340 Merge pull request from cbbrowne/master
Example of some "Random Keys"
Jack Humbert 832575f2e7 Update PCB_GUIDE.md
Erez Zukerman 3c683aa9f2 Fixes CM_SCLN and updates docs for Colemak
Erez Zukerman 1b0d0c6848 Tweaks symbol layer (see changleog)
Jack Humbert 51964eda0c Merge pull request from fernandodeperto/keymap_nordic
Fix 2 macros in the Nordic keymap
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.
Erez Zukerman 8698edbb28 Merge pull request from zorab47/disable-console-by-default
Disable Ergodox EZ debug console for improved performance
Erez Zukerman 434bcccae0 Merge pull request from gkubed/patch-1
Update QUICK_START.md
Guyon Cumby 2ae39aaa86 Update QUICK_START.md
Fix ErgoDox EZ readme.md link
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.
Christopher Browne 73f14db8ad Remove obsolete comments
Christopher Browne 0d44544491 Comment things more
Christopher Browne 7919839b1a Random characters now working AOK
Christopher Browne 259e5e28e6 Merge branch 'master' of github.com:cbbrowne/qmk_firmware
Christopher Browne 674c62734d More experiments with mapping, notably adding in the random bits
Christopher Browne c39b53bb9a Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne a51009f300 Merge branch 'master' of github.com:cbbrowne/qmk_firmware
Christopher Browne 1466f5a36e Set up a macro that writes cbbrowne. So that is a nice example of how it works.
Probably ought to write up some docs on this to improve it.
Christopher Browne 91c4681656 More samples, some not entirely working yet.
I am trying to mess around with MACRO(), but it is not there quite yet...
Jack Humbert 2ce9c19478 Merge pull request from cbbrowne/master
README notes and cbbrowne layout
Christopher Browne 41c17baccf Add notes on what sorts of actions are risky
Christopher Browne 5273c73bef Many of the changes I wanted
Erez Zukerman f24c69d177 Refreshes default keymap for single tap L1 switch
Jack Humbert 1ee080701b Merge pull request from tachk/readmeFix
Fix for broken link in readme.
Jack Humbert dc06288cb7 Merge pull request from seancaffery/teensynote
Clarify Atreus support
Christopher Browne db2d97d8dc Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Erez Zukerman 1dbd6c2ba1 Merge pull request from sboesebeck/master
created new layer for egosooters like counterstrike
Guillermo Vayá 34eb5dfb97 new emacs + osx + deadkeys layout
Sean Caffery ad6bc8794e Clarify Atreus support
Stephan Bösebeck 602090a430 some fixes in readme
Stephan Bösebeck 1531350125 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne 59998daa59 Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware