]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
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 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 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 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 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

7 years agoFixed pictures and links
Felix Uhl [Thu, 18 Aug 2016 09:11:42 +0000 (11:11 +0200)]
Fixed pictures and links

7 years agoDocumentation overhaul.
Felix Uhl [Thu, 18 Aug 2016 08:37:32 +0000 (10:37 +0200)]
Documentation overhaul.

7 years agocleanup, readability , shift swap in ISO_SPLIT_RSHIFT
Toni [Thu, 18 Aug 2016 08:06:13 +0000 (10:06 +0200)]
cleanup, readability , shift swap in ISO_SPLIT_RSHIFT

7 years agoSmall changes, renamed keymap
Felix Uhl [Thu, 18 Aug 2016 08:01:46 +0000 (10:01 +0200)]
Small changes, renamed keymap
Added MicMute
Revived all dead keys
Removed OS Shift

7 years agocorrected the split rshift key to reality
Toni [Thu, 18 Aug 2016 07:56:11 +0000 (09:56 +0200)]
corrected the split rshift key to reality
fixed my keymap in the process to adjust to that

7 years agoOne last change to the readme.
Xyverz [Thu, 18 Aug 2016 07:38:25 +0000 (00:38 -0700)]
One last change to the readme.

7 years agoOne last formatting change
Xyverz [Thu, 18 Aug 2016 07:35:32 +0000 (00:35 -0700)]
One last formatting change

7 years agomore formatting changes
Xyverz [Thu, 18 Aug 2016 07:34:22 +0000 (00:34 -0700)]
more formatting changes

7 years agoHopefully this fixes the layout diagrams.
Xyverz [Thu, 18 Aug 2016 07:27:54 +0000 (00:27 -0700)]
Hopefully this fixes the layout diagrams.

7 years agoAdded a readme, tidied up comments in the keymap.
Xyverz [Thu, 18 Aug 2016 07:22:56 +0000 (00:22 -0700)]
Added a readme, tidied up comments in the keymap.

7 years agoReturned RAISE and LOWER buttons to their original functions - too many inopportune...
Xyverz [Thu, 18 Aug 2016 07:05:24 +0000 (00:05 -0700)]
Returned RAISE and LOWER buttons to their original functions - too many inopportune ENTER inputs. :-(

7 years agoMerge branch 'master' of https://github.com/Xyverz/qmk_firmware
Xyverz [Thu, 18 Aug 2016 06:55:58 +0000 (23:55 -0700)]
Merge branch 'master' of https://github.com/Xyverz/qmk_firmware

7 years agoMerge remote-tracking branch 'upstream/master'
Xyverz [Thu, 18 Aug 2016 06:53:56 +0000 (23:53 -0700)]
Merge remote-tracking branch 'upstream/master'

this merge is necessary,

7 years agoMerge pull request #648 from Vifon/dynamic_macros
Jack Humbert [Thu, 18 Aug 2016 01:17:30 +0000 (21:17 -0400)]
Merge pull request #648 from Vifon/dynamic_macros

Implement the dynamic macros that are recorded in runtime

7 years agoMerge pull request #647 from Vifon/process_record_nocache-fix
Jack Humbert [Thu, 18 Aug 2016 01:16:49 +0000 (21:16 -0400)]
Merge pull request #647 from Vifon/process_record_nocache-fix

Fix the process_record_nocache function

7 years agoMerge pull request #645 from algernon/f/tap-dance/buffering
Jack Humbert [Thu, 18 Aug 2016 01:15:29 +0000 (21:15 -0400)]
Merge pull request #645 from algernon/f/tap-dance/buffering

tap-dance rework

7 years agoMerge pull request #640 from toneman77/iso_satan
Jack Humbert [Thu, 18 Aug 2016 01:11:59 +0000 (21:11 -0400)]
Merge pull request #640 from toneman77/iso_satan

heavily modified spacefn layout for iso boards using the satan PCB

7 years agoMerge pull request #638 from premek/master
Jack Humbert [Thu, 18 Aug 2016 01:11:02 +0000 (21:11 -0400)]
Merge pull request #638 from premek/master

Split layout for planck

7 years agoMerge pull request #637 from mld2443/master
Jack Humbert [Thu, 18 Aug 2016 01:10:33 +0000 (21:10 -0400)]
Merge pull request #637 from mld2443/master

Circuit keymap for Planck keyboard

7 years agoAdd the dynamic macros documentation to the readme
Wojciech Siewierski [Wed, 17 Aug 2016 23:40:54 +0000 (01:40 +0200)]
Add the dynamic macros documentation to the readme

7 years agoImplement the dynamic macros that are recorded in runtime
Wojciech Siewierski [Wed, 17 Aug 2016 23:37:13 +0000 (01:37 +0200)]
Implement the dynamic macros that are recorded in runtime

7 years agoFix the process_record_nocache function
Wojciech Siewierski [Wed, 17 Aug 2016 23:34:05 +0000 (01:34 +0200)]
Fix the process_record_nocache function

This function relies on checking the disable_action_cache static
variable before accessing the layer cache.

7 years agoUpdate readme.md
Xyverz [Wed, 17 Aug 2016 21:55:01 +0000 (14:55 -0700)]
Update readme.md

7 years agoCreate readme.md
Xyverz [Wed, 17 Aug 2016 21:54:05 +0000 (14:54 -0700)]
Create readme.md

7 years agowring keypress for german iso fixed. prettified
Toni [Wed, 17 Aug 2016 13:33:14 +0000 (15:33 +0200)]
wring keypress for german iso fixed. prettified

7 years agotap-dance: Major rework, to make it more reliable
Gergely Nagy [Wed, 17 Aug 2016 11:04:50 +0000 (13:04 +0200)]
tap-dance: Major rework, to make it more reliable

This reworks how the tap-dance feature works: instead of one global
state, we have a state for each tap-dance key, so we can cancel them
when another tap-dance key is in flight. This fixes #527.

Since we have a state for each key, we can avoid situation where a keyup
would mess with our global state. This fixes #563.

And while here, we also make sure to fire events only once, and this
fixes #574.

There is one breaking change, though: tap-dance debugging support was
removed, because dumping the whole state would increase the firmware
size too much. Any keymap that made use of this, will have to be
updated (but there's no such keymap in the repo).

Also, there's a nice trick used in this rework: we need to iterate
through tap_dance_actions in a few places, to check for timeouts, and so
on. For this, we'd need to know the size of the array. We can't discover
that at compile-time, because tap-dance gets compiled separately. We'd
like to avoid having to terminate the list with a sentinel value,
because that would require updates to all keymaps that use the feature.
So, we keep track of the highest tap-dance code seen so far, and iterate
until that index.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
7 years agotap-dance: Include action_tapping.h for TAPPING_TERM
Gergely Nagy [Wed, 17 Aug 2016 08:28:08 +0000 (10:28 +0200)]
tap-dance: Include action_tapping.h for TAPPING_TERM

Include `action_tapping.h`, so the keymap does not have to define a
`TAPPING_TERM` for us, and we can use the default.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
7 years agono more warning thanks to iFreilicht's tip with undef
Toni [Tue, 16 Aug 2016 15:35:03 +0000 (17:35 +0200)]
no more warning thanks to iFreilicht's tip with undef

7 years agoin accordance to keymap_makefile_example.mk
Toni [Tue, 16 Aug 2016 14:44:12 +0000 (16:44 +0200)]
in accordance to keymap_makefile_example.mk

7 years agominor grammer fixes
Toni [Tue, 16 Aug 2016 14:35:57 +0000 (16:35 +0200)]
minor grammer fixes

7 years agobig cleanup and minor refactoring. thanks iFreilicht.
Toni [Tue, 16 Aug 2016 14:32:42 +0000 (16:32 +0200)]
big cleanup and minor refactoring. thanks iFreilicht.

7 years agoUpdate readme.md
Přemek Vyhnal [Mon, 15 Aug 2016 23:07:34 +0000 (01:07 +0200)]
Update readme.md