]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
8 years agoUpdate action.c
Eric-L-T [Fri, 1 Apr 2016 20:43:49 +0000 (13:43 -0700)]
Update action.c

8 years agoUpdate the memory consumption total value in README
Wojciech Siewierski [Mon, 28 Mar 2016 08:05:42 +0000 (10:05 +0200)]
Update the memory consumption total value in README

8 years agoUpdate the memory consumption of PREVENT_STUCK_MODIFIERS in README
Wojciech Siewierski [Sun, 27 Mar 2016 22:25:43 +0000 (00:25 +0200)]
Update the memory consumption of PREVENT_STUCK_MODIFIERS in README

8 years agoCut the memory consumption of PREVENT_STUCK_MODIFIERS in half
Wojciech Siewierski [Sun, 27 Mar 2016 21:50:07 +0000 (23:50 +0200)]
Cut the memory consumption of PREVENT_STUCK_MODIFIERS in half

8 years agoExpose the pressed_actions_cache global variable
Wojciech Siewierski [Tue, 15 Mar 2016 15:51:50 +0000 (16:51 +0100)]
Expose the pressed_actions_cache global variable

8 years agoAlways provide an implementation of process_action_nocache
Wojciech Siewierski [Tue, 15 Mar 2016 15:03:30 +0000 (16:03 +0100)]
Always provide an implementation of process_action_nocache

8 years agoprocess_action may be called either with key cache or without it
Wojciech Siewierski [Sat, 12 Mar 2016 23:18:20 +0000 (00:18 +0100)]
process_action may be called either with key cache or without it

If one wants to temporarily disable the key cache (for example because
it interferes with a macro), `disable_action_cache` must be set to
`true`. `process_action_nocache` is a simple wrapper doing just that for
a single call.

8 years agoDocument the issue of stuck modifiers
Wojciech Siewierski [Tue, 8 Mar 2016 07:48:43 +0000 (08:48 +0100)]
Document the issue of stuck modifiers

8 years agoFix the layer-dependent modifiers handling
Wojciech Siewierski [Sat, 5 Mar 2016 13:42:17 +0000 (14:42 +0100)]
Fix the layer-dependent modifiers handling

Closes #181.

8 years agoMerge pull request #180 from NoahAndrews/add-build-instructions
Jack Humbert [Sat, 5 Mar 2016 04:34:45 +0000 (23:34 -0500)]
Merge pull request #180 from NoahAndrews/add-build-instructions

Added build instructions to BUILD_GUIDE.md

8 years agoAdded build instructions to BUILD_GUIDE.md
Noah Andrews [Sat, 5 Mar 2016 04:21:29 +0000 (23:21 -0500)]
Added build instructions to BUILD_GUIDE.md

8 years agoMerge pull request #179 from NoahAndrews/add-win-linux-instructions
Jack Humbert [Sat, 5 Mar 2016 02:57:39 +0000 (21:57 -0500)]
Merge pull request #179 from NoahAndrews/add-win-linux-instructions

Added Windows and Linux instructions to BUILD_GUIDE.md

8 years agoAdded Windows and Linux instructions to BUILD_GUIDE.md
Noah Andrews [Sat, 5 Mar 2016 02:51:09 +0000 (21:51 -0500)]
Added Windows and Linux instructions to BUILD_GUIDE.md

8 years agoMerge pull request #176 from NoahAndrews/fix-new-projects
Jack Humbert [Fri, 4 Mar 2016 15:58:36 +0000 (10:58 -0500)]
Merge pull request #176 from NoahAndrews/fix-new-projects

Fix building new projects

8 years agoRemove extraneous comma
Noah Andrews [Fri, 4 Mar 2016 15:53:58 +0000 (10:53 -0500)]
Remove extraneous comma

8 years agoMerge pull request #171 from NoahAndrews/restructure-documentation
Jack Humbert [Fri, 4 Mar 2016 15:19:28 +0000 (10:19 -0500)]
Merge pull request #171 from NoahAndrews/restructure-documentation

Restructure documentation

8 years agoMerge pull request #170 from NoahAndrews/improve-windows-docs
Jack Humbert [Fri, 4 Mar 2016 15:19:00 +0000 (10:19 -0500)]
Merge pull request #170 from NoahAndrews/improve-windows-docs

Add scripts for easy Windows environment setup

8 years agoMerge pull request #165 from deepshitgoeshere/deepshitgoeshere-master
Jack Humbert [Fri, 4 Mar 2016 15:17:14 +0000 (10:17 -0500)]
Merge pull request #165 from deepshitgoeshere/deepshitgoeshere-master

added planck keymap and troubleshooting part in the PCB guide

8 years agoMerge pull request #175 from NoahAndrews/fix-#174
Jack Humbert [Fri, 4 Mar 2016 15:16:07 +0000 (10:16 -0500)]
Merge pull request #175 from NoahAndrews/fix-#174

Fix #174

8 years agoFix #174
Noah Andrews [Fri, 4 Mar 2016 15:15:21 +0000 (10:15 -0500)]
Fix #174

8 years agoMerge pull request #172 from plgruener/pr1
Jack Humbert [Fri, 4 Mar 2016 04:35:12 +0000 (23:35 -0500)]
Merge pull request #172 from plgruener/pr1

add missing keys to keymap_neo2.h

8 years agoupdate neo keymap
plgruener [Fri, 19 Feb 2016 20:04:30 +0000 (21:04 +0100)]
update neo keymap

8 years agoClarified recommended Mac setup method
Noah Andrews [Thu, 3 Mar 2016 03:38:22 +0000 (22:38 -0500)]
Clarified recommended Mac setup method

8 years agoUpdated README to point to new build guide
Noah Andrews [Thu, 3 Mar 2016 03:33:38 +0000 (22:33 -0500)]
Updated README to point to new build guide

8 years agoAdded Mac section (copy/pasted from PCB_GUIDE.md)
Noah Andrews [Thu, 3 Mar 2016 03:16:43 +0000 (22:16 -0500)]
Added Mac section (copy/pasted from PCB_GUIDE.md)

8 years agoRenamed handwriting guide to fit repository convention
Noah Andrews [Thu, 3 Mar 2016 03:10:10 +0000 (22:10 -0500)]
Renamed handwriting guide to fit repository convention

8 years agoAdded placeholder for windows section of build guide
Noah Andrews [Thu, 3 Mar 2016 03:07:26 +0000 (22:07 -0500)]
Added placeholder for windows section of build guide

8 years agoAdded Vagrant explanation
Noah Andrews [Thu, 3 Mar 2016 03:03:25 +0000 (22:03 -0500)]
Added Vagrant explanation

8 years agoAdded stub BUILD_GUIDE.md
Noah Andrews [Thu, 3 Mar 2016 02:53:55 +0000 (21:53 -0500)]
Added stub BUILD_GUIDE.md

8 years agoRenamed QUICK_START.md to VAGRANT_GUIDE.md
Noah Andrews [Thu, 3 Mar 2016 02:27:45 +0000 (21:27 -0500)]
Renamed QUICK_START.md to VAGRANT_GUIDE.md

8 years agoFix link to MHV AVR Tools
Noah Andrews [Wed, 2 Mar 2016 18:06:33 +0000 (13:06 -0500)]
Fix link to MHV AVR Tools

8 years ago Added documentation for new Windows scripts
Noah Andrews [Wed, 2 Mar 2016 18:02:13 +0000 (13:02 -0500)]
 Added documentation for new Windows scripts

8 years ago Renamed scripts to show order
Noah Andrews [Wed, 2 Mar 2016 17:54:53 +0000 (12:54 -0500)]
 Renamed scripts to show order

8 years agoAdded logging to setup script
Noah Andrews [Wed, 2 Mar 2016 17:48:10 +0000 (12:48 -0500)]
Added logging to setup script

8 years agoRemoved unneeded lines from setup script
Noah Andrews [Wed, 2 Mar 2016 17:25:21 +0000 (12:25 -0500)]
Removed unneeded lines from setup script

8 years agoMerge pull request #166 from kletord/fix_french_keymap
Jack Humbert [Sat, 27 Feb 2016 14:31:34 +0000 (09:31 -0500)]
Merge pull request #166 from kletord/fix_french_keymap

Fix FR_RCBR declaration in keymap_french.h

8 years agoFix FR_RCBR declaration in keymap_french.h
Kévin Letord [Sat, 27 Feb 2016 14:22:54 +0000 (15:22 +0100)]
Fix FR_RCBR declaration in keymap_french.h

8 years agoUpdate PCB_GUIDE.md
Lucas Hecht [Sat, 27 Feb 2016 01:56:05 +0000 (02:56 +0100)]
Update PCB_GUIDE.md

8 years agoadded "Troubleshooting" section to PCB guide
Lucas Hecht [Sat, 27 Feb 2016 00:26:54 +0000 (01:26 +0100)]
added "Troubleshooting" section to PCB guide

8 years agoignore dfu-programme.exe in commits
Lucas Hecht [Fri, 26 Feb 2016 19:03:19 +0000 (20:03 +0100)]
ignore dfu-programme.exe in commits

8 years agoAdded Windows environment setup script
Noah Andrews [Fri, 26 Feb 2016 06:53:18 +0000 (01:53 -0500)]
Added Windows environment setup script

8 years agoInclude MSYS directory in Windows path
Noah Andrews [Fri, 26 Feb 2016 05:29:55 +0000 (00:29 -0500)]
Include MSYS directory in Windows path

8 years agoAdd script to setup the PATH variable on Windows
Noah Andrews [Fri, 26 Feb 2016 04:53:44 +0000 (23:53 -0500)]
Add script to setup the PATH variable on Windows

8 years agoDelete keymap_eigen.c
deepshitgoeshere [Thu, 25 Feb 2016 21:27:59 +0000 (22:27 +0100)]
Delete keymap_eigen.c

8 years agoDelete dfu-programmer.exe
deepshitgoeshere [Thu, 25 Feb 2016 21:27:17 +0000 (22:27 +0100)]
Delete dfu-programmer.exe

8 years agoDelete dfu-programmer.exe
deepshitgoeshere [Thu, 25 Feb 2016 21:26:44 +0000 (22:26 +0100)]
Delete dfu-programmer.exe

8 years agoMerge branch 'jackhumbert-master'
Lucas Hecht [Thu, 25 Feb 2016 20:45:28 +0000 (21:45 +0100)]
Merge branch 'jackhumbert-master'

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware into jackhumbert...
Lucas Hecht [Thu, 25 Feb 2016 20:40:16 +0000 (21:40 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into jackhumbert-master

8 years agodelete old keymap (keymap_eigen.c)
Lucas Hecht [Thu, 25 Feb 2016 20:39:32 +0000 (21:39 +0100)]
delete old keymap (keymap_eigen.c)

8 years agoAdded keymap "lucas.c"
Lucas Hecht [Wed, 24 Feb 2016 21:54:39 +0000 (22:54 +0100)]
Added keymap "lucas.c"

8 years agoMerge pull request #158 from DidierLoiseau/eclipse-config
Jack Humbert [Tue, 23 Feb 2016 16:44:14 +0000 (11:44 -0500)]
Merge pull request #158 from DidierLoiseau/eclipse-config

Add Eclipse settings files to .gitignore

8 years agoMerge pull request #159 from Keller-Laminar/patch-1
Jack Humbert [Mon, 22 Feb 2016 18:12:19 +0000 (13:12 -0500)]
Merge pull request #159 from Keller-Laminar/patch-1

Include Dvorak underscore and plus keys.

8 years agoInclude Dvorak underscore and plus keys.
Keller-Laminar [Mon, 22 Feb 2016 18:06:26 +0000 (13:06 -0500)]
Include Dvorak underscore and plus keys.

There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer.

8 years agoMerge pull request #157 from DidierLoiseau/typematrix
Jack Humbert [Sun, 21 Feb 2016 18:35:08 +0000 (13:35 -0500)]
Merge pull request #157 from DidierLoiseau/typematrix

Small fixes and improvements to tm2030 layout

8 years agoAdded eclipse settings files to .gitignore
Didier Loiseau [Sun, 21 Feb 2016 18:23:28 +0000 (19:23 +0100)]
Added eclipse settings files to .gitignore

8 years agoUpdated tm2030 keymap.hex
Didier Loiseau [Sun, 21 Feb 2016 18:10:03 +0000 (19:10 +0100)]
Updated tm2030 keymap.hex

8 years agoFixed compilation warnings due to missing return statements
Didier Loiseau [Sun, 21 Feb 2016 17:56:21 +0000 (18:56 +0100)]
Fixed compilation warnings due to missing return statements

8 years agoMerge pull request #153 from spydon/xmonad_keymap
Jack Humbert [Sun, 21 Feb 2016 17:35:46 +0000 (12:35 -0500)]
Merge pull request #153 from spydon/xmonad_keymap

Keymap optimized for xmonad

8 years agoMerge pull request #155 from vincent-pochet/fr_ch_extra_keymap
Jack Humbert [Sun, 21 Feb 2016 17:35:10 +0000 (12:35 -0500)]
Merge pull request #155 from vincent-pochet/fr_ch_extra_keymap

Add extra keymap for swiss french keyboard

8 years agoAdd extra keymap for swiss french keyboard
Vincent Pochet [Sat, 20 Feb 2016 13:01:28 +0000 (14:01 +0100)]
Add extra keymap for swiss french keyboard

8 years agoAdded a keymap optimized for xmonad
Lukas Klingsbo [Thu, 18 Feb 2016 20:27:02 +0000 (21:27 +0100)]
Added a keymap optimized for xmonad

The M(1) function changes layer temporarily (so that numbers can be used)
and holds LGUI which makes it possible to easily change virtual screens
and swap windows inbetween them.

8 years agoMerge pull request #145 from gerbercj/feature/atreus_astar
Jack Humbert [Thu, 18 Feb 2016 02:18:13 +0000 (21:18 -0500)]
Merge pull request #145 from gerbercj/feature/atreus_astar

Add support for Atreus running on A-Star

8 years agoChange default controller for Atreus from Teensy2 to A-Star
Chris Gerber [Wed, 17 Feb 2016 23:55:17 +0000 (18:55 -0500)]
Change default controller for Atreus from Teensy2 to A-Star

8 years agoAdd support for Atreus running on A-Star
Chris Gerber [Sun, 3 Jan 2016 22:49:28 +0000 (17:49 -0500)]
Add support for Atreus running on A-Star

8 years agoMerge pull request #141 from XenoBits/master
Erez Zukerman [Fri, 12 Feb 2016 13:50:01 +0000 (08:50 -0500)]
Merge pull request #141 from XenoBits/master

Ergodox EZ new keymap for C# developers

8 years agoAnother readme.md improvement
Maxime Millet [Fri, 12 Feb 2016 11:01:36 +0000 (12:01 +0100)]
Another readme.md improvement

8 years agoImproved readme
Maxime Millet [Fri, 12 Feb 2016 11:00:13 +0000 (12:00 +0100)]
Improved readme

8 years agoAdded C# developer keymap
Maxime Millet [Fri, 12 Feb 2016 10:54:27 +0000 (11:54 +0100)]
Added C# developer keymap

8 years agoMerge pull request #140 from lasko/master
Jack Humbert [Fri, 12 Feb 2016 04:58:08 +0000 (23:58 -0500)]
Merge pull request #140 from lasko/master

A slightly different default layout

8 years agoAdded pageup, pagedown, home, and end keys
Lasko Height [Fri, 12 Feb 2016 04:52:59 +0000 (20:52 -0800)]
Added pageup, pagedown, home, and end keys

8 years agoAdded a Tenkey layer and moved the del key
Lasko Height [Fri, 12 Feb 2016 04:46:12 +0000 (20:46 -0800)]
Added a Tenkey layer and moved the del key

8 years agoAdding my initial layout
Lasko Height [Fri, 12 Feb 2016 04:20:09 +0000 (20:20 -0800)]
Adding my initial layout

8 years agoAdding my initial layout
Lasko Height [Fri, 12 Feb 2016 04:19:07 +0000 (20:19 -0800)]
Adding my initial layout

8 years agoMerge pull request #139 from joarau/norwegian-colemak-ergodox-with-norwegian-definitions
Erez Zukerman [Fri, 12 Feb 2016 01:40:47 +0000 (20:40 -0500)]
Merge pull request #139 from joarau/norwegian-colemak-ergodox-with-norwegian-definitions

Norwegian Colemak Ergodox and Norwegian key definitions

8 years agoNorwegian Colemak Ergodox and Norwegian key definitions
joar [Thu, 11 Feb 2016 14:13:10 +0000 (15:13 +0100)]
Norwegian Colemak Ergodox and Norwegian key definitions

8 years agoMore tweaks to experimental layout
Erez Zukerman [Thu, 11 Feb 2016 14:55:10 +0000 (16:55 +0200)]
More tweaks to experimental layout

8 years agoMerge branch 'master' of github.com:jackhumbert/qmk_firmware
Erez Zukerman [Thu, 11 Feb 2016 14:39:40 +0000 (16:39 +0200)]
Merge branch 'master' of github.com:jackhumbert/qmk_firmware

8 years agoMerge pull request #138 from Willyfrog/master
Erez Zukerman [Wed, 10 Feb 2016 20:40:25 +0000 (15:40 -0500)]
Merge pull request #138 from Willyfrog/master

ergodox_ez for emacs + mac + altgr users

8 years agoadd image
Guillermo Vayá [Wed, 10 Feb 2016 18:04:26 +0000 (19:04 +0100)]
add image

8 years agoMerge pull request #137 from uzytkownik/master
Erez Zukerman [Wed, 10 Feb 2016 13:24:06 +0000 (08:24 -0500)]
Merge pull request #137 from uzytkownik/master

Add mpiechotka ergodox ez keymap

8 years agoadded .hex file
Guillermo Vayá [Wed, 10 Feb 2016 08:47:11 +0000 (09:47 +0100)]
added .hex file

8 years agoAdd mpiechotka ergodox ez keymap
Maciej Piechotka [Wed, 10 Feb 2016 07:18:07 +0000 (23:18 -0800)]
Add mpiechotka ergodox ez keymap

8 years agoMerge pull request #136 from cbbrowne/master
Jack Humbert [Mon, 8 Feb 2016 19:25:22 +0000 (14:25 -0500)]
Merge pull request #136 from cbbrowne/master

Random improvements

8 years agoEliminate switch statement by using contiguous character ranges
Christopher Browne [Mon, 8 Feb 2016 16:25:55 +0000 (11:25 -0500)]
Eliminate switch statement by using contiguous character ranges

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Mon, 8 Feb 2016 15:53:50 +0000 (10:53 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoCorrects typo
Erez Zukerman [Mon, 8 Feb 2016 13:22:56 +0000 (15:22 +0200)]
Corrects typo

8 years agoMerge pull request #130 from jacobono/jacobono
Erez Zukerman [Mon, 8 Feb 2016 13:01:54 +0000 (08:01 -0500)]
Merge pull request #130 from jacobono/jacobono

Jacobono

8 years agoUpdates documentation, adds Cmd/Win dual-function key
Erez Zukerman [Mon, 8 Feb 2016 12:56:19 +0000 (14:56 +0200)]
Updates documentation, adds Cmd/Win dual-function key

8 years agoMerge pull request #134 from dragon788/patch-2
Jack Humbert [Mon, 8 Feb 2016 03:00:45 +0000 (22:00 -0500)]
Merge pull request #134 from dragon788/patch-2

Added note about using avr_setup.sh

8 years agoAdded note about using avr_setup.sh
dragon788 [Sun, 7 Feb 2016 23:16:28 +0000 (17:16 -0600)]
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.

8 years agoFN macro: use layer_invert() instead of modifying layer_state directly
Didier Loiseau [Sun, 7 Feb 2016 22:22:48 +0000 (23:22 +0100)]
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)

8 years agoFixed inconsistency between comment and actual numeric layer
Didier Loiseau [Sun, 31 Jan 2016 14:18:30 +0000 (15:18 +0100)]
Fixed inconsistency between comment and actual numeric layer

- KC_INS should only be present on Fn layer

8 years agoFixed link to Magic doc in Dvorak section
DidierLoiseau [Sun, 7 Feb 2016 22:31:27 +0000 (23:31 +0100)]
Fixed link to Magic doc in Dvorak section

8 years agoadvanced macro stuff for README
Jack Humbert [Sun, 7 Feb 2016 21:28:48 +0000 (16:28 -0500)]
advanced macro stuff for README

8 years agoadvanced macro stuff for README
Jack Humbert [Sun, 7 Feb 2016 16:15:03 +0000 (11:15 -0500)]
advanced macro stuff for README

8 years agoadvanced macro stuff for README
Jack Humbert [Sun, 7 Feb 2016 16:14:47 +0000 (11:14 -0500)]
advanced macro stuff for README

8 years agoadvanced macro stuff for README
Jack Humbert [Sun, 7 Feb 2016 16:13:22 +0000 (11:13 -0500)]
advanced macro stuff for README

8 years agoREADME changes
Jack Humbert [Sun, 7 Feb 2016 15:41:00 +0000 (10:41 -0500)]
README changes

8 years agoMerge branch 'master' of https://github.com/jackhumbert/tmk_keyboard
Jack Humbert [Sun, 7 Feb 2016 15:39:01 +0000 (10:39 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard

8 years agoREADME changes
Jack Humbert [Sun, 7 Feb 2016 15:38:57 +0000 (10:38 -0500)]
README changes