]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agoMerge
IBNobody [Sat, 20 Aug 2016 13:31:24 +0000 (08:31 -0500)]
Merge

7 years agofixed color detection routine in makefile
IBNobody [Sat, 11 Jun 2016 22:24:28 +0000 (17:24 -0500)]
fixed color detection routine in makefile

7 years agofixed color detection routine in makefile
IBNobody [Sat, 11 Jun 2016 22:24:28 +0000 (17:24 -0500)]
fixed color detection routine in makefile

7 years agoMerge
IBNobody [Sat, 20 Aug 2016 13:16:06 +0000 (08:16 -0500)]
Merge

7 years agoComment the Makefile
Fred Sundvik [Sat, 20 Aug 2016 11:53:29 +0000 (14:53 +0300)]
Comment the Makefile

Also move some messages to message.mk

7 years agoFix the clean target
Fred Sundvik [Sat, 20 Aug 2016 09:44:04 +0000 (12:44 +0300)]
Fix the clean target

It now properly cleans all the outputs

7 years agoMerge remote-tracking branch 'upstream/master'
Xyverz [Sat, 20 Aug 2016 05:50:55 +0000 (22:50 -0700)]
Merge remote-tracking branch 'upstream/master'

7 years agoChanged the Ergodox keymap to use the KEYMAP() macro, updated readme.md.
Xyverz [Sat, 20 Aug 2016 05:45:20 +0000 (22:45 -0700)]
Changed the Ergodox keymap to use the KEYMAP() macro, updated readme.md.

7 years agoChanged my keymap to match normal keymaps.
Xyverz [Sat, 20 Aug 2016 05:30:34 +0000 (22:30 -0700)]
Changed my keymap to match normal keymaps.

7 years agofixed color detection routine in makefile
IBNobody [Sat, 11 Jun 2016 22:24:28 +0000 (17:24 -0500)]
fixed color detection routine in makefile

7 years agoThe Ordinary Layout is boring because all the keys are where you expect them to be
Nicholas Keene [Sat, 20 Aug 2016 04:44:08 +0000 (23:44 -0500)]
The Ordinary Layout is boring because all the keys are where you expect them to be

7 years agoMerge https://github.com/IBNobody/qmk_firmware
IBNobody [Sat, 20 Aug 2016 04:39:35 +0000 (23:39 -0500)]
Merge https://github.com/IBNobody/qmk_firmware

7 years agoThe Ordinary Layout is boring because all the keys are where you expect them to be
Nicholas Keene [Sat, 20 Aug 2016 04:38:13 +0000 (23:38 -0500)]
The Ordinary Layout is boring because all the keys are where you expect them to be

7 years agofixed color detection routine in makefile
IBNobody [Sat, 11 Jun 2016 22:24:28 +0000 (17:24 -0500)]
fixed color detection routine in makefile

7 years agoTweaks after review.
Sean Reifschneider [Sat, 20 Aug 2016 03:50:04 +0000 (21:50 -0600)]
Tweaks after review.

7 years agoRestructuring of the ergodox README.
Sean Reifschneider [Sat, 20 Aug 2016 03:47:00 +0000 (21:47 -0600)]
Restructuring of the ergodox README.

7 years agoBringing over changes from default map.
Sean Reifschneider [Sat, 20 Aug 2016 02:55:50 +0000 (20:55 -0600)]
Bringing over changes from default map.

7 years agoUpdate keyboard readme files with new makefile instructions
Fred Sundvik [Sat, 20 Aug 2016 00:22:16 +0000 (03:22 +0300)]
Update keyboard readme files with new makefile instructions

7 years agoUpdate readme with new instructions for make
Fred Sundvik [Fri, 19 Aug 2016 23:42:38 +0000 (02:42 +0300)]
Update readme with new instructions for make

7 years agoAdd diffutils to travis.yml and install_dependencies
Fred Sundvik [Fri, 19 Aug 2016 06:37:39 +0000 (09:37 +0300)]
Add diffutils to travis.yml and install_dependencies

It has been required for a while now, and now actually checked in
the makefiles. Before, if you didn't have it installed it would
just recompile everything.

The readme hasn't been updated to reflect this, I think we need
to go through that separately, and see what's really needed. Or
just instruct people to run the batch scripts.

7 years agoFix the template for the Makefile/rules.mk split
Fred Sundvik [Fri, 19 Aug 2016 06:06:28 +0000 (09:06 +0300)]
Fix the template for the Makefile/rules.mk split

7 years agoBetter format for non-silent output
Fred Sundvik [Tue, 16 Aug 2016 05:57:10 +0000 (08:57 +0300)]
Better format for non-silent output

7 years agoContinue on error
Fred Sundvik [Tue, 16 Aug 2016 05:42:08 +0000 (08:42 +0300)]
Continue on error

7 years agoMove bootloader_defs include to build_keyboard
Fred Sundvik [Mon, 15 Aug 2016 06:07:32 +0000 (09:07 +0300)]
Move bootloader_defs include to build_keyboard

Also fix it for subprojects

7 years agoAdd output specific config file
Fred Sundvik [Mon, 15 Aug 2016 05:58:05 +0000 (08:58 +0300)]
Add output specific config file

7 years agoOutput specific include paths
Fred Sundvik [Mon, 15 Aug 2016 05:45:36 +0000 (08:45 +0300)]
Output specific include paths

7 years agoMore general system for generating several outputs
Fred Sundvik [Mon, 15 Aug 2016 05:20:16 +0000 (08:20 +0300)]
More general system for generating several outputs

7 years agoPass the target to submake
Fred Sundvik [Sun, 14 Aug 2016 09:25:23 +0000 (12:25 +0300)]
Pass the target to submake

7 years agoFix variable name clash with builtin
Fred Sundvik [Thu, 11 Aug 2016 06:34:23 +0000 (09:34 +0300)]
Fix variable name clash with builtin

This caused the submake to be called several times, messing up the
build.

7 years agoOptions for silent compilation
Fred Sundvik [Tue, 9 Aug 2016 06:52:01 +0000 (09:52 +0300)]
Options for silent compilation

A single keyboard is always by default compiled in verbose mode.
While multiple keyboards are compiled in silent mode. This can be
overriden by the silent variable from the command line

7 years agoDon't run builtin rules for submake
Fred Sundvik [Tue, 9 Aug 2016 05:31:04 +0000 (08:31 +0300)]
Don't run builtin rules for submake

To speed up the compilation

7 years agoFix running make in parallel
Fred Sundvik [Tue, 9 Aug 2016 05:30:21 +0000 (08:30 +0300)]
Fix running make in parallel

7 years agoDon't add VERSION as a define
Fred Sundvik [Mon, 8 Aug 2016 08:27:15 +0000 (11:27 +0300)]
Don't add VERSION as a define

To avoid full recompilation when the git commit hash changes.

7 years agoMove git submodule check and version generation to main Makefile
Fred Sundvik [Mon, 8 Aug 2016 08:19:29 +0000 (11:19 +0300)]
Move git submodule check and version generation to main Makefile

7 years agoRemove unneded code from tmk_core/rules.mk
Fred Sundvik [Mon, 8 Aug 2016 08:06:47 +0000 (11:06 +0300)]
Remove unneded code from tmk_core/rules.mk

7 years agoActual compilation
Fred Sundvik [Mon, 8 Aug 2016 07:26:23 +0000 (10:26 +0300)]
Actual compilation

7 years agoAdd color output
Fred Sundvik [Sun, 7 Aug 2016 22:16:06 +0000 (01:16 +0300)]
Add color output

7 years agoFix running make from various subfolders
Fred Sundvik [Sun, 7 Aug 2016 18:28:14 +0000 (21:28 +0300)]
Fix running make from various subfolders

7 years agoFixed the shortcut targets
Fred Sundvik [Sun, 7 Aug 2016 16:22:21 +0000 (19:22 +0300)]
Fixed the shortcut targets

7 years agoProper default goals when inside keyboard fodlers
Fred Sundvik [Sun, 7 Aug 2016 16:16:44 +0000 (19:16 +0300)]
Proper default goals when inside keyboard fodlers

7 years agoAdd backwards compability with makefile variables
Fred Sundvik [Sun, 7 Aug 2016 15:54:12 +0000 (18:54 +0300)]
Add backwards compability with makefile variables

7 years agoProper handling for running make from a subproject or keymap dir
Fred Sundvik [Sun, 7 Aug 2016 15:44:57 +0000 (18:44 +0300)]
Proper handling for running make from a subproject or keymap dir

7 years agoSplit subproject make files into Makefile and rules.mk
Fred Sundvik [Sun, 7 Aug 2016 15:38:03 +0000 (18:38 +0300)]
Split subproject make files into Makefile and rules.mk

7 years agoSupport for running from keyboard directory
Fred Sundvik [Sun, 7 Aug 2016 15:30:58 +0000 (18:30 +0300)]
Support for running from keyboard directory

7 years agoPrint error when building non-existing keyboard
Fred Sundvik [Sun, 7 Aug 2016 15:15:45 +0000 (18:15 +0300)]
Print error when building non-existing keyboard

7 years agoPrint error message when trying to build non-existing keymap
Fred Sundvik [Sun, 7 Aug 2016 15:12:45 +0000 (18:12 +0300)]
Print error message when trying to build non-existing keymap

7 years agoProper parsing of keymaps inside subprojects
Fred Sundvik [Sun, 7 Aug 2016 14:48:59 +0000 (17:48 +0300)]
Proper parsing of keymaps inside subprojects

7 years agoSplit keyboard makefiles into rules and Makefile
Fred Sundvik [Sun, 7 Aug 2016 14:04:39 +0000 (17:04 +0300)]
Split keyboard makefiles into rules and Makefile

7 years agoAdd default subproject parsing
Fred Sundvik [Sun, 7 Aug 2016 13:45:33 +0000 (16:45 +0300)]
Add default subproject parsing

7 years agoSlight rearrange of the Makefile for easier readability
Fred Sundvik [Sun, 7 Aug 2016 13:02:14 +0000 (16:02 +0300)]
Slight rearrange of the Makefile for easier readability

7 years agoSlight refactoring to remove some verbosity
Fred Sundvik [Sun, 7 Aug 2016 12:56:41 +0000 (15:56 +0300)]
Slight refactoring to remove some verbosity

7 years agoSubproject parsing
Fred Sundvik [Sun, 7 Aug 2016 11:33:49 +0000 (14:33 +0300)]
Subproject parsing

Does not handle keyboards without subprojects correctly yet.

7 years agoProper looping for allkb and allkm
Fred Sundvik [Thu, 4 Aug 2016 06:56:03 +0000 (09:56 +0300)]
Proper looping for allkb and allkm

7 years agoRefactor common rule list parsing into own function
Fred Sundvik [Thu, 4 Aug 2016 06:17:02 +0000 (09:17 +0300)]
Refactor common rule list parsing into own function

7 years agoAdd keymap parsing
Fred Sundvik [Thu, 4 Aug 2016 05:49:44 +0000 (08:49 +0300)]
Add keymap parsing

7 years agoRule parsing to match kebyoards
Fred Sundvik [Wed, 3 Aug 2016 06:28:47 +0000 (09:28 +0300)]
Rule parsing to match kebyoards

7 years agoFirst version of rule parsing
Fred Sundvik [Wed, 3 Aug 2016 05:44:11 +0000 (08:44 +0300)]
First version of rule parsing

Only handles allkb at the moment.

7 years agoParsing of makefile variables from starting dir
Fred Sundvik [Mon, 1 Aug 2016 06:23:37 +0000 (09:23 +0300)]
Parsing of makefile variables from starting dir

7 years agoMerge pull request #662 from toneman77/iso_satan
Jack Humbert [Fri, 19 Aug 2016 21:55:54 +0000 (17:55 -0400)]
Merge pull request #662 from toneman77/iso_satan

Satan Cleanup

7 years agoMerge pull request #663 from tomb0y/kc60_workman_dead
Jack Humbert [Fri, 19 Aug 2016 21:54:12 +0000 (17:54 -0400)]
Merge pull request #663 from tomb0y/kc60_workman_dead

Add the workman-dead layout for kc60

7 years agoNoting the change directory.
Sean Reifschneider [Fri, 19 Aug 2016 20:52:05 +0000 (14:52 -0600)]
Noting the change directory.

7 years agoAdding submodule note.
Sean Reifschneider [Fri, 19 Aug 2016 20:49:29 +0000 (14:49 -0600)]
Adding submodule note.

7 years agoAdding jafo layout.
Sean Reifschneider [Fri, 19 Aug 2016 20:42:41 +0000 (14:42 -0600)]
Adding jafo layout.

7 years agoAdding nicer Infinity build instructions.
Sean Reifschneider [Fri, 19 Aug 2016 20:36:41 +0000 (14:36 -0600)]
Adding nicer Infinity build instructions.

7 years agoAdd the workman-dead layout for kc60
zs [Fri, 19 Aug 2016 19:59:08 +0000 (21:59 +0200)]
Add the workman-dead layout for kc60

7 years ago- Moved Insert/Del in Esc layer
dbroqua [Fri, 19 Aug 2016 19:10:07 +0000 (21:10 +0200)]
- Moved Insert/Del in Esc layer

7 years ago- Updated lower and raise layer
dbroqua [Fri, 19 Aug 2016 19:00:24 +0000 (21:00 +0200)]
- Updated lower and raise layer

7 years agoMerge pull request #660 from toneman77/amj60
Jack Humbert [Fri, 19 Aug 2016 15:19:52 +0000 (11:19 -0400)]
Merge pull request #660 from toneman77/amj60

new keyboard: AMJ60

7 years ago- Added readme file and layout preview
dbroqua [Fri, 19 Aug 2016 12:17:07 +0000 (14:17 +0200)]
- Added readme file and layout preview

7 years ago- Moved Home/End/PgUp/PgDn on arrow keys
dbroqua [Fri, 19 Aug 2016 12:01:37 +0000 (14:01 +0200)]
- Moved Home/End/PgUp/PgDn on arrow keys

7 years agoforgot media keys
Toni [Fri, 19 Aug 2016 08:24:48 +0000 (10:24 +0200)]
forgot media keys

7 years agoMerge remote-tracking branch 'origin/master' into amj60
Toni [Fri, 19 Aug 2016 07:49:56 +0000 (09:49 +0200)]
Merge remote-tracking branch 'origin/master' into amj60
merge with upstream

7 years ago- Moved Brite function on esc to avoid conflict with ctrl key.
dbroqua [Fri, 19 Aug 2016 07:39:25 +0000 (09:39 +0200)]
- Moved Brite function on esc to avoid conflict with ctrl key.

7 years ago- Updated dbroqua layout for planck keyboard
dbroqua [Fri, 19 Aug 2016 07:19:55 +0000 (09:19 +0200)]
- Updated dbroqua layout for planck keyboard

7 years agoAdded compatibility for the Infinity ErgoDox to my Ergodox keymap.
Xyverz [Fri, 19 Aug 2016 05:43:31 +0000 (22:43 -0700)]
Added compatibility for the Infinity ErgoDox to my Ergodox keymap.
Updated readme.md to reflect this change.

7 years agoMerge pull request #655 from Dbroqua/patch-1
Jack Humbert [Thu, 18 Aug 2016 23:25:36 +0000 (19:25 -0400)]
Merge pull request #655 from Dbroqua/patch-1

Added dbroqua layout for planck keyboard

7 years agoMerge pull request #656 from Vifon/dynamic_macros
Jack Humbert [Thu, 18 Aug 2016 23:23:53 +0000 (19:23 -0400)]
Merge pull request #656 from Vifon/dynamic_macros

Improve the dynamic macro documentation

7 years agoImprove the dynamic macro documentation
Wojciech Siewierski [Thu, 18 Aug 2016 22:17:57 +0000 (00:17 +0200)]
Improve the dynamic macro documentation

7 years agoAdded dbroqua layout for planck keyboard
Damien [Thu, 18 Aug 2016 20:25:13 +0000 (22:25 +0200)]
Added dbroqua layout for planck keyboard

7 years agoMerge pull request #652 from iFreilicht/master
Jack Humbert [Thu, 18 Aug 2016 14:34:22 +0000 (10:34 -0400)]
Merge pull request #652 from iFreilicht/master

Added S60-X keyboard

7 years agoMerge pull request #651 from algernon/f/register16
Jack Humbert [Thu, 18 Aug 2016 14:32:16 +0000 (10:32 -0400)]
Merge pull request #651 from algernon/f/register16

Add a register/unregister_code16 pair of functions

7 years agoMerge pull request #650 from Xyverz/master
Jack Humbert [Thu, 18 Aug 2016 14:31:17 +0000 (10:31 -0400)]
Merge pull request #650 from Xyverz/master

Minor changes to keymaps and other files

7 years agoMerge pull request #654 from algernon/h/planck-circuit-tap-dance-fix
Jack Humbert [Thu, 18 Aug 2016 14:04:02 +0000 (10:04 -0400)]
Merge pull request #654 from algernon/h/planck-circuit-tap-dance-fix

planck/circuit: Update after the latest tap-dance change

7 years agomade a correct default KEYMAP. moved the old one to KEYMAP_ANSI
Toni [Thu, 18 Aug 2016 13:57:17 +0000 (15:57 +0200)]
made a correct default KEYMAP. moved the old one to KEYMAP_ANSI
fixed all layouts that were referencing KEYMAP to KEYMAP_ANSI
whitespace prettyfying

7 years agosmyll typo fixed
Toni [Thu, 18 Aug 2016 13:32:06 +0000 (15:32 +0200)]
smyll typo fixed

7 years agoamj60 variant of the readme
Toni [Thu, 18 Aug 2016 13:30:52 +0000 (15:30 +0200)]
amj60 variant of the readme

7 years agofirst attempt at documentation for the amj60 board
Toni [Thu, 18 Aug 2016 13:22:34 +0000 (15:22 +0200)]
first attempt at documentation for the amj60 board

7 years agoplanck/circuit: Update after the latest tap-dance change
Gergely Nagy [Thu, 18 Aug 2016 11:20:25 +0000 (13:20 +0200)]
planck/circuit: Update after the latest tap-dance change

Fixes #653.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
7 years agouniform whitespace
Toni [Thu, 18 Aug 2016 11:10:02 +0000 (13:10 +0200)]
uniform whitespace

7 years agoinitial commit for the AMJ60 PCB
Toni [Thu, 18 Aug 2016 11:06:16 +0000 (13:06 +0200)]
initial commit for the AMJ60 PCB

7 years agoAdded info to docs
Felix Uhl [Thu, 18 Aug 2016 10:15:10 +0000 (12:15 +0200)]
Added info to docs

7 years agoMerge pull request #1 from jackhumbert/master
Felix Uhl [Thu, 18 Aug 2016 10:02:31 +0000 (12:02 +0200)]
Merge pull request #1 from jackhumbert/master

Merging from base Repo

7 years agoBugfixes
Felix Uhl [Thu, 18 Aug 2016 09:56:44 +0000 (11:56 +0200)]
Bugfixes

7 years agoFinal link fix
Felix Uhl [Thu, 18 Aug 2016 09:45:56 +0000 (11:45 +0200)]
Final link fix

7 years agoMore link fixing
Felix Uhl [Thu, 18 Aug 2016 09:43:32 +0000 (11:43 +0200)]
More link fixing

7 years agoFixed links again
Felix Uhl [Thu, 18 Aug 2016 09:41:52 +0000 (11:41 +0200)]
Fixed links again

Note to self: check before commiting.

7 years agoFixed dead link
Felix Uhl [Thu, 18 Aug 2016 09:40:05 +0000 (11:40 +0200)]
Fixed dead link

7 years agoMinor documentation changes
Felix Uhl [Thu, 18 Aug 2016 09:38:04 +0000 (11:38 +0200)]
Minor documentation changes

7 years agoAdd a register/unregister_code16 pair of functions
Gergely Nagy [Thu, 18 Aug 2016 09:29:53 +0000 (11:29 +0200)]
Add a register/unregister_code16 pair of functions

These functions register not only the 8bit keycode, but the modifiers
too. It doesn't handle the full range of the upper 8bits, just the mods,
but that's a good start.

Changed the tap-dance pair functions to use these, so one can do:

  `ACTION_TAP_DANCE_DOUBLE (KC_COLN, KC_SCLN)`

...and that will do the right thing.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
7 years agoFixed links again
Felix Uhl [Thu, 18 Aug 2016 09:16:10 +0000 (11:16 +0200)]
Fixed links again