]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
6 years agotry swapping toc and numbered headings
skullY [Sun, 9 Jul 2017 05:51:16 +0000 (22:51 -0700)]
try swapping toc and numbered headings

6 years agotry removing the anchor plugin
skullY [Sun, 9 Jul 2017 05:44:18 +0000 (22:44 -0700)]
try removing the anchor plugin

6 years agoplay around with plugin settings
skullY [Sun, 9 Jul 2017 05:39:32 +0000 (22:39 -0700)]
play around with plugin settings

6 years agoAdd terminal examples to doc best practices
skullY [Sun, 9 Jul 2017 05:39:17 +0000 (22:39 -0700)]
Add terminal examples to doc best practices

6 years agoRearrange the faq a bit
skullY [Sun, 9 Jul 2017 02:59:07 +0000 (19:59 -0700)]
Rearrange the faq a bit

6 years agoFlesh out the glossary
skullY [Sun, 9 Jul 2017 02:59:20 +0000 (19:59 -0700)]
Flesh out the glossary

6 years agoMerge branch 'master' into docs
skullydazed [Fri, 7 Jul 2017 01:43:22 +0000 (18:43 -0700)]
Merge branch 'master' into docs

6 years agoUpdate mouse_keys.md
cato976 [Thu, 6 Jul 2017 13:54:41 +0000 (09:54 -0400)]
Update mouse_keys.md

fix typo

6 years agoFixed arrow up and rgb config
Maarten Dekkers [Wed, 5 Jul 2017 15:43:05 +0000 (17:43 +0200)]
Fixed arrow up and rgb config

6 years agoMoved RGB features to new layout
Maarten Dekkers [Wed, 5 Jul 2017 15:05:11 +0000 (17:05 +0200)]
Moved RGB features to new layout

6 years agoFixed image description
Maarten Dekkers [Tue, 4 Jul 2017 16:51:15 +0000 (18:51 +0200)]
Fixed image description

6 years agoAdded support for RGB on the Tada68
Maarten Dekkers [Tue, 4 Jul 2017 16:49:12 +0000 (18:49 +0200)]
Added support for RGB on the Tada68

6 years agoUpdate readme
Andreas Lindhé [Wed, 28 Jun 2017 13:05:31 +0000 (15:05 +0200)]
Update readme

6 years agoCreate custom layout based on swedish
Andreas Lindhé [Tue, 27 Jun 2017 18:54:11 +0000 (20:54 +0200)]
Create custom layout based on swedish

This is a setup that is very useful for me. It may or may not be for
you. I will use it in conjunction with the A5 overlayed sv_SE layout.

The layout is subject to change (in particular I'm thinking about adding
a macro recording feature), but it have not changed much the past year
or two so you can expect it to be stable enough to learn it.

A5: http://aoeu.info/s/dvorak/svorak
My xkb map: https://github.com/lindhe/dotfiles/blob/master/usr/share/X11/xkb/symbols/se-A5

The most major points:
======================

L0:
---

* Easily accessible F11 key for fullscreening
* Print screen
* Middle mouse button for X-paste
* Improved reachability of meta buttons (LCtrl, LALt, AltGr, LGui etc.)
* Cluster Page Up/Down + Home/End by the right thumb
* Vim-like arrow layout in right bottom row

* Set media layer toggle to right thumb (Enter)
* Set apostrophe on LCtl (putting it next to some other small
  characters)

L1:
---

* Full function key layout
* Teensy button

L2:
---

* Improved media buttons layout (close by the jkl; Vim binding)
* Improved layout of emulated mouse buttons

LED behaviour to binary+CAPS
============================

The ErgoDox LEDs on this layout is using the two rightmost LEDs as the
two LSB in a two digit binary number, representing layer 0, 1, 2 and 3.
The leftmost byte/LED indicates CAPS status.

6 years agoPull out sendstring variations to their own files.
Shayne Holmes [Fri, 30 Jun 2017 19:08:09 +0000 (12:08 -0700)]
Pull out sendstring variations to their own files.

Instead of having all sendstring keycode mappings in the main quantum.c
file, give each one its own file in keymap_extras that can be #included
in a user's keymap. If one is included, it will define the appropriate
lookup tables and overwrite the weak definitions in quantum.c.
(Including more than one sendstring definition will fail at compile
time.)

Update @rai-suta's test keymap to match, as well as the documentation.

6 years agoAllow broader send_string layout customizability via compile flag
Shayne Holmes [Thu, 29 Jun 2017 17:02:38 +0000 (10:02 -0700)]
Allow broader send_string layout customizability via compile flag

Refactor new-ish JIS_KEYCODE send_string implementation with existing
send_string

Reshuffle JIS in line with other alternative keycodes for sendstring,
and make them all accessible via compile-time options

Add a separate function to allow sending a string with a delay.

6 years ago- Fixed wording in readme
dbroqua [Wed, 5 Jul 2017 09:53:32 +0000 (11:53 +0200)]
- Fixed wording in readme

6 years ago- Updated dk60 readme with new QMK rules
dbroqua [Wed, 5 Jul 2017 09:50:35 +0000 (11:50 +0200)]
- Updated dk60 readme with new QMK rules

6 years ago- Fixed DK60 version in config.h
dbroqua [Wed, 5 Jul 2017 09:50:18 +0000 (11:50 +0200)]
- Fixed DK60 version in config.h

6 years agoUpdate the clueboard readmes (#1459)
skullydazed [Wed, 5 Jul 2017 07:15:09 +0000 (00:15 -0700)]
Update the clueboard readmes (#1459)

6 years agoChanged - to _ for keymap that-canadian for compatability reasons.
That-Canadian [Tue, 4 Jul 2017 19:41:14 +0000 (15:41 -0400)]
Changed - to _ for keymap that-canadian for compatability reasons.

6 years agoUpdated ECO files to follow proper formatting. Also updated that-canadian keymap...
That-Canadian [Tue, 4 Jul 2017 19:26:25 +0000 (15:26 -0400)]
Updated ECO files to follow proper formatting. Also updated that-canadian keymap to take out extraneous characters.

6 years agoUpdated ECO readme file, includes picture of ECO now.
That-Canadian [Tue, 4 Jul 2017 18:19:49 +0000 (14:19 -0400)]
Updated ECO readme file, includes picture of ECO now.

6 years agoAdded ECO keyboard folder and configuration files. Also added my (That-Canadian)...
That-Canadian [Tue, 4 Jul 2017 18:14:26 +0000 (14:14 -0400)]
Added ECO keyboard folder and configuration files. Also added my (That-Canadian) keymap folder and files.

6 years agoAdd missing files to _summary.md
skullY [Mon, 3 Jul 2017 19:39:15 +0000 (12:39 -0700)]
Add missing files to _summary.md

6 years agoRemove obsolete documentation
skullY [Mon, 3 Jul 2017 19:31:37 +0000 (12:31 -0700)]
Remove obsolete documentation

6 years agoupdate the summary
skullY [Mon, 3 Jul 2017 19:30:26 +0000 (12:30 -0700)]
update the summary

6 years agoAdjust headings on unicode
skullY [Mon, 3 Jul 2017 19:29:04 +0000 (12:29 -0700)]
Adjust headings on unicode

6 years agoUpdate the vagrant guide
skullY [Mon, 3 Jul 2017 19:28:48 +0000 (12:28 -0700)]
Update the vagrant guide

6 years agoupdate hand_wire
skullY [Mon, 3 Jul 2017 19:11:13 +0000 (12:11 -0700)]
update hand_wire

6 years agoupdate basic_how_keyboards_work
skullY [Mon, 3 Jul 2017 18:59:19 +0000 (11:59 -0700)]
update basic_how_keyboards_work

6 years agoMove Space Caded Parentheses to own layer (#1452)
Martin Gondermann [Mon, 3 Jul 2017 18:48:48 +0000 (20:48 +0200)]
Move Space Caded Parentheses to own layer (#1452)

* Move Space Caded Parentheses to own layer

The space cadet parentheses where too much distracting. Therefore they are now on the function layer. I also added two more layers for also having angle brackets and curly braces on the shift keys forr better access.

Also updated the README

* Fixed SHIFT+Function key conflict

* Removed Angle Bracket and Curly Bracket layers, as they don't work corrrectly

6 years agoKeyboards/handwired magicforce61 (#1454)
Kyle Terry [Mon, 3 Jul 2017 18:47:48 +0000 (11:47 -0700)]
Keyboards/handwired magicforce61 (#1454)

* adding the magicforce61 under handwired

* I meant 14 cols

6 years agoAdd octave lights for midi layer (#1457)
Martin Gondermann [Mon, 3 Jul 2017 18:43:32 +0000 (20:43 +0200)]
Add octave lights for midi layer (#1457)

6 years agoWork around quoting hell
skullY [Mon, 3 Jul 2017 18:35:29 +0000 (11:35 -0700)]
Work around quoting hell

6 years agoRewrite mouse_keys to resolve #937
skullY [Mon, 3 Jul 2017 17:58:57 +0000 (10:58 -0700)]
Rewrite mouse_keys to resolve #937

6 years agoupdate the faq
skullY [Mon, 3 Jul 2017 08:37:05 +0000 (01:37 -0700)]
update the faq

6 years agofix the info boxes
skullY [Mon, 3 Jul 2017 08:33:13 +0000 (01:33 -0700)]
fix the info boxes

6 years agoUpdate a bunch of docs
skullY [Mon, 3 Jul 2017 08:30:36 +0000 (01:30 -0700)]
Update a bunch of docs

6 years agofix tag increment
Jack Humbert [Mon, 3 Jul 2017 04:23:37 +0000 (00:23 -0400)]
fix tag increment

6 years agofix up travis script
Jack Humbert [Mon, 3 Jul 2017 03:38:20 +0000 (23:38 -0400)]
fix up travis script

6 years agoremove warning
Jack Humbert [Fri, 30 Jun 2017 20:30:18 +0000 (16:30 -0400)]
remove warning

6 years agoadds debouncing to sixkeyboard
Jack Humbert [Wed, 22 Mar 2017 18:24:04 +0000 (14:24 -0400)]
adds debouncing to sixkeyboard

6 years agoUpdate keyboards' rules.mk/Makefiles (#1442)
Jack Humbert [Fri, 30 Jun 2017 20:09:52 +0000 (16:09 -0400)]
Update keyboards' rules.mk/Makefiles (#1442)

this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit

6 years agoreduce the TOC scope
skullY [Fri, 30 Jun 2017 17:11:54 +0000 (10:11 -0700)]
reduce the TOC scope

6 years agotweak page-toc settings
skullY [Fri, 30 Jun 2017 17:06:40 +0000 (10:06 -0700)]
tweak page-toc settings

6 years agotry page-toc in place of navigator
skullY [Fri, 30 Jun 2017 16:50:12 +0000 (09:50 -0700)]
try page-toc in place of navigator

6 years agoAdjust headings to make navigator happier
skullY [Fri, 30 Jun 2017 16:42:38 +0000 (09:42 -0700)]
Adjust headings to make navigator happier

6 years agouse navigator instead of neo-navigator
skullY [Fri, 30 Jun 2017 16:38:54 +0000 (09:38 -0700)]
use navigator instead of neo-navigator

6 years agoTry neo-navigator in place of etoc
skullY [Fri, 30 Jun 2017 16:33:03 +0000 (09:33 -0700)]
Try neo-navigator in place of etoc

6 years agostart glossary
Jack Humbert [Fri, 30 Jun 2017 02:12:24 +0000 (22:12 -0400)]
start glossary

6 years agoclean-up github page
Jack Humbert [Fri, 30 Jun 2017 01:23:20 +0000 (21:23 -0400)]
clean-up github page

6 years agoadd file to summary
Jack Humbert [Thu, 29 Jun 2017 23:37:49 +0000 (19:37 -0400)]
add file to summary

6 years agoadds how to github
Jack Humbert [Thu, 29 Jun 2017 23:35:33 +0000 (19:35 -0400)]
adds how to github

6 years agoFixup the gitbook config
skullY [Thu, 29 Jun 2017 19:24:24 +0000 (12:24 -0700)]
Fixup the gitbook config

6 years agoremove extraneous config
skullY [Thu, 29 Jun 2017 19:19:16 +0000 (12:19 -0700)]
remove extraneous config

6 years agoremove the rest of the new plugins
skullY [Thu, 29 Jun 2017 18:56:29 +0000 (11:56 -0700)]
remove the rest of the new plugins

6 years agoremove most of the new plugins
skullY [Thu, 29 Jun 2017 18:55:26 +0000 (11:55 -0700)]
remove most of the new plugins

6 years agoremove dangling commas
Jack Humbert [Thu, 29 Jun 2017 21:13:42 +0000 (17:13 -0400)]
remove dangling commas

6 years agoadd missing comma
skullY [Thu, 29 Jun 2017 18:49:47 +0000 (11:49 -0700)]
add missing comma

6 years agoAdd some gitboot plugins
skullY [Thu, 29 Jun 2017 18:46:58 +0000 (11:46 -0700)]
Add some gitboot plugins

6 years agoPolish up custom_quantum_functions
skullY [Thu, 29 Jun 2017 17:46:23 +0000 (10:46 -0700)]
Polish up custom_quantum_functions

6 years agouse default base names
Jack Humbert [Thu, 29 Jun 2017 16:25:29 +0000 (12:25 -0400)]
use default base names

6 years agotesting out new home
Jack Humbert [Thu, 29 Jun 2017 16:13:44 +0000 (12:13 -0400)]
testing out new home

6 years agorestructure summary
Jack Humbert [Thu, 29 Jun 2017 14:35:09 +0000 (10:35 -0400)]
restructure summary

6 years agoFlesh out the quantum_keycodes documentation
skullY [Thu, 29 Jun 2017 06:52:08 +0000 (23:52 -0700)]
Flesh out the quantum_keycodes documentation

6 years agorestructure keycode docs
Jack Humbert [Thu, 29 Jun 2017 04:15:07 +0000 (00:15 -0400)]
restructure keycode docs

6 years agoadds config options md
Jack Humbert [Thu, 29 Jun 2017 00:23:25 +0000 (20:23 -0400)]
adds config options md

6 years agoRough draft for a document on understanding QMK
skullY [Tue, 13 Jun 2017 21:18:01 +0000 (14:18 -0700)]
Rough draft for a document on understanding QMK

6 years agoupdate some copyright headers
Jack Humbert [Wed, 28 Jun 2017 16:58:58 +0000 (12:58 -0400)]
update some copyright headers

6 years agocleanup nyquist
Jack Humbert [Wed, 28 Jun 2017 14:38:18 +0000 (10:38 -0400)]
cleanup nyquist

6 years agocleanup orthodox
Jack Humbert [Wed, 28 Jun 2017 13:34:50 +0000 (09:34 -0400)]
cleanup orthodox

6 years agocleanup lets_split
Jack Humbert [Wed, 28 Jun 2017 04:26:05 +0000 (00:26 -0400)]
cleanup lets_split

6 years agocreate initial code of conduct
Jack Humbert [Wed, 28 Jun 2017 01:36:44 +0000 (21:36 -0400)]
create initial code of conduct

6 years agoMerge pull request #1445 from qmk/dual_audio
Jack Humbert [Tue, 27 Jun 2017 20:57:19 +0000 (16:57 -0400)]
Merge pull request #1445 from qmk/dual_audio

Allow for duophony (C6 and B5) and B5 audio

6 years agodon't let timer1 exist without b5 being enabled
Jack Humbert [Tue, 27 Jun 2017 19:28:13 +0000 (15:28 -0400)]
don't let timer1 exist without b5 being enabled

6 years agoadd new arguements, docs
Jack Humbert [Tue, 27 Jun 2017 18:35:08 +0000 (14:35 -0400)]
add new arguements, docs

6 years agoMerge branch 'master' of https://github.com/qmk/qmk_firmware into dual_audio
Jack Humbert [Tue, 27 Jun 2017 18:21:42 +0000 (14:21 -0400)]
Merge branch 'master' of https://github.com/qmk/qmk_firmware into dual_audio

6 years agono glide
Jack Humbert [Tue, 27 Jun 2017 18:12:25 +0000 (14:12 -0400)]
no glide

6 years agoworking duopholy
Jack Humbert [Tue, 27 Jun 2017 03:13:27 +0000 (23:13 -0400)]
working duopholy

6 years agob5 audio
Jack Humbert [Tue, 27 Jun 2017 02:24:30 +0000 (22:24 -0400)]
b5 audio

6 years agoAdd eclipse to the _summary
Jack Humbert [Tue, 27 Jun 2017 17:07:50 +0000 (13:07 -0400)]
Add eclipse to the _summary

6 years agoAdds parenthesis where they might be needed
Jack Humbert [Tue, 27 Jun 2017 16:55:18 +0000 (12:55 -0400)]
Adds parenthesis where they might be needed

Addresses #764

6 years agoMerge pull request #1441 from lindhe/swedish
Erez Zukerman [Tue, 27 Jun 2017 15:33:29 +0000 (11:33 -0400)]
Merge pull request #1441 from lindhe/swedish

Create sv_SE Qwerty layout for ErgoDox EZ

6 years agoCreate sv_SE Qwerty layout for ErgoDox
Andreas Lindhé [Tue, 27 Jun 2017 12:58:38 +0000 (14:58 +0200)]
Create sv_SE Qwerty layout for ErgoDox

*NOTE:* it might still be desirable to set the software layout to sv_SE in your
OS.

Swedish (sv_SE) Qwerty layout for ErgoDox, based on the Default configuration

I have tried making this as close of a match I could between the [default
ErgoDox EZ configuration](https://ergodox-ez.com/pages/our-firmware) and a
standard Swedish Qwerty layout.

Notable differences from default:
=================================

* There are three special character buttons (acute accent, circumflex/tilde and
  apostrophe/asterisk) that don't have any buttons to map to naturally. I've put
  these at other places:

    * Acute accent (´) can be found in the lower left corner, conveniently
      placed to reach for making an é.

    * Apostrophe (') was put in the lower left corner, close to acute accent.

    * Circumflex (^) and asterisk (*) was placed in the lower right corner.

    * Tilde (~) and diaeresis (¨) I couldn't find a good place for, so I left
      those out. I could only get the buttons to produce a single one of the
      characters. How can I get it to work properly?

* The Alt button on right thumb was exchanged for AltGr (RAlt).

* I changed the backslash in the numpad (layer 1) for a minus. Thought it was
  more sensible.

* I didn't find a good place for the "<>|" button, so that one was left out.
  That is a problem that really needs to be resolved. Pipe can be found on layer
  one, however.

6 years agoAllow mod swapping for mod tap (MT) (#1202)
Jack Humbert [Mon, 26 Jun 2017 22:54:01 +0000 (18:54 -0400)]
Allow mod swapping for mod tap (MT) (#1202)

* allow mod swapping for mod tap

* quick include

* fix the mod swapping

* make changes consistent with action code

* fix bug

* re-enable no gui, etc

* fix binary comps

* solid logic

6 years agoMerge pull request #1431 from rai-suta/master
Jack Humbert [Mon, 26 Jun 2017 01:31:10 +0000 (21:31 -0400)]
Merge pull request #1431 from rai-suta/master

Bugg fix and add keymap for testing JIS_KEYCODE switch.

6 years agoWhitefox LED control (#1432)
Ethan Madden [Mon, 26 Jun 2017 01:30:40 +0000 (18:30 -0700)]
Whitefox LED control (#1432)

* use new grave_esc functionality

* Port LED control from Ergodox Infinity to Whitefox

6 years agoadd support for Orthodox keyboard (#1436)
Art Ortenburger [Mon, 26 Jun 2017 01:30:07 +0000 (22:30 -0300)]
add support for Orthodox keyboard (#1436)

* Added orthodox

* Modified readme

* Modified readme

* Modified readme

* Updated makefile

* Fixed keymap issues

* Modified serial communications to allow for over 8 columns

* Fixed sizeof command

* Fixed some typing issues

* Testing issue #1191 (n-column split i2c slave)

Based on initial OrthoDox (serial) config by @reddragond and others,
this attempts to add TWI (I2C) support.
Relevant: <https://github.com/qmk/qmk_firmware/issues/1191>

- per @ahtn recommendation, using memcpy for moving slave matrix
  into slave sending buffer
- slave buffer has been enlarged using sizeof(matrix_row_t)
- note: i2c.h now includes matrix.h
- note: matrix.c includes <string.h>

* Added i2c keymap - right col still not working

* orthodox: re-added i2c keymap, based on serial

* orthodox / issue #1191: trying 9-bit serial

- orthodox serial protocol now sends 9 bits per row, instead of 16.
  Technically it's using MATRIX_COLS, so it might work generically.
- ROW_MASK is #defined in serial.c to truncate the checksums to prevent
  overflows causing false errors. This macro should be renamed if it's
  kept.

* Revert "Fixed sizeof command"

This reverts commit f62a5b9939d6a9c0e442ec403de00c14431a55f9.

Changes had been made to the lets_split serial driver for testing which
mirrored the multi-byte-row changes made to support the orthodox. As the
lets_split does not require these changes, and new improvements had
been added to the orthodox port only, this commit reverts them.

Because the new code could potentially reduce latency over the serial
transport, it may be desirable to re-add in the future, by backporting
the current working orthodox code.

* orthodox: default serial keymap improvements

- formatting has been improved
- a few keys have been shifted, mainly in Raise and Lower layers,
  to be more like the default Planck layout
- Now available: F12, Home, End, PgUp, PgDn, Media-Next, Media-Play

Still To Do:
- duplicate for TWI
- Alt modifier
- GUI modifier

* orthodox: failed attempt at 16b/row TWI

- duplicated updated serial keymap for "i2c"
- removed string.h/memcpy, instead
- hardcoded copying of six bytes per update
- still doesn't work; master reports interconnect errors on txled

* orthodox: adjusted default keymap

- this is applied to both 'serial' and 'i2c' keymaps
- Alt and GUI have been added, as they were missing
- comma and period persist across more layers; Home/PgUp and End/PgDn
  have been moved slightly to accommodate

* orthodox: revert TWI support to minimum to debug

- disabled ssd1306 and hardware locking in build configuration
- increased TWI buffer from 0x10 to 0x20 bytes
- decreased TWI clock from 400000 to 100000
- removed hardcoded TWI multi-byte sending/receiving

An 'i2c' build of this was found to work on a rev1 Orthodox, although
slave-side col9 was understandably not working. When testing-time
permits, features will be gradually re-enabled towards getting the full
matrix supported over TWI.

* orthodox: TWI (i2c) is working, kludge for col9

The TWI interconnect ("i2c" in directories and build config) is now
working for the Orthodox, including the slave half's column #9.
This is intended as an interim solution, as it's a kludge, not a fix.

Rather than a working multi-byte implementation, the two col9 keys'
bits are packed-into and unpacked-from the two unused bits in row1.
Furthermore, the TWI clock constant has been reduced to 100000 from
400000, as testing revealed the higher value just didn't work.
Testing also found that (with this kludge) increasing the TWI buffer
was not necessary.

This commit leaves many commented-out lines in matrix.c from previous
testing, which will be removed in a future commit once the
interconnects' multi-byte problems have been debugged more thoroughly.

* orthodox: updated readme.md

The readme for the Orthodox now includes a description of the keyboard,
allusions to its author and availability, a linked photo, and links to
the evolving build guide and the current keymap on KLE.
This update has been prepared with /u/Deductivemonkee's assistance.

6 years agoupdates olkb readmes #1362
Jack Humbert [Sun, 25 Jun 2017 16:40:25 +0000 (12:40 -0400)]
updates olkb readmes #1362

6 years agoAdd a keymap for testing JIS_KEYCODE.
rai-suta [Sun, 25 Jun 2017 15:37:46 +0000 (00:37 +0900)]
Add a keymap for testing JIS_KEYCODE.

6 years agoFix bug.
rai-suta [Sun, 25 Jun 2017 15:24:32 +0000 (00:24 +0900)]
Fix bug.

6 years agoMerge pull request #1427 from blakedietz/master
Jack Humbert [Sun, 25 Jun 2017 14:29:24 +0000 (10:29 -0400)]
Merge pull request #1427 from blakedietz/master

Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz

6 years agoMerge pull request #1429 from fredizzimo/fixes_for_emulator
Jack Humbert [Sun, 25 Jun 2017 14:29:00 +0000 (10:29 -0400)]
Merge pull request #1429 from fredizzimo/fixes_for_emulator

Minor fixes to support the emulator

6 years agoChange M_2_PI to 2 * PI as it should be
Fred Sundvik [Sun, 25 Jun 2017 09:55:18 +0000 (12:55 +0300)]
Change M_2_PI to 2 * PI as it should be

6 years agoAdd keymaps for ergodox ez, hhkb and jd45 under user blakedietz
Blake Dietz [Sun, 25 Jun 2017 04:46:07 +0000 (22:46 -0600)]
Add keymaps for ergodox ez, hhkb and jd45 under user blakedietz

6 years agoRemove the DIODE_DIRECTION defines from lets_split so we can close #1067
skullY [Sun, 25 Jun 2017 00:08:35 +0000 (17:08 -0700)]
Remove the DIODE_DIRECTION defines from lets_split so we can close #1067

6 years agoFix #1135 by changing the default to at90usb1286
skullY [Sat, 24 Jun 2017 22:28:13 +0000 (15:28 -0700)]
Fix #1135 by changing the default to at90usb1286

6 years agoUpdate _summary.md
Jack Humbert [Sat, 24 Jun 2017 17:11:25 +0000 (13:11 -0400)]
Update _summary.md

6 years agoMerge pull request #1425 from kynikos/patch-1
Jack Humbert [Sat, 24 Jun 2017 15:39:15 +0000 (11:39 -0400)]
Merge pull request #1425 from kynikos/patch-1

Fix typo