]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
7 years agoSlightly saner default keymap for ps2avrGB and removed some unused code
Luiz Ribeiro [Sat, 21 Jan 2017 23:15:39 +0000 (18:15 -0500)]
Slightly saner default keymap for ps2avrGB and removed some unused code

7 years agoSimplified and polished a bit the code changes on tmk_core
Luiz Ribeiro [Sat, 21 Jan 2017 22:09:17 +0000 (17:09 -0500)]
Simplified and polished a bit the code changes on tmk_core

7 years agoRenamed JSON source of Ergodox Swiss German
Andreas Schmidt [Sat, 21 Jan 2017 19:58:28 +0000 (20:58 +0100)]
Renamed JSON source of Ergodox Swiss German

- Renamed the JSON source files for the layout description of
    the Ergodox Swiss German keymap

7 years agoCorrect layout description of ergodox swissgerman
Andreas Schmidt [Sat, 21 Jan 2017 19:55:18 +0000 (20:55 +0100)]
Correct layout description of ergodox swissgerman

- Added missing HTML macros to media layer.

7 years agoRemoved Ergodox EZ & Infinity specific keymaps
Andreas Schmidt [Sat, 21 Jan 2017 19:22:24 +0000 (20:22 +0100)]
Removed Ergodox EZ & Infinity specific keymaps

- Removed the keymaps for Swiss German spefic for Ergodox EZ
    and Infinity after previously merging them.

7 years agoMerged keymap for Ergodox EZ & Infinity
Andreas Schmidt [Sat, 21 Jan 2017 19:20:47 +0000 (20:20 +0100)]
Merged keymap for Ergodox EZ & Infinity

- Merged keymap for Ergodox EZ & Infinity into one single
    keymap using pre-processor macros.

7 years agoSimplification and code polish on ps2avrGB directory
Luiz Ribeiro [Sat, 21 Jan 2017 18:44:36 +0000 (13:44 -0500)]
Simplification and code polish on ps2avrGB directory

7 years agoGot ps2avrGB to work with the V-USB protocol
Luiz Ribeiro [Sat, 21 Jan 2017 17:30:06 +0000 (12:30 -0500)]
Got ps2avrGB to work with the V-USB protocol

7 years agomake shell layer more compatible with default layer
lucwastiaux [Sat, 21 Jan 2017 15:42:23 +0000 (23:42 +0800)]
make shell layer more compatible with default layer

7 years agoAdd Swiss German layout for Ergodox Infinity
Andreas Schmidt [Sat, 21 Jan 2017 15:24:41 +0000 (16:24 +0100)]
Add Swiss German layout for Ergodox Infinity

- Add Swiss German layout for Ergodox Infinity based on default
    layout for Ergodox EZ.
- Minor changes in the event loop to prevent flashing display
    background lights.

7 years agoAdd Swiss German layout for Ergodox EZ
Andreas Schmidt [Sat, 21 Jan 2017 15:22:40 +0000 (16:22 +0100)]
Add Swiss German layout for Ergodox EZ

- Add Swiss German layout for Ergodox EZ based on default
    layout for Ergodox EZ.
- Minor changes in the event loop to prevent flashing of leds.

7 years agocouple of changes to the shell layer
lucwastiaux [Sat, 21 Jan 2017 15:15:37 +0000 (23:15 +0800)]
couple of changes to the shell layer

7 years agosimplify
Callum Oakley [Fri, 20 Jan 2017 21:22:18 +0000 (21:22 +0000)]
simplify

7 years agointroduce shell_layer
lucwastiaux [Thu, 19 Jan 2017 14:45:30 +0000 (22:45 +0800)]
introduce shell_layer

7 years agoMerge pull request #1016 from arthurnn/patch-1
Jack Humbert [Thu, 19 Jan 2017 02:28:43 +0000 (21:28 -0500)]
Merge pull request #1016 from arthurnn/patch-1

this is the atreus doc

7 years agothis is the atreus doc
Arthur Nogueira Neves [Thu, 19 Jan 2017 02:12:02 +0000 (21:12 -0500)]
this is the atreus doc

7 years agoadded mods status bit to visualizer.
SjB [Wed, 18 Jan 2017 02:47:07 +0000 (21:47 -0500)]
added mods status bit to visualizer.

Since we can't read the real_mods and oneshot_mods static variable
directly within the update_user_visualizer_state
function (Threading and serial link). We are know storing the mods
states in the visualizer_keyboard_status_t structure. We can now
display the status of the modifier keys on the LCD display.

7 years agoMerge pull request #1013 from mitchlloyd/mitch-keymap-update
Jack Humbert [Tue, 17 Jan 2017 21:38:31 +0000 (16:38 -0500)]
Merge pull request #1013 from mitchlloyd/mitch-keymap-update

Update mitch layout for new keymaps

7 years agoUpdate mitch layout for new keymaps
Mitch Lloyd [Tue, 17 Jan 2017 20:48:58 +0000 (12:48 -0800)]
Update mitch layout for new keymaps

7 years agoput shell nav under tab, introduce an OSL for the brackets layer
lucwastiaux [Tue, 17 Jan 2017 12:34:05 +0000 (20:34 +0800)]
put shell nav under tab, introduce an OSL for the brackets layer

7 years agooneshot timeout would only timeout after an event.
SjB [Mon, 16 Jan 2017 04:12:42 +0000 (23:12 -0500)]
oneshot timeout would only timeout after an event.

After setting a ONESHOT_TIMEOUT value, the oneshot layer state would
not expire without an event being triggered (key pressed). The reason
was that in the process_record function we would return priort to
execute the process_action function if it detected a NOEVENT cycle. The
process_action contained the codes to timeout the oneshot layer state.
The codes to clear the oneshot layer state have been move just in
front of where we check for the NOEVENT cycle in the process_record
function.

7 years agoMerge pull request #987 from belak/belak/whitefox-initial-support
Jack Humbert [Sun, 15 Jan 2017 06:14:02 +0000 (01:14 -0500)]
Merge pull request #987 from belak/belak/whitefox-initial-support

Initial whitefox support

7 years agoMerge pull request #996 from milestogo/master
Jack Humbert [Sun, 15 Jan 2017 06:13:15 +0000 (01:13 -0500)]
Merge pull request #996 from milestogo/master

kinesis keyboard with subdirectories for different hardware - matches pull #911

7 years agoMerge pull request #999 from deadcyclo/master
Jack Humbert [Sun, 15 Jan 2017 06:12:21 +0000 (01:12 -0500)]
Merge pull request #999 from deadcyclo/master

Adds layer images to the deadcyclo layout readme

7 years agoMerge pull request #1003 from mneme/master
Jack Humbert [Sun, 15 Jan 2017 06:12:04 +0000 (01:12 -0500)]
Merge pull request #1003 from mneme/master

Layout "Mneme" for Atreus62

7 years agoMerge pull request #1005 from kd0kkv/patch-1
Jack Humbert [Sun, 15 Jan 2017 06:11:38 +0000 (01:11 -0500)]
Merge pull request #1005 from kd0kkv/patch-1

Update keymap.c

7 years agoMerge pull request #1006 from Vifon/master
Jack Humbert [Sun, 15 Jan 2017 06:11:04 +0000 (01:11 -0500)]
Merge pull request #1006 from Vifon/master

Update the vifon keymap

7 years agoMerge pull request #1007 from bryan4887/bryan
Jack Humbert [Sun, 15 Jan 2017 06:10:39 +0000 (01:10 -0500)]
Merge pull request #1007 from bryan4887/bryan

Added Bryan's keymap

7 years agoMerge pull request #1009 from getclacking/master
Jack Humbert [Sun, 15 Jan 2017 06:09:50 +0000 (01:09 -0500)]
Merge pull request #1009 from getclacking/master

Typo fix

7 years agoTypo fix
Jason Milkins [Sun, 15 Jan 2017 06:08:17 +0000 (14:08 +0800)]
Typo fix

7 years agoAdded Bryan's keymap
Bryan Hernandez [Sat, 14 Jan 2017 03:35:09 +0000 (21:35 -0600)]
Added Bryan's keymap

7 years agoMerge pull request #1004 from jackhumbert/hf/scmd
Erez Zukerman [Sat, 14 Jan 2017 02:16:10 +0000 (21:16 -0500)]
Merge pull request #1004 from jackhumbert/hf/scmd

Adds SCMD and SCMD_T

7 years agoUpdate quantum_keycodes.h
Jack Humbert [Fri, 13 Jan 2017 19:04:51 +0000 (14:04 -0500)]
Update quantum_keycodes.h

7 years agoUpdate the vifon keymap
Wojciech Siewierski [Sun, 18 Dec 2016 00:39:41 +0000 (01:39 +0100)]
Update the vifon keymap

7 years agoUpdate keymap.c
kd0kkv [Fri, 13 Jan 2017 14:30:46 +0000 (08:30 -0600)]
Update keymap.c

Fixed the default querty layout to have a B button and just one F

7 years agoUpdate makefile.
David Olsson [Thu, 12 Jan 2017 15:00:09 +0000 (16:00 +0100)]
Update makefile.
Readme.

7 years ago- Change docs to match keymap.
David Olsson [Thu, 12 Jan 2017 14:36:14 +0000 (15:36 +0100)]
- Change docs to match keymap.
- Switched around modifiers on the function layer to match muscle memory.
- Added support for application switching.

7 years agoA shot at aliasing
Erez Zukerman [Thu, 12 Jan 2017 12:38:07 +0000 (07:38 -0500)]
A shot at aliasing

7 years agoAdds SCMD and SCMD_T
Erez Zukerman [Thu, 12 Jan 2017 02:57:41 +0000 (21:57 -0500)]
Adds SCMD and SCMD_T

7 years agoRemove comments and change to correct KN_PLUS instead of KC_PLUS.
David Olsson [Wed, 11 Jan 2017 23:14:42 +0000 (00:14 +0100)]
Remove comments and change to correct KN_PLUS instead of KC_PLUS.

7 years agoLink fix in readme.
David Olsson [Wed, 11 Jan 2017 22:43:13 +0000 (23:43 +0100)]
Link fix in readme.

7 years agoReadme + minor change to make it match reality.
David Olsson [Wed, 11 Jan 2017 22:41:07 +0000 (23:41 +0100)]
Readme + minor change to make it match reality.

7 years agoAtreus62 first semi-final draft
David Olsson [Wed, 11 Jan 2017 22:00:34 +0000 (23:00 +0100)]
Atreus62 first semi-final draft

7 years agoFixed incorrect layer image in deadcyclo readme
Brendan Johan Lee [Tue, 10 Jan 2017 18:23:59 +0000 (19:23 +0100)]
Fixed incorrect layer image in deadcyclo readme

7 years agoMerge remote-tracking branch 'upstream/master'
Brendan Johan Lee [Tue, 10 Jan 2017 18:21:33 +0000 (19:21 +0100)]
Merge remote-tracking branch 'upstream/master'

7 years agoAdded layer images to deadcyclo layout readme
Brendan Johan Lee [Tue, 10 Jan 2017 18:20:25 +0000 (19:20 +0100)]
Added layer images to deadcyclo layout readme

7 years agoWait for two ticks rather than 1
Kaleb Elwert [Tue, 10 Jan 2017 11:00:36 +0000 (03:00 -0800)]
Wait for two ticks rather than 1

7 years agoFix mismatched indentation
Kaleb Elwert [Mon, 9 Jan 2017 19:57:44 +0000 (11:57 -0800)]
Fix mismatched indentation

7 years agoUpdate clock frequencies to match the infinity ergodox
Kaleb Elwert [Mon, 9 Jan 2017 19:15:10 +0000 (11:15 -0800)]
Update clock frequencies to match the infinity ergodox

7 years agoIncrease tick frequency for responsiveness
Kaleb Elwert [Mon, 9 Jan 2017 18:54:36 +0000 (10:54 -0800)]
Increase tick frequency for responsiveness

Based off of PR #866 which did the same thing for the infinity60

7 years agoRemove KC_ prefix from KEYMAP macro to match other keyboards
Kaleb Elwert [Mon, 9 Jan 2017 18:45:23 +0000 (10:45 -0800)]
Remove KC_ prefix from KEYMAP macro to match other keyboards

7 years agoremoving old programmer layout, in favor of milestogo
milestogo [Mon, 9 Jan 2017 06:25:41 +0000 (22:25 -0800)]
removing old programmer layout, in favor of milestogo

7 years agotrying to clean up duplicate docs
milestogo [Mon, 9 Jan 2017 06:17:47 +0000 (22:17 -0800)]
trying to clean up duplicate docs

7 years agokinesis remap
milestogo [Mon, 9 Jan 2017 06:02:01 +0000 (22:02 -0800)]
kinesis remap

7 years agoMerge pull request #994 from priyadi/unicode_mods_fix
Jack Humbert [Mon, 9 Jan 2017 02:12:02 +0000 (21:12 -0500)]
Merge pull request #994 from priyadi/unicode_mods_fix

Unregister all mods before inputting Unicode, and reregister afterwards

7 years agoMerge pull request #993 from priyadi/greek_layer
Jack Humbert [Mon, 9 Jan 2017 02:11:32 +0000 (21:11 -0500)]
Merge pull request #993 from priyadi/greek_layer

Greek alphabet layer

7 years agoMerge pull request #990 from replicaJunction/master
Jack Humbert [Mon, 9 Jan 2017 02:10:42 +0000 (21:10 -0500)]
Merge pull request #990 from replicaJunction/master

Update replicaJunction keymap

7 years agoUnregister all mods before inputting Unicode, and reregister afterwards
Priyadi Iman Nurcahyo [Sun, 8 Jan 2017 19:59:10 +0000 (02:59 +0700)]
Unregister all mods before inputting Unicode, and reregister afterwards

7 years agoGreek alphabet layer
Priyadi Iman Nurcahyo [Sun, 8 Jan 2017 19:50:13 +0000 (02:50 +0700)]
Greek alphabet layer

7 years agoMerge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium
Priyadi Iman Nurcahyo [Sun, 8 Jan 2017 19:48:07 +0000 (02:48 +0700)]
Merge branch 'promethium' of github.com:priyadi/qmk_firmware into promethium

7 years agoom telolet om
Priyadi Iman Nurcahyo [Sun, 8 Jan 2017 15:45:16 +0000 (22:45 +0700)]
om telolet om

7 years agoom telolet om
Priyadi Iman Nurcahyo [Sun, 8 Jan 2017 15:45:16 +0000 (22:45 +0700)]
om telolet om

7 years agoRemoved build.bat
Joshua T [Sat, 7 Jan 2017 20:05:04 +0000 (14:05 -0600)]
Removed build.bat

Make.exe is easy enough to use, and there's no real sense in having a wrapper aroung it.

7 years agoMerged from upstream
Joshua T [Sat, 7 Jan 2017 20:01:21 +0000 (14:01 -0600)]
Merged from upstream

7 years agoUpdated README and images to reflect latest keymap
Joshua T [Sat, 7 Jan 2017 19:57:51 +0000 (13:57 -0600)]
Updated README and images to reflect latest keymap

7 years agoAdded another Shift on Extend layer.
Joshua T [Sat, 7 Jan 2017 19:07:55 +0000 (13:07 -0600)]
Added another Shift on Extend layer.

This moves the GUI key to the pinkie, but honestly, I never use that function anyway.

7 years agoUpdated Atreus layout to 0.4
Joshua T [Sat, 7 Jan 2017 01:56:11 +0000 (19:56 -0600)]
Updated Atreus layout to 0.4

Removed Alt on base layer, replaced with Function layer.

Moved function keys to left hand.  Added mouse keys to right hand on the function layer.

Moved middle click on gaming layer to be consistent with mouse layer.

Added macro _USER. Macro contents are not implemented yet.

7 years agoIncreased TAPPING_TERM to 200
Joshua T [Fri, 6 Jan 2017 23:08:14 +0000 (17:08 -0600)]
Increased TAPPING_TERM to 200

7 years agoFixed key not matching its diagram
Joshua T [Fri, 6 Jan 2017 23:07:58 +0000 (17:07 -0600)]
Fixed key not matching its diagram

7 years agoMerge pull request #989 from ishigoya/master
Jack Humbert [Fri, 6 Jan 2017 22:28:45 +0000 (17:28 -0500)]
Merge pull request #989 from ishigoya/master

Keymap

7 years ago new file: keyboards/ergodox/keymaps/ishigoya-jp/img/keyboard-layout-enL.png
ishigoya [Fri, 6 Jan 2017 08:53:04 +0000 (17:53 +0900)]
new file:   keyboards/ergodox/keymaps/ishigoya-jp/img/keyboard-layout-enL.png
new file:   keyboards/ergodox/keymaps/ishigoya-jp/img/keyboard-layout-jpL.png
new file:   keyboards/ergodox/keymaps/ishigoya-jp/img/keyboard-layout-numL.png
modified:   keyboards/ergodox/keymaps/ishigoya-jp/keymap.c
new file:   keyboards/ergodox/keymaps/ishigoya-jp/readme.md

7 years ago new file: keyboards/ergodox/keymaps/ishigoya-jp/keymap.c
ishigoya [Fri, 6 Jan 2017 07:41:14 +0000 (16:41 +0900)]
new file:   keyboards/ergodox/keymaps/ishigoya-jp/keymap.c

7 years agoFix unrelated spelling error
Kaleb Elwert [Thu, 5 Jan 2017 05:20:06 +0000 (21:20 -0800)]
Fix unrelated spelling error

7 years agoAdd white fox to keyboards readme
Kaleb Elwert [Thu, 5 Jan 2017 05:19:32 +0000 (21:19 -0800)]
Add white fox to keyboards readme

7 years agoMerge pull request #983 from common-nighthawk/master
Jack Humbert [Thu, 5 Jan 2017 04:41:56 +0000 (23:41 -0500)]
Merge pull request #983 from common-nighthawk/master

adds personal keymap for ergodox optimized for macOS with Vim

7 years agoMerge pull request #984 from deadcyclo/master
Jack Humbert [Thu, 5 Jan 2017 04:41:29 +0000 (23:41 -0500)]
Merge pull request #984 from deadcyclo/master

Added the deadcyclo layout

7 years agoMerge pull request #988 from jcowgar/master
Jack Humbert [Thu, 5 Jan 2017 04:39:52 +0000 (23:39 -0500)]
Merge pull request #988 from jcowgar/master

Added Jeremy’s developers keymap for the Planck

7 years agoAdded Jeremy’s developers keymap for the Planck
Jeremy Cowgar [Wed, 4 Jan 2017 15:51:00 +0000 (10:51 -0500)]
Added Jeremy’s developers keymap for the Planck

7 years agoAdd whitefox readme
Kaleb Elwert [Wed, 4 Jan 2017 08:29:58 +0000 (00:29 -0800)]
Add whitefox readme

7 years agoRemove unneeded define
Kaleb Elwert [Wed, 4 Jan 2017 08:05:18 +0000 (00:05 -0800)]
Remove unneeded define

7 years agoInitial whitefox support
Kaleb Elwert [Wed, 4 Jan 2017 07:41:52 +0000 (23:41 -0800)]
Initial whitefox support

7 years agofix version macro making layer 3 sticky on deadcyclo layout
Brendan Johan Lee [Tue, 3 Jan 2017 14:09:25 +0000 (15:09 +0100)]
fix version macro making layer 3 sticky on deadcyclo layout

7 years agoAdded the deadcyclo layout
Brendan Johan Lee [Mon, 2 Jan 2017 18:12:06 +0000 (19:12 +0100)]
Added the deadcyclo layout

7 years agoUpdate config.h
Jack Humbert [Mon, 2 Jan 2017 14:57:39 +0000 (09:57 -0500)]
Update config.h

7 years agoreverts change outside of personal keymap.
Daniel [Mon, 2 Jan 2017 03:55:10 +0000 (20:55 -0700)]
reverts change outside of personal keymap.

7 years agoadds dedicated double-quote key.
Daniel [Mon, 2 Jan 2017 03:09:30 +0000 (20:09 -0700)]
adds dedicated double-quote key.

7 years agoMerge pull request #980 from TerryMathews/master
Jack Humbert [Sat, 31 Dec 2016 18:38:10 +0000 (13:38 -0500)]
Merge pull request #980 from TerryMathews/master

Establish support for AMJPAD

7 years agoAdd support for supplementary planes for OS X
Jonas Oberschweiber [Sat, 31 Dec 2016 18:37:56 +0000 (19:37 +0100)]
Add support for supplementary planes for OS X

7 years agoEstablish support for AMJPAD
TerryMathews [Sat, 31 Dec 2016 18:19:05 +0000 (13:19 -0500)]
Establish support for AMJPAD

7 years agoMerge pull request #975 from fredizzimo/remove_temp_files
Jack Humbert [Fri, 30 Dec 2016 16:12:47 +0000 (11:12 -0500)]
Merge pull request #975 from fredizzimo/remove_temp_files

Remove extra file that has been commited by mistake

7 years agoMerge pull request #976 from fredizzimo/fix_makefile_on_cygwin
Jack Humbert [Fri, 30 Dec 2016 16:08:02 +0000 (11:08 -0500)]
Merge pull request #976 from fredizzimo/fix_makefile_on_cygwin

Fix makefile on cygwin

7 years agoMerge pull request #973 from Wilba6582/keycode_refactor
Jack Humbert [Fri, 30 Dec 2016 16:07:17 +0000 (11:07 -0500)]
Merge pull request #973 from Wilba6582/keycode_refactor

Keycode refactor

7 years agoMerge pull request #971 from algernon/ergodox-ez/algernon
Jack Humbert [Fri, 30 Dec 2016 16:06:21 +0000 (11:06 -0500)]
Merge pull request #971 from algernon/ergodox-ez/algernon

ergodox: Update algernon's keymap to v1.10

7 years agoMerge pull request #974 from fredizzimo/remove_malloc_from_sysex
Jack Humbert [Fri, 30 Dec 2016 16:05:50 +0000 (11:05 -0500)]
Merge pull request #974 from fredizzimo/remove_malloc_from_sysex

API Sysex fixes

7 years agoMerge pull request #972 from mechkeys/rgb_compat
Jack Humbert [Fri, 30 Dec 2016 02:42:16 +0000 (21:42 -0500)]
Merge pull request #972 from mechkeys/rgb_compat

Add extern for 'led' global, set 'weak' attribute for rgblight_set()

7 years agoRemoved errant +
Scott Wilson [Thu, 29 Dec 2016 14:32:02 +0000 (09:32 -0500)]
Removed errant +

7 years agoClean up the SKIP_GIT code
Fred Sundvik [Thu, 29 Dec 2016 13:20:43 +0000 (15:20 +0200)]
Clean up the SKIP_GIT code

7 years agoRemove extra parenthesis from Makefile
Fred Sundvik [Thu, 29 Dec 2016 12:56:01 +0000 (14:56 +0200)]
Remove extra parenthesis from Makefile

Cygwin had trouble running the tests

7 years agoRemove extra file that has been commited by mistake
Fred Sundvik [Thu, 29 Dec 2016 10:26:41 +0000 (12:26 +0200)]
Remove extra file that has been commited by mistake

7 years agoAPI Sysex fixes
Fred Sundvik [Thu, 29 Dec 2016 10:13:30 +0000 (12:13 +0200)]
API Sysex fixes

Fix memory leaks by using stack instead of malloc
Reduce memory usage by having less temporary bufffers
Remove warnings by adding includes
Decrease code size by 608 bytes (mostly due to not linking malloc)
More robust handling of buffer overflows