]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
6 years agofix up midi stuff w/music mode
Jack Humbert [Sun, 10 Dec 2017 15:57:52 +0000 (10:57 -0500)]
fix up midi stuff w/music mode

6 years agoDon't "unselect" left-hand rows
Seebs [Tue, 5 Dec 2017 16:55:05 +0000 (10:55 -0600)]
Don't "unselect" left-hand rows

"unselecting" left-hand rows is a wasted i2c transaction.

On the left-hand side, the ergodox uses a GPIO expander. It
does *not* change "direction" (input/output) of pins, it just
sets pins high or low.

But all the pins are written at once. There's no way to
change just one pin's value; you send a full byte of all eight
row pins. (Not all of them are in use, but that doesn't matter.)
So every pin is either +V or ground. This is in contrast
with the right-hand side, which is using input mode to make pins
be neutral.

So there's no need to "deselect" the rows on the left side
at all. To select row 0, you set the GPIO register for the
rows to 0xFE. The previous code would then set it back to
0xFF, then set it to 0xFD on the next cycle. But we can just
omit the intervening step, and set it to 0xFD next cycle,
and get the same results.

And yes, I tested that the keyboard still works.

On my system, scan rate as reported by DEBUG_SCAN_RATE goes
from 445 or so to 579 or so, thus, from ~2.24ms to ~1.73ms.

Signed-off-by: seebs <seebs@seebs.net>
6 years agochange the ?= assignments to =
Balz Guenat [Fri, 8 Dec 2017 23:20:10 +0000 (00:20 +0100)]
change the ?= assignments to =

6 years agosome planck keymap shiftings and include proper-making
Balz Guenat [Thu, 7 Dec 2017 20:45:44 +0000 (21:45 +0100)]
some planck keymap shiftings and include proper-making

6 years agoclean up bananasplit keymap
Balz Guenat [Mon, 20 Nov 2017 17:26:44 +0000 (18:26 +0100)]
clean up bananasplit keymap

6 years agoTrim trailing whitespace
fauxpark [Sat, 9 Dec 2017 05:56:58 +0000 (16:56 +1100)]
Trim trailing whitespace

6 years agoFix some of the more obvious typos
fauxpark [Sat, 9 Dec 2017 05:49:07 +0000 (16:49 +1100)]
Fix some of the more obvious typos

6 years agoFormat keycode tables
fauxpark [Sat, 9 Dec 2017 05:45:13 +0000 (16:45 +1100)]
Format keycode tables

6 years agoConvert all headings to Title Case
fauxpark [Sat, 9 Dec 2017 05:36:32 +0000 (16:36 +1100)]
Convert all headings to Title Case

6 years agoNew Planck Layout (#2123)
Nico Hormazábal [Sat, 9 Dec 2017 05:06:27 +0000 (06:06 +0100)]
New Planck Layout (#2123)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

6 years agoTurn on prevent stuck modifiers for my keymaps.
Fredric Silberberg [Sat, 9 Dec 2017 00:58:10 +0000 (16:58 -0800)]
Turn on prevent stuck modifiers for my keymaps.

6 years agoUpdated copyright headers and peer review fixes
Cole Markham [Sat, 9 Dec 2017 04:55:53 +0000 (22:55 -0600)]
Updated copyright headers and peer review fixes

6 years agoUpdate Meira readme
Cole Markham [Sat, 9 Dec 2017 04:51:49 +0000 (22:51 -0600)]
Update Meira readme

6 years agoAdd support for Meira
Cole Markham [Fri, 17 Nov 2017 18:01:21 +0000 (12:01 -0600)]
Add support for Meira

6 years agoAdd support for LFKeyboard products: LFK78, LFK87 and SMK65
Scott Wilson [Sun, 3 Dec 2017 15:32:07 +0000 (10:32 -0500)]
Add support for LFKeyboard products: LFK78, LFK87 and SMK65

6 years agofix link for grave escape in docs
Balz Guenat [Sun, 3 Dec 2017 11:49:11 +0000 (12:49 +0100)]
fix link for grave escape in docs

6 years agoUpdated readme
Martin Gondermann [Tue, 5 Dec 2017 07:44:01 +0000 (08:44 +0100)]
Updated readme

6 years agoUpdated color for base layer to better match my key caps (Dasher)
Martin Gondermann [Tue, 5 Dec 2017 07:41:55 +0000 (08:41 +0100)]
Updated color for base layer to better match my key caps (Dasher)

6 years agoPointing to the right build URL
Gaëtan Ark [Tue, 5 Dec 2017 11:38:26 +0000 (12:38 +0100)]
Pointing to the right build URL

The previous URI used to point to the Nyquist keyboard build guide.

6 years agoAdd 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'
Colin T.A. Gray [Tue, 5 Dec 2017 18:56:15 +0000 (11:56 -0700)]
Add 'rgblight_disable' and 'rgblight_setrgb_at/rgblight_sethsv_at'

Refactors rgblight_toggle to use rgblight_enable or rgblight_disable
Use 'rgblight_setrgb_at/rgblight_sethsv_at' to control an individual LED

6 years agohelper to compare current layer_state to user layer
Colin T.A. Gray [Tue, 5 Dec 2017 18:59:53 +0000 (11:59 -0700)]
helper to compare current layer_state to user layer

Performs the same bit comparison that the layer_move
functions perform

6 years agoAdd a slightly modified ordinary layout for OSX
Cosmin Cojocar [Wed, 6 Dec 2017 11:11:43 +0000 (12:11 +0100)]
Add a slightly modified ordinary layout for OSX

6 years agoEnable tap dance and other features for Whitefox
andy [Tue, 5 Dec 2017 22:21:43 +0000 (22:21 +0000)]
Enable tap dance and other features for Whitefox

The custom matrix code was missing calls to matrix_*_quantum, disabling quantum features.

6 years agoadd do60 support
Unknown [Fri, 8 Dec 2017 07:12:41 +0000 (15:12 +0800)]
add do60 support

6 years agomove lcd_backlight_keyframes to correct location
Jack Humbert [Thu, 7 Dec 2017 17:41:13 +0000 (12:41 -0500)]
move lcd_backlight_keyframes to correct location

6 years agoAdd support for 7x4 ortholinear split KB Ergo42
Biacco42 [Sun, 19 Nov 2017 09:02:39 +0000 (18:02 +0900)]
Add support for 7x4 ortholinear split KB Ergo42

6 years agoF5 pin doesn't support PWM, so breathing isn't an option
Colin T.A. Gray [Tue, 5 Dec 2017 21:13:46 +0000 (14:13 -0700)]
F5 pin doesn't support PWM, so breathing isn't an option

6 years agofixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM
Colin T.A. Gray [Tue, 5 Dec 2017 21:13:27 +0000 (14:13 -0700)]
fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM

6 years agoUpdates to drashna keymaps and userspace (#2093)
Drashna Jaelre [Wed, 6 Dec 2017 02:45:42 +0000 (18:45 -0800)]
Updates to drashna keymaps and userspace (#2093)

* Add "secret" macor

* Updating secret macros

* Re-add RGB to Ergodox

* Fixed issue when RGB was disabled

* Consistency changes

* Updated bootloader macro

* Fixing audio setup

* Fix bootloader typo

* Update to full list of stings (for completeness)

* Template fix

* Finally got woodpad to force numlock

* Fix for new RGB mode

6 years agoKatana60 (#2068)
Baris Tosun [Tue, 5 Dec 2017 16:14:10 +0000 (17:14 +0100)]
Katana60 (#2068)

* Add files via upload

* katana60 defaults, initial pull-request

* removed icons from google drive

* added simple readme files

* pull-request updates

* readme file updated

* readme file formatting

* improvements before live

* colemak readme

* updated readme files

* removed makefiles and updated readme

6 years agoFix Audio chime overrides in split keyboards
Drashna Jael're [Sun, 3 Dec 2017 18:19:57 +0000 (10:19 -0800)]
Fix Audio chime overrides in split keyboards

6 years agoadds led control functions to XD75 layout
Colin T.A. Gray [Sun, 3 Dec 2017 15:21:10 +0000 (08:21 -0700)]
adds led control functions to XD75 layout

6 years agoAdd Crawlpad 2017 files.
Cole Markham [Mon, 4 Dec 2017 15:28:19 +0000 (09:28 -0600)]
Add Crawlpad 2017 files.

6 years agoadds 'RGB_RMOD' to go through RGB modes in reverse
Colin T.A. Gray [Mon, 4 Dec 2017 18:36:24 +0000 (11:36 -0700)]
adds 'RGB_RMOD' to go through RGB modes in reverse

6 years agoFix typo in make example
Drashna Jaelre [Mon, 4 Dec 2017 16:16:19 +0000 (08:16 -0800)]
Fix typo in make example

It has `:all" when it clearly is referencing the command without `:all`.

6 years agoMagicforce68 now in bluetooth flavour (#2051)
Harshit Goel [Sun, 3 Dec 2017 05:04:22 +0000 (10:34 +0530)]
Magicforce68 now in bluetooth flavour (#2051)

* Added working code for mf68_ble

* update read.md

* update read.md

* update read.md

* update readme

* Update README.md

* Update README.md

* added reddit post

* Update README.md

* Update README.md

6 years agoupdate advanced_keycodes; oneshot = sticky/dead keys
mmikeww [Mon, 27 Nov 2017 17:52:39 +0000 (12:52 -0500)]
update advanced_keycodes; oneshot = sticky/dead keys

6 years agoupdate glossary; oneshot key = sticky/dead key
mmikeww [Mon, 27 Nov 2017 17:43:57 +0000 (12:43 -0500)]
update glossary; oneshot key = sticky/dead key

6 years agoFlesh out the grave escape overrides
skullY [Tue, 28 Nov 2017 22:08:32 +0000 (14:08 -0800)]
Flesh out the grave escape overrides

6 years agoRemove unnecessary audio code from orthodox (#2076)
Drashna Jaelre [Sun, 3 Dec 2017 04:59:17 +0000 (20:59 -0800)]
Remove unnecessary audio code from orthodox (#2076)

* Remove unnecessary startup/shutdown code

* Leave functions intact

* Update rev1.c

6 years agoAdd keymap for atreus and minidox (#2079)
khitsule [Sun, 3 Dec 2017 04:56:30 +0000 (14:56 +1000)]
Add keymap for atreus and minidox (#2079)

* keymap for atreus and minidox

* minidox keymap khitsule cleaned

6 years agoFix broken link in docs
mmikeww [Fri, 1 Dec 2017 16:47:19 +0000 (11:47 -0500)]
Fix broken link in docs

This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history

6 years agoModified default keymap to match ps2avrgb default
Ethan Madden [Sat, 2 Dec 2017 01:26:03 +0000 (17:26 -0800)]
Modified default keymap to match ps2avrgb default

6 years agoChange awk detector to work with mawk; fixes #2073
Tim Dierks [Fri, 1 Dec 2017 02:18:32 +0000 (21:18 -0500)]
Change awk detector to work with mawk; fixes #2073

6 years agoFix internal links in docs/ (#2080)
Devin J. Pohly [Thu, 30 Nov 2017 18:18:01 +0000 (12:18 -0600)]
Fix internal links in docs/ (#2080)

One link in the summary (Modding your keyboard) referred to a page that
was deleted; the rest have been updated to point to the new names.

6 years agoFixed minor typo in bootloader code
Drashna Jael're [Wed, 29 Nov 2017 17:49:33 +0000 (09:49 -0800)]
Fixed minor typo in bootloader code

6 years ago16 byte optimization of macro ;)
Drashna Jael're [Tue, 28 Nov 2017 04:53:40 +0000 (20:53 -0800)]
16 byte optimization of macro ;)

6 years agoUpdate Userspace info to include Bootloader detection
Drashna Jael're [Tue, 28 Nov 2017 04:23:42 +0000 (20:23 -0800)]
Update Userspace info to include Bootloader detection

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