]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
6 years agoUpdates bootloader settings, adds file size check (#2029)
Jack Humbert [Tue, 28 Nov 2017 04:08:21 +0000 (23:08 -0500)]
Updates bootloader settings, adds file size check (#2029)

* pull fuse settings for bootloader jump

* fix 32a chips

* make automatic bootloader selection optional

* quantify bootloaders

* fixs #164, speeds up dfu reset

* fix for chips w/o usb

* missing an n

* fix bootloader sizes, use words for addresses

* fix bmini, pearl, and [[ issue, make things quiet

* ignore avr errors on arm for now

* update settings for the light

* document bootloader stuff

* add bootloader title

6 years agoJJ40 updates (#2056)
RandTrawick [Mon, 27 Nov 2017 21:08:53 +0000 (14:08 -0700)]
JJ40 updates (#2056)

* my bits

* fixed
safdb

* readme

* readme

* better name, fixed compile error

* fixed matrix user

* cleanup

6 years agoMerge pull request #2047 from seebs/seebs/ergodox_brightness
Erez Zukerman [Mon, 27 Nov 2017 13:25:24 +0000 (08:25 -0500)]
Merge pull request #2047 from seebs/seebs/ergodox_brightness

Make brightness easier to change

6 years agoFix build instructions in the Dactyl readme
Erin Call [Sun, 26 Nov 2017 20:19:29 +0000 (12:19 -0800)]
Fix build instructions in the Dactyl readme

Reflects the changes in #1784

6 years agoshell.nix: add teensy loader
Roman Volosatovs [Sun, 26 Nov 2017 16:07:37 +0000 (17:07 +0100)]
shell.nix: add teensy loader

6 years agoInitial support for TKC1800 PCB (#2062)
TerryMathews [Sun, 26 Nov 2017 22:54:53 +0000 (17:54 -0500)]
Initial support for TKC1800 PCB (#2062)

* Initial support for TKC1800

* Correct typo

6 years agoFixed bootloader access key
Eiji Onchi [Sun, 26 Nov 2017 06:26:03 +0000 (15:26 +0900)]
Fixed bootloader access key

6 years agoHandwired/Dactyl keyboard (#2058)
Erin Call [Sun, 26 Nov 2017 07:18:59 +0000 (23:18 -0800)]
Handwired/Dactyl keyboard (#2058)

* Copy the ergodox_ez code to handwired/dactyl

Differences from the Ergodox:

* Use QMK_SUBPROJECT_H instead of QMK_KEYBOARD_H, since it's under
    handwired
* Omitted several keymaps. They'll eventually be broken (since the
    Dactyl has fewer keys), and I don't want to try to fix them.
* Omitted the keymap images for the default layout, since they depict
    a different keyboard.
* Everything that said Ergodox now says Dactyl, naturally.

* [whitespace] Delete trailing whitespace

My editor does this automatically so it's just gonna keep cropping up...

* Cut the dactyl down to the right number of columns

(Remember, throughout matrix.c, everything called "row" is really a
column, and vice-versa).

* Remove LED-related code

* Tighten up the Dactyl's build options

* Whitespace cleanup in twimaster.c

* Hardtabs -> spaces
* No more trailing whitespace

* Typo fix

* Correct the CPU frequency units

The Teensy's CPU definitely doesn't run at 16 petahertz...

* Restore access to ONEHAND_ENABLE

I turned it off in 26d47cb42622d990a7c3335e7fcc151aa3edfbf0 while
desperately debugging; I just wanted to ensure it wasn't causing the
problem I was seeing. It was not, in fact, causing the problem, so it's
back.

Also fixed the swap matrix in dactyl.c, since it still referred to
columns that exist in the Ergodox but not the Dactyl.

* Clearer phrasing about TWI's effect on scan rate

* Fix up the Dactyl's firmware-loading instructions

Sadly, the Dactyl has no hole for the onboard reset button.

* Dvorak keymap for the Dactyl

* The Erincalling Layout

* Erincalling layout: Add a := key

I've been working in Go, which uses := a lot, and it's awkward to type
in this layout.

* Dactyl README: link to the dactyl-keyboard repo

* Add a missing copyright line

I don't know how much this matters? Honestly, it's enough for me that my
name is on the git commit. But hey, let's be consistent until there's a
specific reason not to be, right?

* Dactyl: remove commented-out code

I hate it I hate it I hate it

There's not even any information about what it was trying to do!!!! >:(

* Add a note about the row/column ridiculousness

* [whitespace] realign some constants

* Don't claim B4 is tied to VCC

It doesn't matter at all? I honestly don't know what the reason ever
was. It looks like it dates back to the original ErgoDox and I've never
seen one sentence about the purpose.

I've been skipping that wire for some time, and I promise it works fine.

* Dactyl keymaps: Send RALT for right-hand alt key

Not terribly important but I just like things tidy OK

* typo fix

* Refer to "dactyl.h" explicitly

QMK_SUBPROJECT_H has been working locally, but fails in CI. Strange!

* Dactyl: Don't use QMK_SUBPROJECT_H at all

It's still breaking in CI, even though it was a never a problem locally.

6 years agoFc660c port (#2060)
Balz Guenat [Sun, 26 Nov 2017 07:17:14 +0000 (08:17 +0100)]
Fc660c port (#2060)

* Port Hasu's FC660C controller to QMK

* fix column mask

6 years agoadded addcninblue's layout (#2049)
Add Chan [Sun, 26 Nov 2017 07:12:26 +0000 (23:12 -0800)]
added addcninblue's layout (#2049)

* added addcninblue's layout

* vim layer

6 years agoKeymap update (#2045)
Callum Oakley [Sun, 26 Nov 2017 07:09:28 +0000 (07:09 +0000)]
Keymap update (#2045)

* linux shake-around

* move terminal and browser spawning keys

* add a shift to window resizing keys to free combo up for window management

* "jump to tab" shortcuts for firefox

* change window resize modifiers

* change wm keys

* change wm keys again, and reformat keymap to 80chars

* typos

* language key

* qwerty layer for SO, general cleanup

6 years agoUpdate my keymap (#2042)
shela [Sun, 26 Nov 2017 07:09:02 +0000 (16:09 +0900)]
Update my keymap (#2042)

* fix bug

* update keymap

6 years agoAdds my XD75 layout (#2040)
Colin T.A. Gray [Sun, 26 Nov 2017 07:08:28 +0000 (00:08 -0700)]
Adds my XD75 layout (#2040)

* adds my xd75 layout

* add secret strings to 'secrets.h' behind compile flag, assign defaults

* macro keys now have defaults (hidden in colinta.h) before any recording, and after clearing the dynamic macros.

* fixed whitespace - using 4 spaces instead of 2

6 years agoimprove ergodox ez performance
Seebs [Sat, 18 Nov 2017 22:11:26 +0000 (16:11 -0600)]
improve ergodox ez performance

With these changes, the ergodox ez goes from 315 scans per second
when no keys are pressed (~3.17ms/scan) to 447 (~2.24ms/scan).

The changes to the pin read are just condensing the logic, and
replacing a lot of conditional operations with a single bitwise
inversion.

The change to row scanning is more significant, and merits
explanation. In general, you can only scan one row of a keyboard
at a time, because if you scan two rows, you no longer know
which row is pulling a given column down. But in the Ergodox
design, this isn't the case; the left hand is controlled by an
I2C-based GPIO expander, and the columns and rows are *completely
separate* electrically from the columns and rows on the right-hand
side.

So simply reading rows in parallel offers two significant
improvements. One is that we no longer need the 30us delay after
each right-hand row, because we're spending more than 30us
communicating with the left hand over i2c. Another is that we're
no longer wastefully sending i2c messages to the left hand
to unselect rows when no rows had actually been selected in the
first place. These delays were, between them, coming out to
nearly 30% of the time spent in each scan.

Signed-off-by: seebs <seebs@seebs.net>
6 years agofix typo
Seebs [Sat, 18 Nov 2017 22:07:58 +0000 (16:07 -0600)]
fix typo

6 years agoAdd my Atreus62 keymap
Paul Ewing [Wed, 1 Nov 2017 22:41:03 +0000 (15:41 -0700)]
Add my Atreus62 keymap

6 years agoI forgot to add a README.md for the FC980C
Balz Guenat [Thu, 23 Nov 2017 17:00:05 +0000 (18:00 +0100)]
I forgot to add a README.md for the FC980C

sorry for forgetting it in the first PR.

6 years agoMake brightness easier to change
Seebs [Thu, 23 Nov 2017 21:34:50 +0000 (15:34 -0600)]
Make brightness easier to change

Don't make the #defines unconditional, make them
optional so users can override them with per-keymap
settings more easily.

6 years agoQMK port of Hasu's fc980c alt controller (#2043)
Balz Guenat [Thu, 23 Nov 2017 15:34:21 +0000 (16:34 +0100)]
QMK port of Hasu's fc980c alt controller (#2043)

* fc980c port, builds but yet untested.

* add my own keymap

6 years agoI found a typo!
Colin T.A. Gray [Tue, 21 Nov 2017 19:20:58 +0000 (12:20 -0700)]
I found a typo!

6 years agothis number just looks wrong, should be 4096 not 4996
Colin T.A. Gray [Tue, 21 Nov 2017 19:20:21 +0000 (12:20 -0700)]
this number just looks wrong, should be 4096 not 4996

6 years agoAdd maartenwut's handwire build
Maarten Dekkers [Sun, 19 Nov 2017 10:55:13 +0000 (11:55 +0100)]
Add maartenwut's handwire build

6 years agoAdded Daisy port (#2016)
Max [Wed, 22 Nov 2017 15:52:42 +0000 (15:52 +0000)]
Added Daisy port (#2016)

* Add files via upload

* Update readme.md

* Update readme.md

* Update readme.md

* Add files via upload

* Delete config.h

* Delete rules.mk

* Add files via upload

* Update config.h

* revised config files

* revised readme

* Update readme.md

* Update readme.md

6 years agoUpdate config_options.md
Jack Humbert [Wed, 22 Nov 2017 02:26:29 +0000 (21:26 -0500)]
Update config_options.md

6 years agoUpdate feature_layouts.md
Jack Humbert [Wed, 22 Nov 2017 02:22:56 +0000 (21:22 -0500)]
Update feature_layouts.md

6 years agoAllow multiple process_record() calls per scan
Seebs [Sat, 18 Nov 2017 21:39:50 +0000 (15:39 -0600)]
Allow multiple process_record() calls per scan

This is particularly relevant for, e.g., the ergodox EZ and
other keyboards with slow scan rates. Without changing the API or
behavior of individual process_record() calls, we allow a
configuration flag to make multiple calls in a single scan.

This will probably have miniscule effects on non-steno users,
and it's not enabled by default for any keyboards. Added note
about it to ergodox README.

Signed-off-by: seebs <seebs@seebs.net>
6 years agoadds planck light keyboard
Jack Humbert [Tue, 21 Nov 2017 04:25:38 +0000 (23:25 -0500)]
adds planck light keyboard

6 years agoadded SS_LSFT to featured macros
Gilbert Consellado [Sat, 18 Nov 2017 13:45:27 +0000 (21:45 +0800)]
added SS_LSFT to featured macros

6 years agoNeo2Planck (#2032)
yellowmoneybank [Mon, 20 Nov 2017 17:22:16 +0000 (18:22 +0100)]
Neo2Planck (#2032)

* Documentation

* Enabled Mouse-Keys in Makefile

* Layer 1 finished

* Small Bugfixes

* Updated documentation

6 years agoAdded files
d_r0ck [Sun, 19 Nov 2017 15:23:02 +0000 (10:23 -0500)]
Added files

6 years agoKona_classic: ANSI arrows keymap with locking caps lock support
TerryMathews [Sun, 19 Nov 2017 23:35:29 +0000 (18:35 -0500)]
Kona_classic: ANSI arrows keymap with locking caps lock support

6 years agoAdd my layout
Marcus Young [Mon, 20 Nov 2017 02:55:59 +0000 (20:55 -0600)]
Add my layout

6 years agoUpdate to drashna keymaps (#4)
Drashna Jaelre [Fri, 17 Nov 2017 19:59:54 +0000 (11:59 -0800)]
Update to drashna keymaps (#4)

* Minor updates to keymaps

* Minor updates to keymaps

6 years agoupdate build script to not delete files
Jack Humbert [Fri, 17 Nov 2017 19:09:27 +0000 (14:09 -0500)]
update build script to not delete files

6 years agoAdds serial number string to USB descriptors (#1996)
Jack Humbert [Fri, 17 Nov 2017 16:53:46 +0000 (11:53 -0500)]
Adds serial number string to USB descriptors (#1996)

* add serial number string to usb descriptors

* better name for serial number

6 years agoDZ60 own true HHKB layout after dz60.h fix (#2012)
Robert Llewellyn [Fri, 17 Nov 2017 16:42:23 +0000 (03:42 +1100)]
DZ60 own true HHKB layout after dz60.h fix (#2012)

6 years agoSplits up ps2avrGB boards into their own folders (#2014)
Jack Humbert [Fri, 17 Nov 2017 16:40:34 +0000 (11:40 -0500)]
Splits up ps2avrGB boards into their own folders (#2014)

* move underglow led count from parent to child

* Added pearl support

* Added personal keymap for pearl

* start splitting up ps2avrGB boards

* clean up ps2avrgb boards

* Move keycodes to their own section

* Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.

*  Cleaned uppersonal userspace and keymaps (#1998)

* Cleanup of keymaps

* Remove Tap Dance from Orthodox keymap

* Cleaned up userspace and keymaps

* Added sample (template)userspace files to my folder

* Document the Teensy hardware reset problem

* add mfluid keymap to atreus62

* Update hand_wire.md

Change "Resin" to "Rosin"

* Add keyboard: mt40 (#2001)

* add keyboard: chinese planck clone

* rename chinese_planck to mt40

* add image for the mt40 board

* lets_split: Fix matrix_init for ROW2COL

Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
* Add Keymap for Whitefox Truefox layout

* Add keyboard: ACR60 (#1999)

* base acr60 keyboard folder created

* mitch acr60 keymap updates, documentation

* latest keymap updates

* slight modifications to layer switching

* Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997)

* importing 42 key dvorak layout

* added comment for build instructions

* adding atreus dvorak 42 key layout

* added readme

* add readme

* build instructions

* additional MEH shortcuts

* added shifted symbols on symbols layer

* working extra symbols on COMBINED layer

* bring atreus layout inline with the ergodox one

* add necessary macros

* working ls macro

* added more shell macros

* added screen rename / screen number macros

* add ctrl-a key in shell-nav to use screen more easily

* added shell screen layer

* assign screen switching macros to screen layer

* define all screen switching macros

* more screen-related shortcuts added on shell screen layer

* change shell nav bottom right row to match base layer (backspace / delete)

* remove some mappings on SHELL_NAV layer as they are now in the screen layer

* added more screen macros

* changes to COMBINED layer (pipe on the right) and modified shell nav

* moved pipe/backslash to then right

* documented SHELL_SCREEN layer

* put backspace/delete on SHELL_NAV layer

* add an explicit lisence file for github to pickup

* Updated keymaps to allow base layer alternation for QWERTY, Colemak & Dvorak (#1962)

* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware

* Fix terminus_mini & nyquist/DivergeJM readme files

Previously an outdated copy of the default readme. Updated to match the  Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)

* Update makefiles to rules.mk

Renamed both Makefiles to rules.mk, removed references to makefiles

* Updated rules.mk

Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.

Also disabled Tap_Dance in both rules.mk files

* Moved terminus_mini to handwired

Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.

* New Frosty Flake layout for QFR TKL

Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.

* README fix & keymap update for 3 keyboards

Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM.

Added TAPPING_TERM =  150 to config.h for all keyboards

Switched LT(LOWER) and LAlt on the mod row for ortholinear boards.

* Update readme for QFR_JM to include make instructions

* Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"

This reverts commit a45f264ada09acc14fb85390407bc7ff5bb021e3, reversing
changes made to 62349c33410671a33d4041d50cf27de1d6bdd9cf.

* Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware""

This reverts commit eae54fb3be2c60dffd704261f84bab98c9e06f93.

* Added QWERTY support to the QFR_JM

Implemented variable default base layer from the Planck default keymap.

* Update README to reflect QWERTY support

* Nyquist:DivergeJM - Update RESET location

Add a reset button to both hands, accessible when halves are disconnected.

* Typo fix

* Update DivergeJM

Switched master to Left hand,
Moved Reset key to a different location

* Added macros to send R pointer & dplyr pipe

Macros added as a string of keypresses, couldn't figure out how to get SEND_STRING to work.

* Added ADJUST -> QWERTY, DVORAK, COLEMAK

Re-implemented update_tri_layer fuctionality to reset base layer for Terminus_Mini & DivergeJM Nyquist keymaps to QWERTY, DVORAK or COLEMAK via the ADJUST layer.

Updated ReadMe files accordingly.

* Fix base layout diagram for Terminus_Mini

Remove split from diagram

* Changed the R operators to SEND_STRING, rather than keypress macros

* Added Dvorak to the QFR_JM keymap

* fixed duplicate row in Nyquist keymap

* Fix readme - LAlt location on mouse layer

* Set EE_HANDS to allow either Nyquist hand to work as master.

* Update R operator strings, clean up layering for terminus_mini, QFR_JM and DivergeJM

"<-" to " <- "
"%>%" to " %>% "

Also played around with the layering, removed unnecessary TAP_TOGGLE for LOWER and shuffled FUNCTION and MOUSE momentary actions to reflect layer order.

* Update bottom alpha row to output symbols on LOWER

This row now outputs the following (z -> /) when in the LOWER layer:
 <-
 %>%
{
[
`
|
]
}
.
/

* Updated readme files for QFR_JM, terminus_mini & DivergeJM

QFR_JM readme reflects correct LOWER bottom row symbol output,
terminus_mini & DivergeJM reflect correct command line make instructions.

* Add media keys to QFR_JM LOWER - Replicate QFR default functionality

* Fix issue with Mouse layering

Stuck on mouse layer because the wrong macro was assigned to the 'exit layer' key. Reassigned that key.

* Changed " <- " to "<- " for QFR_JM, terminus_mini & DivergeJM

* Add "KC_MAKE" to userspace example

* QMK DFU bootloader generation (#2009)

* adds :bootloader target

* update planck and preonic revisions

* remove references to .h files for planck

* update preonic keymap

* only add keyboard.h files that exist

* add production target

* hook things up with the new lufa variables

* update rules for planck/preonic

* back backlight key turn of status led when pressed

* add manufacturer/product strings to bootloader

* fix push script

* Added support for let's split kailh socket version (#2010)

* Added support for socket version of the let's split

* renamed files

* socket-version-works

* fix up lets_split keymaps

* fix up lets_split keymaps

* shrink preonic by a bit

* fix lets_split keyboards

* update travis script

* update travis script

* update version silencing

6 years agoupdate chibios
Jack Humbert [Thu, 16 Nov 2017 21:31:59 +0000 (16:31 -0500)]
update chibios

6 years agoUpdate .gitmodules
Jack Humbert [Thu, 16 Nov 2017 20:09:45 +0000 (15:09 -0500)]
Update .gitmodules

6 years agoUpdated dbroqua layout for HHKB keyboard (#1990)
Damien [Thu, 16 Nov 2017 19:49:19 +0000 (20:49 +0100)]
Updated dbroqua layout for HHKB keyboard (#1990)

* - Fixed DK60 version in config.h

* - Updated dk60 readme with new QMK rules

* - Fixed wording in readme

* Added dbroqua layout for DZ60

I've also updated dz60.h to add "true HHKD" keymap definition (6U
spacebar).

With the default HHKB definition r_alt was not mapped and when I pressed
r_menu it was r_alt.

Regards

* Updated dbroqua layout for HHKB keyboard

Added default configuration and alternate (swap gui/alt keys).

Save user choice in keyboard memory (like plank, thanks for this
feature!).

6 years agoadd example keymap
Balz Guenat [Thu, 16 Nov 2017 14:29:56 +0000 (15:29 +0100)]
add example keymap

6 years agoextend macro docs a bit
Balz Guenat [Thu, 16 Nov 2017 02:23:55 +0000 (03:23 +0100)]
extend macro docs a bit

6 years agoupdate version silencing
Jack Humbert [Wed, 15 Nov 2017 03:56:29 +0000 (22:56 -0500)]
update version silencing

6 years agoupdate travis script
Jack Humbert [Wed, 15 Nov 2017 03:31:34 +0000 (22:31 -0500)]
update travis script

6 years agoupdate travis script
Jack Humbert [Wed, 15 Nov 2017 03:14:59 +0000 (22:14 -0500)]
update travis script

6 years agofix lets_split keyboards
Jack Humbert [Wed, 15 Nov 2017 03:14:03 +0000 (22:14 -0500)]
fix lets_split keyboards

6 years agoshrink preonic by a bit
Jack Humbert [Wed, 15 Nov 2017 02:23:26 +0000 (21:23 -0500)]
shrink preonic by a bit

6 years agofix up lets_split keymaps
Jack Humbert [Tue, 14 Nov 2017 22:43:30 +0000 (17:43 -0500)]
fix up lets_split keymaps

6 years agofix up lets_split keymaps
Jack Humbert [Tue, 14 Nov 2017 22:37:57 +0000 (17:37 -0500)]
fix up lets_split keymaps

6 years agoAdded support for let's split kailh socket version (#2010)
Mikkel Jeppesen [Tue, 14 Nov 2017 22:27:27 +0000 (23:27 +0100)]
Added support for let's split kailh socket version (#2010)

* Added support for socket version of the let's split

* renamed files

* socket-version-works

6 years agofix push script
Jack Humbert [Tue, 14 Nov 2017 21:47:34 +0000 (16:47 -0500)]
fix push script

6 years agoQMK DFU bootloader generation (#2009)
Jack Humbert [Tue, 14 Nov 2017 21:11:29 +0000 (16:11 -0500)]
QMK DFU bootloader generation (#2009)

* adds :bootloader target

* update planck and preonic revisions

* remove references to .h files for planck

* update preonic keymap

* only add keyboard.h files that exist

* add production target

* hook things up with the new lufa variables

* update rules for planck/preonic

* back backlight key turn of status led when pressed

* add manufacturer/product strings to bootloader

6 years agoAdd "KC_MAKE" to userspace example
drashna [Tue, 14 Nov 2017 05:52:34 +0000 (21:52 -0800)]
Add "KC_MAKE" to userspace example

6 years agoUpdated keymaps to allow base layer alternation for QWERTY, Colemak & Dvorak (#1962)
James Morgan [Tue, 14 Nov 2017 01:55:14 +0000 (12:55 +1100)]
Updated keymaps to allow base layer alternation for QWERTY, Colemak & Dvorak (#1962)

* First commit of the Terminus_Mini firmware and the DivergeJM version of the Nyquist firmware

* Fix terminus_mini & nyquist/DivergeJM readme files

Previously an outdated copy of the default readme. Updated to match the  Nyquist/DivergeJM format (DivergeJM is a split 5x12 implementation of the terminus_mini layout)

* Update makefiles to rules.mk

Renamed both Makefiles to rules.mk, removed references to makefiles

* Updated rules.mk

Inadvertantly removed important code from the rules.mk in previous commit. This has been restored.

Also disabled Tap_Dance in both rules.mk files

* Moved terminus_mini to handwired

Realised that existing directory was not appropriate for the terminus_mini project, moved to handwired.

* New Frosty Flake layout for QFR TKL

Added a TKL layout for the Frosty Flake with a navigation cluster on LOWER under the left hand and a similarly functioning MOUSE layer that includes mouse navigation functionality.

* README fix & keymap update for 3 keyboards

Fixed the markdown for the handwired/terminus_mini:default, Nyqyist:DivergeJM & frosty_flake:QFR_JM.

Added TAPPING_TERM =  150 to config.h for all keyboards

Switched LT(LOWER) and LAlt on the mod row for ortholinear boards.

* Update readme for QFR_JM to include make instructions

* Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware"

This reverts commit a45f264ada09acc14fb85390407bc7ff5bb021e3, reversing
changes made to 62349c33410671a33d4041d50cf27de1d6bdd9cf.

* Revert "Revert "Merge branch 'master' of https://github.com/mogranjm/qmk_firmware""

This reverts commit eae54fb3be2c60dffd704261f84bab98c9e06f93.

* Added QWERTY support to the QFR_JM

Implemented variable default base layer from the Planck default keymap.

* Update README to reflect QWERTY support

* Nyquist:DivergeJM - Update RESET location

Add a reset button to both hands, accessible when halves are disconnected.

* Typo fix

* Update DivergeJM

Switched master to Left hand,
Moved Reset key to a different location

* Added macros to send R pointer & dplyr pipe

Macros added as a string of keypresses, couldn't figure out how to get SEND_STRING to work.

* Added ADJUST -> QWERTY, DVORAK, COLEMAK

Re-implemented update_tri_layer fuctionality to reset base layer for Terminus_Mini & DivergeJM Nyquist keymaps to QWERTY, DVORAK or COLEMAK via the ADJUST layer.

Updated ReadMe files accordingly.

* Fix base layout diagram for Terminus_Mini

Remove split from diagram

* Changed the R operators to SEND_STRING, rather than keypress macros

* Added Dvorak to the QFR_JM keymap

* fixed duplicate row in Nyquist keymap

* Fix readme - LAlt location on mouse layer

* Set EE_HANDS to allow either Nyquist hand to work as master.

* Update R operator strings, clean up layering for terminus_mini, QFR_JM and DivergeJM

"<-" to " <- "
"%>%" to " %>% "

Also played around with the layering, removed unnecessary TAP_TOGGLE for LOWER and shuffled FUNCTION and MOUSE momentary actions to reflect layer order.

* Update bottom alpha row to output symbols on LOWER

This row now outputs the following (z -> /) when in the LOWER layer:
 <-
 %>%
{
[
`
|
]
}
.
/

* Updated readme files for QFR_JM, terminus_mini & DivergeJM

QFR_JM readme reflects correct LOWER bottom row symbol output,
terminus_mini & DivergeJM reflect correct command line make instructions.

* Add media keys to QFR_JM LOWER - Replicate QFR default functionality

* Fix issue with Mouse layering

Stuck on mouse layer because the wrong macro was assigned to the 'exit layer' key. Reassigned that key.

* Changed " <- " to "<- " for QFR_JM, terminus_mini & DivergeJM

6 years agoadd an explicit lisence file for github to pickup
Jack Humbert [Tue, 14 Nov 2017 01:50:54 +0000 (20:50 -0500)]
add an explicit lisence file for github to pickup

6 years agolets_split: Fix matrix_init for ROW2COL
Marian Rusu [Sun, 5 Nov 2017 17:47:34 +0000 (17:47 +0000)]
lets_split: Fix matrix_init for ROW2COL

Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
6 years agoAdd Keymap for Whitefox Truefox layout
Andy Holder [Wed, 8 Nov 2017 20:44:18 +0000 (20:44 +0000)]
Add Keymap for Whitefox Truefox layout

6 years agoChanges to Atreus and Ergodox EZ Dvorak 42key layout (#1997)
lucwastiaux [Mon, 13 Nov 2017 23:50:39 +0000 (07:50 +0800)]
Changes to Atreus and Ergodox EZ Dvorak 42key layout (#1997)

* importing 42 key dvorak layout

* added comment for build instructions

* adding atreus dvorak 42 key layout

* added readme

* add readme

* build instructions

* additional MEH shortcuts

* added shifted symbols on symbols layer

* working extra symbols on COMBINED layer

* bring atreus layout inline with the ergodox one

* add necessary macros

* working ls macro

* added more shell macros

* added screen rename / screen number macros

* add ctrl-a key in shell-nav to use screen more easily

* added shell screen layer

* assign screen switching macros to screen layer

* define all screen switching macros

* more screen-related shortcuts added on shell screen layer

* change shell nav bottom right row to match base layer (backspace / delete)

* remove some mappings on SHELL_NAV layer as they are now in the screen layer

* added more screen macros

* changes to COMBINED layer (pipe on the right) and modified shell nav

* moved pipe/backslash to then right

* documented SHELL_SCREEN layer

* put backspace/delete on SHELL_NAV layer

6 years agoAdd keyboard: ACR60 (#1999)
Ryan Mitchell [Mon, 13 Nov 2017 23:50:09 +0000 (17:50 -0600)]
Add keyboard: ACR60 (#1999)

* base acr60 keyboard folder created

* mitch acr60 keymap updates, documentation

* latest keymap updates

* slight modifications to layer switching

6 years agoadd mfluid keymap to atreus62
Thomas Dehaeze [Sun, 12 Nov 2017 20:23:47 +0000 (21:23 +0100)]
add mfluid keymap to atreus62

6 years agoUpdate hand_wire.md
James [Mon, 13 Nov 2017 19:11:52 +0000 (12:11 -0700)]
Update hand_wire.md

Change "Resin" to "Rosin"

6 years agoAdd keyboard: mt40 (#2001)
Thomas Dehaeze [Mon, 13 Nov 2017 23:44:53 +0000 (00:44 +0100)]
Add keyboard: mt40 (#2001)

* add keyboard: chinese planck clone

* rename chinese_planck to mt40

* add image for the mt40 board

6 years agoDocument the Teensy hardware reset problem
Erin Call [Sun, 12 Nov 2017 16:23:36 +0000 (08:23 -0800)]
Document the Teensy hardware reset problem

6 years ago Cleaned uppersonal userspace and keymaps (#1998)
drashna [Sat, 11 Nov 2017 03:58:53 +0000 (19:58 -0800)]
 Cleaned uppersonal userspace and keymaps (#1998)

* Cleanup of keymaps

* Remove Tap Dance from Orthodox keymap

* Cleaned up userspace and keymaps

* Added sample (template)userspace files to my folder

6 years agoClarify `KC_PWR` vs `KC_POWER`. Fixes #1994.
skullY [Fri, 10 Nov 2017 20:38:04 +0000 (12:38 -0800)]
Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.

6 years agoMove keycodes to their own section
skullY [Fri, 10 Nov 2017 20:35:51 +0000 (12:35 -0800)]
Move keycodes to their own section

6 years agoupdate some docs
Jack Humbert [Thu, 9 Nov 2017 21:18:56 +0000 (16:18 -0500)]
update some docs

6 years agoFixed some grammar and typos on the docs (#1989)
Zach Burchill [Thu, 9 Nov 2017 21:18:31 +0000 (16:18 -0500)]
Fixed some grammar and typos on the docs (#1989)

* fixed grammar and references

* fixed typo

6 years agoMerge pull request #1988 from qmk/hf/disable_shine_leds_default
Erez Zukerman [Thu, 9 Nov 2017 13:31:12 +0000 (08:31 -0500)]
Merge pull request #1988 from qmk/hf/disable_shine_leds_default

disables Shine LED layer indication for now

6 years agoMerge pull request #1986 from ideasman42/code-friendly-qwerty
Erez Zukerman [Thu, 9 Nov 2017 13:29:10 +0000 (08:29 -0500)]
Merge pull request #1986 from ideasman42/code-friendly-qwerty

qwerty_code_friendly: Expose caps-lock & fix typo

6 years agodisables Shine LED layer indication for now
Erez Zukerman [Thu, 9 Nov 2017 13:12:43 +0000 (08:12 -0500)]
disables Shine LED layer indication for now

6 years agoqwerty_code_friendly: Expose caps-lock & fix typo
Campbell Barton [Thu, 9 Nov 2017 11:47:37 +0000 (22:47 +1100)]
qwerty_code_friendly: Expose caps-lock & fix typo

6 years agoMore "oscillope" keymap fixes. (#1982)
Oscillope [Wed, 8 Nov 2017 16:13:48 +0000 (11:13 -0500)]
More "oscillope" keymap fixes. (#1982)

* More keymap fixes. F-row on bottom layer wasn't fully setup, also switched raise/lower keys to use tap-toggle.

* Added PrScr, put Tab back on top layer.

* Fixed build breakage with default keymap (unneeded rgblight.h include)

6 years agoImproved README of yuuki and added RGB commands (#1983)
Florian Beeres [Wed, 8 Nov 2017 16:13:06 +0000 (17:13 +0100)]
Improved README of yuuki and added RGB commands (#1983)

* Add yuuki keymap

Documentation is still a TODO and the keymap may not be final

* GRV on colon

* add KC_GRV to FN ESC

* more RGB modes

* Update README.md

Add image of layout and fix typo

* switch from jpg to png

For some reason the JPG had red outlines around the keys.

* remove whitespace

* add instruction to reset keyboard before flashing

* gh60 stytle layout

* moved the GH60 style layout to new folder

* add HOME and END

* Add heading

* moved ayanami to other branch

6 years agorestructure converters (#1825)
Balz Guenat [Wed, 8 Nov 2017 16:11:44 +0000 (17:11 +0100)]
restructure converters (#1825)

* restructure converters

each converter is its own keyboard and different hardware variants are different subprojects.

remove (seemingly) old method of loading layouts from main Makefile

* call led_set_kb() from overridden led_set()

* put converter back into one folder

* revert some structure changes to bring in line with #1784.

Also attempt to get the BLE thing more properly integrated.
Also also fix led_set() to call led_set_kb().

6 years agoqwerty_code_friendly: configurable left thumb
Campbell Barton [Tue, 7 Nov 2017 01:41:39 +0000 (12:41 +1100)]
qwerty_code_friendly: configurable left thumb

Also add mouse-wheel keys.

6 years agoMigrated most code from keymaps to userspace (#1980)
drashna [Tue, 7 Nov 2017 05:11:08 +0000 (21:11 -0800)]
Migrated most code from keymaps to userspace  (#1980)

* Add woodpad

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add woodpad

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Fix rebasing issues

* remove head files

* Fix "macro" issue

* Rename ez keymaps for userspace

* Revert "Rename ez keymaps for userspace"

This reverts commit c25425911852e41711a5f0273b5741adb16e5bd4.

* Renamed Ergodox EZ layouts so that all of my personal layouts are on the same name, in prep for using userspaces

* Fix ergodox code

* Remove "drashna-ez" keymap as it's no longer needed

* Migrate majority of code to Userspace

6 years agoSmall ergodox config fix and update.
Fredric Silberberg [Mon, 6 Nov 2017 19:30:57 +0000 (11:30 -0800)]
Small ergodox config fix and update.

6 years agoUpdate and move around drashna keymaps (#1976)
drashna [Mon, 6 Nov 2017 18:32:48 +0000 (10:32 -0800)]
Update and move around drashna keymaps (#1976)

* Add woodpad

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add woodpad

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Cleanup

* Remove misc layouts for woodpad

* Move woodpad to handwired

* Updated RGB Underglow info

* Cleanup macros

* Tweaked RGB lighting stuff

* Start to merge orthodox/ergodox keymaps (persistant layers)

* Add forced NKRO

* Added default layer (qwerty/colemak/dvorak) detection to RGB Underglow

* Updated macros and added workman keymaps

* Fixed RGB lighting for Workman layout

* Add leader keys

* Remove force NKRO

* Add Viterbi one handed layout and minor tweaks to others

* Finishing up Viterbi keyboard layout, and NKRO tweaks to other layouts

* Made "make" keystroke universal

* Clean up and updates of drashna keymaps

* Add workman layer to planck

* Update to keymaps

* Fix makefile toggle code in ez keymap
Finish adding RGB code to orthodox

* Updated RGB Underglow layer indication code due to discovery of the layer_state_set_kb function

* Remove unnecessary planck layout

* Fixed Workman song

* update make command and added lit reset

* Fixed formatting to fall in line with official standards

* Minor tweaks

* Removed Leader Keys from Ergodox EZ Keymap
Added KC_RESET that resets board and sets underglow to red

* Tweak reset code

* Fix rebasing issues

* remove head files

* Fix "macro" issue

* Rename ez keymaps for userspace

* Revert "Rename ez keymaps for userspace"

This reverts commit c25425911852e41711a5f0273b5741adb16e5bd4.

* Renamed Ergodox EZ layouts so that all of my personal layouts are on the same name, in prep for using userspaces

* Fix ergodox code

* Remove "drashna-ez" keymap as it's no longer needed

6 years agomake it easy to customize logo image
Takayuki Matsubara [Mon, 6 Nov 2017 13:30:25 +0000 (22:30 +0900)]
make it easy to customize logo image

6 years agoadd pgm_read_dword for Infinity ErgoDox
Takayuki Matsubara [Mon, 6 Nov 2017 13:22:35 +0000 (22:22 +0900)]
add pgm_read_dword for Infinity ErgoDox

avoid the following error when `UNICODEMAP_ENABLE = yes`:

```
quantum/process_keycode/process_unicodemap.c:52:21: error: implicit declaration of function 'pgm_read_dword'
```

6 years ago333fred layout update (#1971)
Fred Silberberg [Mon, 6 Nov 2017 17:09:01 +0000 (09:09 -0800)]
333fred layout update (#1971)

* Set up tap dance for layers on the lower button.

* Refactored code to share in the users directory between my two keyboard layouts.

* Small keyboard layout change.

* Updated documentation on oneshot usage in macros/tap dance.

6 years agoPete's 40th XD64 Layout
J. Eric Mason [Sun, 5 Nov 2017 16:52:03 +0000 (08:52 -0800)]
Pete's 40th XD64 Layout

Mac layout based on yuuki with some other changes, for Pete's 40th birthday keyboard

6 years agoErgodox EZ and Atreus 42 key dvorak layout updates (#1964)
lucwastiaux [Mon, 6 Nov 2017 17:07:21 +0000 (01:07 +0800)]
Ergodox EZ and Atreus 42 key dvorak layout updates (#1964)

* importing 42 key dvorak layout

* added comment for build instructions

* adding atreus dvorak 42 key layout

* added readme

* add readme

* build instructions

* additional MEH shortcuts

* added shifted symbols on symbols layer

* working extra symbols on COMBINED layer

* bring atreus layout inline with the ergodox one

* add necessary macros

* working ls macro

* added more shell macros

* added screen rename / screen number macros

* add ctrl-a key in shell-nav to use screen more easily

* added shell screen layer

* assign screen switching macros to screen layer

* define all screen switching macros

* more screen-related shortcuts added on shell screen layer

* change shell nav bottom right row to match base layer (backspace / delete)

* remove some mappings on SHELL_NAV layer as they are now in the screen layer

* added more screen macros

6 years agoCorrect the rules.mk documentation for auto shift.
Jeremy Cowgar [Sat, 4 Nov 2017 19:04:31 +0000 (15:04 -0400)]
Correct the rules.mk documentation for auto shift.

fixes #1965

6 years agoFix RGBLIGHT startup color (#1975)
drashna [Mon, 6 Nov 2017 16:43:38 +0000 (08:43 -0800)]
Fix RGBLIGHT startup color (#1975)

* Fix RGBLIGHT startup color

While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code....

The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup.  So the default layer color won't ever get set on startup.  It needs to be called in the init function to be properly set.

I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function.

* Removed typo (pipe)

6 years agoMerge pull request #1974 from qmk/f/ez_shine_layer_leds
Erez Zukerman [Mon, 6 Nov 2017 14:44:54 +0000 (09:44 -0500)]
Merge pull request #1974 from qmk/f/ez_shine_layer_leds

Shine layer indication

6 years agoadds indication up to layer 7
Erez Zukerman [Mon, 6 Nov 2017 14:00:05 +0000 (09:00 -0500)]
adds indication up to layer 7

6 years agorestore default mode/color if no 0 color
Jack Humbert [Mon, 6 Nov 2017 14:15:30 +0000 (09:15 -0500)]
restore default mode/color if no 0 color

6 years agoadds per-layer rgb color option to ez
Jack Humbert [Mon, 6 Nov 2017 13:38:36 +0000 (08:38 -0500)]
adds per-layer rgb color option to ez

6 years agoupdate gh60 info
Jack Humbert [Sun, 5 Nov 2017 17:06:45 +0000 (12:06 -0500)]
update gh60 info

6 years agoadd gh60 info.json
Jack Humbert [Sun, 5 Nov 2017 17:04:52 +0000 (12:04 -0500)]
add gh60 info.json

6 years agoseveral improvements for mitosis:datagrok (#1960)
Michael F. Lamb [Fri, 3 Nov 2017 15:56:06 +0000 (08:56 -0700)]
several improvements for mitosis:datagrok (#1960)

* mitosis/datagrok: reduce features from rules.mk

* mitosis/datagrok: make both layer keys neighbor shift

* mitosis/datagrok: (no-op) tweak some comments

* mitosis/datagrok: set baudrate to 250k

This requires a corresponding change to the mitosis wireless firmware:
https://github.com/reversebias/mitosis/pull/10

* mitosis/datagrok: move design description from code comment to a readme

* mitosis/datagrok: new layout, new shifted keys, efficient LED code

This is experimental, but compiles and seems to work correctly.

* mitosis/datagrok: whoops, move readme.md

* mitosis/datagrok: a minor layout improvement simplifies custom-shifted code

instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code
needed to perform the shifted-key switching. (And keeps , and . on the
same keys that they are under qwerty.)

also: layout improvements for symbols

* mitosis/datagrok: make my code conform to QMK style guidelines

* mitosis/datagrok: TODO note for layout table in README

* mitosis/datagrok: remove led_set_user until i figure out other changes

need to see if the corresponding changes needed in the keyboard-level code
is okay.

* mitosis/datagrok: simpler layer indicator

* mitosis/datagrok: undo change to keyboard baud; make it in my layout dir.

* mitosis/datagrok: apply same punctuation hack to qwerty layer

* mitosis/datagrok: enable qwerty layer toggle

* mitosis/datagrok: update readme

6 years agoAdded hand-swap matrix to the mitosis
M Rawash [Fri, 3 Nov 2017 07:47:58 +0000 (09:47 +0200)]
Added hand-swap matrix to the mitosis

6 years agohave led default to off on start up
Jennifer [Fri, 3 Nov 2017 08:31:33 +0000 (01:31 -0700)]
have led default to off on start up

6 years agomake more generic, and properly handle inits
Jennifer [Thu, 2 Nov 2017 20:29:27 +0000 (13:29 -0700)]
make more generic, and properly handle inits

6 years agofix a typo
skullY [Fri, 3 Nov 2017 00:36:15 +0000 (17:36 -0700)]
fix a typo

6 years agoDo some cleanup for the API
skullY [Thu, 2 Nov 2017 23:47:39 +0000 (16:47 -0700)]
Do some cleanup for the API

6 years agouse real greater than and less than chars
skullY [Thu, 2 Nov 2017 23:27:17 +0000 (16:27 -0700)]
use real greater than and less than chars

6 years agofix labels
skullY [Thu, 2 Nov 2017 19:49:23 +0000 (12:49 -0700)]
fix labels