]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Sun, 7 Feb 2016 00:49:52 +0000 (19:49 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoAdd in XOR of lowest 8 bits of system timer to encourage more randomness of the digit...
Christopher Browne [Sun, 7 Feb 2016 00:42:08 +0000 (19:42 -0500)]
Add in XOR of lowest 8 bits of system timer to encourage more randomness of the digits/letters chosen

8 years agoMerge pull request #129 from cbbrowne/master
Jack Humbert [Sat, 6 Feb 2016 00:12:05 +0000 (19:12 -0500)]
Merge pull request #129 from cbbrowne/master

Example of some "Random Keys"

8 years agoUpdate PCB_GUIDE.md
Jack Humbert [Sat, 6 Feb 2016 00:06:25 +0000 (19:06 -0500)]
Update PCB_GUIDE.md

8 years agoFixes CM_SCLN and updates docs for Colemak
Erez Zukerman [Fri, 5 Feb 2016 14:28:24 +0000 (16:28 +0200)]
Fixes CM_SCLN and updates docs for Colemak

8 years agoTweaks symbol layer (see changleog)
Erez Zukerman [Fri, 5 Feb 2016 14:22:21 +0000 (16:22 +0200)]
Tweaks symbol layer (see changleog)

8 years agoMerge pull request #126 from fernandodeperto/keymap_nordic
Jack Humbert [Fri, 5 Feb 2016 01:01:57 +0000 (20:01 -0500)]
Merge pull request #126 from fernandodeperto/keymap_nordic

Fix 2 macros in the Nordic keymap

8 years agoFix 2 macros in the Nordic keymap
Fernando Mendonca [Fri, 5 Feb 2016 00:50:54 +0000 (01:50 +0100)]
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.

8 years agoMerge pull request #124 from zorab47/disable-console-by-default
Erez Zukerman [Thu, 4 Feb 2016 20:13:44 +0000 (15:13 -0500)]
Merge pull request #124 from zorab47/disable-console-by-default

Disable Ergodox EZ debug console for improved performance

8 years agoMerge pull request #125 from gkubed/patch-1
Erez Zukerman [Thu, 4 Feb 2016 20:06:49 +0000 (15:06 -0500)]
Merge pull request #125 from gkubed/patch-1

Update QUICK_START.md

8 years agoUpdate QUICK_START.md
Guyon Cumby [Thu, 4 Feb 2016 17:09:25 +0000 (12:09 -0500)]
Update QUICK_START.md

Fix ErgoDox EZ readme.md link

8 years agoDisable console for improved performance
Charles Maresh [Wed, 3 Feb 2016 23:05:49 +0000 (17:05 -0600)]
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.

8 years agoRemove obsolete comments
Christopher Browne [Wed, 3 Feb 2016 21:54:38 +0000 (16:54 -0500)]
Remove obsolete comments

8 years agoComment things more
Christopher Browne [Wed, 3 Feb 2016 21:47:54 +0000 (16:47 -0500)]
Comment things more

8 years agoRandom characters now working AOK
Christopher Browne [Wed, 3 Feb 2016 21:46:24 +0000 (16:46 -0500)]
Random characters now working AOK

8 years agoMerge branch 'master' of github.com:cbbrowne/qmk_firmware
Christopher Browne [Wed, 3 Feb 2016 18:42:42 +0000 (13:42 -0500)]
Merge branch 'master' of github.com:cbbrowne/qmk_firmware

8 years agoMore experiments with mapping, notably adding in the random bits
Christopher Browne [Wed, 3 Feb 2016 18:40:45 +0000 (13:40 -0500)]
More experiments with mapping, notably adding in the random bits

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Wed, 3 Feb 2016 17:49:55 +0000 (12:49 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge branch 'master' of github.com:cbbrowne/qmk_firmware
Christopher Browne [Tue, 2 Feb 2016 01:53:58 +0000 (20:53 -0500)]
Merge branch 'master' of github.com:cbbrowne/qmk_firmware

8 years agoSet up a macro that writes cbbrowne. So that is a nice example of how it works.
Christopher Browne [Tue, 2 Feb 2016 00:13:23 +0000 (19:13 -0500)]
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.

8 years agoMore samples, some not entirely working yet.
Christopher Browne [Mon, 1 Feb 2016 23:50:19 +0000 (18:50 -0500)]
More samples, some not entirely working yet.

I am trying to mess around with MACRO(), but it is not there quite yet...

8 years agoMerge pull request #123 from cbbrowne/master
Jack Humbert [Mon, 1 Feb 2016 16:42:45 +0000 (11:42 -0500)]
Merge pull request #123 from cbbrowne/master

README notes and cbbrowne layout

8 years agoAdd notes on what sorts of actions are risky
Christopher Browne [Mon, 1 Feb 2016 16:37:17 +0000 (11:37 -0500)]
Add notes on what sorts of actions are risky

8 years agoMany of the changes I wanted
Christopher Browne [Mon, 1 Feb 2016 16:11:21 +0000 (11:11 -0500)]
Many of the changes I wanted

8 years agoRefreshes default keymap for single tap L1 switch
Erez Zukerman [Mon, 1 Feb 2016 13:37:27 +0000 (15:37 +0200)]
Refreshes default keymap for single tap L1 switch

8 years agoMerge pull request #116 from tachk/readmeFix
Jack Humbert [Mon, 1 Feb 2016 01:40:34 +0000 (20:40 -0500)]
Merge pull request #116 from tachk/readmeFix

Fix for broken link in readme.

8 years agoMerge pull request #119 from seancaffery/teensynote
Jack Humbert [Mon, 1 Feb 2016 01:40:19 +0000 (20:40 -0500)]
Merge pull request #119 from seancaffery/teensynote

Clarify Atreus support

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Sun, 31 Jan 2016 18:08:47 +0000 (13:08 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge pull request #118 from sboesebeck/master
Erez Zukerman [Sun, 31 Jan 2016 15:54:59 +0000 (10:54 -0500)]
Merge pull request #118 from sboesebeck/master

created new layer for egosooters like counterstrike

8 years agoClarify Atreus support
Sean Caffery [Sun, 31 Jan 2016 04:54:11 +0000 (15:54 +1100)]
Clarify Atreus support

8 years agosome fixes in readme
Stephan Bösebeck [Sat, 30 Jan 2016 23:21:34 +0000 (00:21 +0100)]
some fixes in readme

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Sat, 30 Jan 2016 23:17:25 +0000 (00:17 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Sat, 30 Jan 2016 20:43:34 +0000 (15:43 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge pull request #117 from coderkun/master
Erez Zukerman [Sat, 30 Jan 2016 20:27:06 +0000 (15:27 -0500)]
Merge pull request #117 from coderkun/master

Merge changes for coderkun’s Neo2 layout

8 years agoadd build instructions to readme
coderkun [Sat, 30 Jan 2016 11:37:09 +0000 (12:37 +0100)]
add build instructions to readme

8 years agocorrect link and some minor details in readme file
coderkun [Sat, 30 Jan 2016 11:29:30 +0000 (12:29 +0100)]
correct link and some minor details in readme file

8 years agoadd readme file for coderkun’s Neo2 layout
coderkun [Sat, 30 Jan 2016 11:26:32 +0000 (12:26 +0100)]
add readme file for coderkun’s Neo2 layout

8 years agoMerge remote-tracking branch 'upstream/master'
coderkun [Sat, 30 Jan 2016 11:08:27 +0000 (12:08 +0100)]
Merge remote-tracking branch 'upstream/master'

8 years agoadd layers for poor man’s QWERTZ and poor man’s Neo including Neo’s layer 4
coderkun [Sat, 30 Jan 2016 11:06:31 +0000 (12:06 +0100)]
add layers for poor man’s QWERTZ and poor man’s Neo including Neo’s layer 4

8 years agoFix for broken link in readme.
Kacey A [Sat, 30 Jan 2016 10:56:37 +0000 (02:56 -0800)]
Fix for broken link in readme.

8 years agoMerge pull request #115 from seancaffery/sean/atreus
Jack Humbert [Sat, 30 Jan 2016 04:47:27 +0000 (23:47 -0500)]
Merge pull request #115 from seancaffery/sean/atreus

Add Teensy2 Atreus support

8 years agoAdd Teensy2 Atreus support
Sean Caffery [Sat, 30 Jan 2016 04:30:33 +0000 (15:30 +1100)]
Add Teensy2 Atreus support

8 years agoaudio on reset
Jack Humbert [Sat, 30 Jan 2016 04:27:36 +0000 (23:27 -0500)]
audio on reset

8 years agomissing file
Jack Humbert [Sat, 30 Jan 2016 04:11:25 +0000 (23:11 -0500)]
missing file

8 years agofixed some copy paste errors
Stephan Bösebeck [Fri, 29 Jan 2016 22:43:56 +0000 (23:43 +0100)]
fixed some copy paste errors

8 years agoadded a egoshooter layer
Stephan Bösebeck [Fri, 29 Jan 2016 22:31:58 +0000 (23:31 +0100)]
added a egoshooter layer

8 years agoMore notes
Christopher Browne [Fri, 29 Jan 2016 20:49:48 +0000 (15:49 -0500)]
More notes

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Christopher Browne [Fri, 29 Jan 2016 20:39:57 +0000 (15:39 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoOn Linux, run dfu-programmer as root
Christopher Browne [Fri, 29 Jan 2016 20:35:51 +0000 (15:35 -0500)]
On Linux, run dfu-programmer as root

8 years agoNotes on what's done, and plans to change my key mapping
Christopher Browne [Fri, 29 Jan 2016 18:01:28 +0000 (13:01 -0500)]
Notes on what's done, and plans to change my key mapping

8 years agoNotes on what's done, and plans to change my key mapping
Christopher Browne [Fri, 29 Jan 2016 17:57:52 +0000 (12:57 -0500)]
Notes on what's done, and plans to change my key mapping

8 years agoBunch of reformatting, improvements to comments
Christopher Browne [Fri, 29 Jan 2016 17:49:43 +0000 (12:49 -0500)]
Bunch of reformatting, improvements to comments

8 years agoLatest version of cbbrowne key maps
Christopher Browne [Fri, 29 Jan 2016 17:21:10 +0000 (12:21 -0500)]
Latest version of cbbrowne key maps

8 years agoMerge branch 'master' of https://github.com/sboesebeck/qmk_firmware
Stephan Bösebeck [Fri, 29 Jan 2016 06:49:05 +0000 (07:49 +0100)]
Merge branch 'master' of https://github.com/sboesebeck/qmk_firmware

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Fri, 29 Jan 2016 06:46:48 +0000 (07:46 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoAdded in a keypad layer that replaces Dvorak
Christopher Browne [Thu, 28 Jan 2016 23:01:40 +0000 (18:01 -0500)]
Added in a keypad layer that replaces Dvorak

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Thu, 28 Jan 2016 21:10:25 +0000 (22:10 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge pull request #113 from chschmitz/master
Erez Zukerman [Thu, 28 Jan 2016 20:19:20 +0000 (15:19 -0500)]
Merge pull request #113 from chschmitz/master

New German layout for ErgoDox, similar to Kinesis Ergo Elan and regular German keyboards

8 years agoAdded .hex file.
Christoph Schmitz [Thu, 28 Jan 2016 19:22:48 +0000 (20:22 +0100)]
Added .hex file.

8 years agoFixed graphics.
Christoph Schmitz [Thu, 28 Jan 2016 19:20:19 +0000 (20:20 +0100)]
Fixed graphics.

8 years agoAdded media layer.
Christoph Schmitz [Thu, 28 Jan 2016 19:17:45 +0000 (20:17 +0100)]
Added media layer.

8 years agoAdded links.
Christoph Schmitz [Thu, 28 Jan 2016 19:05:58 +0000 (20:05 +0100)]
Added links.

8 years agoAdded documentation.
Christoph Schmitz [Thu, 28 Jan 2016 18:55:14 +0000 (19:55 +0100)]
Added documentation.

8 years agoMade all layer change keys momentary. Removed Hyper and Meh in favor of layer 1 and...
Christoph Schmitz [Thu, 28 Jan 2016 18:53:58 +0000 (19:53 +0100)]
Made all layer change keys momentary. Removed Hyper and Meh in favor of layer 1 and 2 on both halves.

8 years agoadded new macros
Stephan Bösebeck [Thu, 28 Jan 2016 14:58:19 +0000 (15:58 +0100)]
added new macros

8 years agoplaying more with cursor keys
Stephan Bösebeck [Thu, 28 Jan 2016 14:37:52 +0000 (15:37 +0100)]
playing more with cursor keys

8 years agoplaying a bit with cursor keys
Stephan Bösebeck [Thu, 28 Jan 2016 13:56:55 +0000 (14:56 +0100)]
playing a bit with cursor keys

8 years ago Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Thu, 28 Jan 2016 08:40:50 +0000 (09:40 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoSwitched up and down keys to be closer to the vi etc. world.
Christoph Schmitz [Wed, 27 Jan 2016 21:05:11 +0000 (22:05 +0100)]
Switched up and down keys to be closer to the vi etc. world.

8 years agoFixed circonflex key.
Christoph Schmitz [Wed, 27 Jan 2016 19:24:14 +0000 (20:24 +0100)]
Fixed circonflex key.

8 years agoFixed regarding Ctrl and Alt keys.
Christoph Schmitz [Wed, 27 Jan 2016 19:14:11 +0000 (20:14 +0100)]
Fixed regarding Ctrl and Alt keys.

8 years agoAdded a German layout inspired by the Kinesis Ergo Elan and based on the "german...
Christoph Schmitz [Wed, 27 Jan 2016 18:47:42 +0000 (19:47 +0100)]
Added a German layout inspired by the Kinesis Ergo Elan and based on the "german" keymap.

8 years agoMerge pull request #110 from mollat/master
Jack Humbert [Tue, 26 Jan 2016 18:01:35 +0000 (13:01 -0500)]
Merge pull request #110 from mollat/master

add mollat keymap

8 years agoadd mollat keymap
AM [Tue, 26 Jan 2016 17:46:06 +0000 (18:46 +0100)]
add mollat keymap

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Mon, 25 Jan 2016 20:47:57 +0000 (21:47 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoMerge pull request #109 from petereichinger/master
Jack Humbert [Mon, 25 Jan 2016 16:56:00 +0000 (11:56 -0500)]
Merge pull request #109 from petereichinger/master

Fix flickering when sleeping

8 years agoMerge branch 'master' into flicker-fix
Peter Eichinger [Mon, 25 Jan 2016 16:46:50 +0000 (17:46 +0100)]
Merge branch 'master' into flicker-fix

8 years agoMerge pull request #107 from tonyabra/config/tonyabra-osx
Erez Zukerman [Mon, 25 Jan 2016 12:04:44 +0000 (07:04 -0500)]
Merge pull request #107 from tonyabra/config/tonyabra-osx

Simplified osx layout for ergodox ez

8 years agoMerge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Stephan Bösebeck [Mon, 25 Jan 2016 09:52:29 +0000 (10:52 +0100)]
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware

8 years agoSimplified osx layout for ergodox ez
tonyabra [Mon, 25 Jan 2016 05:33:26 +0000 (23:33 -0600)]
Simplified osx layout for ergodox ez

8 years agoMerge pull request #106 from yangliu/planck-rgb
Jack Humbert [Mon, 25 Jan 2016 02:31:08 +0000 (21:31 -0500)]
Merge pull request #106 from yangliu/planck-rgb

RGB Underglow with WS2812 LEDs

8 years agono message
Yang Liu [Mon, 25 Jan 2016 02:16:40 +0000 (18:16 -0800)]
no message

8 years agoUpdate README
Yang Liu [Mon, 25 Jan 2016 02:12:19 +0000 (18:12 -0800)]
Update README

8 years agoadd one more photo
Yang Liu [Mon, 25 Jan 2016 01:56:43 +0000 (17:56 -0800)]
add one more photo

8 years agoAdd a photo for the demonstration of RGB underflow
Yang Liu [Mon, 25 Jan 2016 01:54:35 +0000 (17:54 -0800)]
Add a photo for the demonstration of RGB underflow

8 years agofix bugs in animation effects
Yang Liu [Mon, 25 Jan 2016 01:19:33 +0000 (17:19 -0800)]
fix bugs in animation effects

8 years agoIntegrate WS2812 code into quantum core
Yang Liu [Mon, 25 Jan 2016 01:05:47 +0000 (17:05 -0800)]
Integrate WS2812 code into quantum core

8 years agoAdd support for WS2812 LEDs
Yang Liu [Sun, 24 Jan 2016 21:14:50 +0000 (13:14 -0800)]
Add support for WS2812 LEDs

8 years agotypo fix
Stephan Bösebeck [Sun, 24 Jan 2016 20:54:31 +0000 (21:54 +0100)]
typo fix

8 years agoRemove led_off() it is not used
Peter Eichinger [Sun, 24 Jan 2016 10:13:11 +0000 (11:13 +0100)]
Remove led_off() it is not used

8 years agoMakefile back to defaults
Jack Humbert [Sun, 24 Jan 2016 01:52:01 +0000 (20:52 -0500)]
Makefile back to defaults

8 years agochanges to the template
Jack Humbert [Sun, 24 Jan 2016 01:45:52 +0000 (20:45 -0500)]
changes to the template

8 years agonot sure how this got here..
Jack Humbert [Sun, 24 Jan 2016 01:40:40 +0000 (20:40 -0500)]
not sure how this got here..

8 years agoMerge pull request #104 from jackhumbert/smarkefile
Jack Humbert [Sun, 24 Jan 2016 01:37:00 +0000 (20:37 -0500)]
Merge pull request #104 from jackhumbert/smarkefile

Rework Planck file structure

8 years agorename file
Jack Humbert [Sun, 24 Jan 2016 01:35:13 +0000 (20:35 -0500)]
rename file

8 years agoMerge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into smarkefile
Jack Humbert [Sun, 24 Jan 2016 01:34:05 +0000 (20:34 -0500)]
Merge branch 'audio' of https://github.com/jackhumbert/tmk_keyboard into smarkefile

8 years agoMerge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into smarkefile
Jack Humbert [Sun, 24 Jan 2016 01:33:35 +0000 (20:33 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into smarkefile

8 years agoMerge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio
Jack Humbert [Sun, 24 Jan 2016 01:32:51 +0000 (20:32 -0500)]
Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboard into audio

8 years agostarting the hand-wiring guide
Jack Humbert [Sun, 24 Jan 2016 01:29:54 +0000 (20:29 -0500)]
starting the hand-wiring guide

8 years agoMerge pull request #102 from sboesebeck/master
Erez Zukerman [Sat, 23 Jan 2016 22:02:31 +0000 (17:02 -0500)]
Merge pull request #102 from sboesebeck/master

osx_de/keymap.c file is missing...