]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
5 years agoChanging Zeal60/Zeal65 VID/PID to be unique (#4605)
Wilba [Tue, 11 Dec 2018 15:31:13 +0000 (02:31 +1100)]
Changing Zeal60/Zeal65 VID/PID to be unique (#4605)

5 years agoReduce compile size of KBD6x (#4599)
Drashna Jaelre [Tue, 11 Dec 2018 15:29:17 +0000 (07:29 -0800)]
Reduce compile size of KBD6x (#4599)

Disable some functionality so that it will compile under size in the QMK Configurator

5 years agohandwired/pilcrow Refactor, Configurator support and readme update (#4602)
noroadsleft [Tue, 11 Dec 2018 08:19:55 +0000 (00:19 -0800)]
handwired/pilcrow Refactor, Configurator support and readme update (#4602)

* handwired/pilcrow: refactor

- layout macro renamed from KEYMAP to LAYOUT
- keymap now uses #include QMK_KEYBOARD_H
- layers reformatted for readability
- removed unused and deprecated fn_actions and action_get_macro blocks
- keymap config.h
  - updated to use #pragma once
  - removed redundant config.h include

* handwired/pilcrow: Configurator support

* handwired/pilcrow: readme update

Updated readme.md file to use modern template formatting.

5 years agoadjust install_avr function to use unzip for broader compatibility (#4596)
Peter K. Cawley [Tue, 11 Dec 2018 00:15:15 +0000 (16:15 -0800)]
adjust install_avr function to use unzip for broader compatibility (#4596)

On a laptop with god knows what mandatory security software (Cylance?), running up-to-date Windows 10 with msys2 mingw-64, attempting to install the AVR toolkit results in the following error:

```
1 [main] 7z (13316) C:\msys32\usr\lib\p7zip\7z.exe: *** fatal error - cygheap base mismatch detected - 0x612A5410/0x2375410.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
```

This appears to be related in some way, based on my research, to ASLR functionality in security software. Since I'm unable to override whatever is enforcing ASLR on my system, after trying several other approaches (removing other copies of msys-2.0.dll, which is what this is apparently actually referencing, rebasing that file in Windows to address 0x61000000, a few other things) I simply edited the installation shell script to use `unzip` instead of 7zip; `unzip`'s binary does not provoke a mismatch error and the installation proceeds as it should.

I'm not aware of the reason why some parts of the install script use `unzip` (e.g. `install_arm`) and others use 7zip, but it seems that for broader compatibility and sparing users on locked down machines the 120 minutes or so of futzing this took me to fix, it might be better to just use `unzip` in all cases.

Note: There is another function that uses 7zip, `extract_flip`. The line is `7z -oflip x FlipInstaller.exe`. I'm not sure what this is doing, or whether it's possible to do it with `unzip`, but it produces the same error. I haven't attempted to fix that in this PR, but it might be good to fix it for the same reason.

5 years agoFix the LFKeyboards so they work with the QMK Configurator (#4591)
Drashna Jaelre [Mon, 10 Dec 2018 19:38:57 +0000 (11:38 -0800)]
Fix the LFKeyboards so they work with the QMK Configurator (#4591)

* Make layer_info weak so it works with QMK Configurator

* Fix lfk87 compile issue

* Add fixes for lfkpad

5 years agoBringing Massdrop keyboard hardware configuration to keyboard level (#4593)
patrickmt [Mon, 10 Dec 2018 19:28:06 +0000 (14:28 -0500)]
Bringing Massdrop keyboard hardware configuration to keyboard level (#4593)

MCU Pins for debugging, LED, boot tracing, and shift registers are now configurable at keyboard level.
Macros led_* replaced by DBG_LED_*
Macros m15_* replaced by DBG_1_*
Macros m27_* replaced by DBG_2_*
Macros m28_* replaced by DBG_3_*
For CTRL and ALT keyboards, debug boot tracing pin default now set to pad M27 instead of M28 since although M28 is not being used, it is technically a signal for USB port detection.
m15_print(...) renamed to dbg_print(...) to get away from hard coded port names.
dbg_print function now follows similar pattern to debug led output.

5 years agoKeyboard: Added RGB toggle and cycle to default KDB6x mapping. (#4592)
Michael [Mon, 10 Dec 2018 18:49:19 +0000 (10:49 -0800)]
Keyboard: Added RGB toggle and cycle to default KDB6x mapping. (#4592)

* Added RGB toggle and cycle to default mapping. This is present on layouts on 'http://qmkeyboard.cn/' but not here.

* Added addition keycodes for hue/sat/val.

5 years agohandwired/onekey Refactor and readme update (#4590)
noroadsleft [Mon, 10 Dec 2018 17:22:50 +0000 (09:22 -0800)]
handwired/onekey Refactor and readme update  (#4590)

* handwired/onekey: refactor

- keyboard now uses a layout macro
- keymap now uses #include QMK_KEYBOARD_H

* handwired/onekey: readme update

Updated Docs links.

5 years agohandwired/nicekey Refactor and readme cleanup (#4588)
noroadsleft [Mon, 10 Dec 2018 05:43:24 +0000 (21:43 -0800)]
handwired/nicekey Refactor and readme cleanup (#4588)

* handwired/nicekey: refactor

Now uses a layout macro.

* handwired/nicekey: readme cleanup

- linked maintainer's GitHub account
- updated Docs links

5 years agoFixed lack of semi colon. (#4587)
Vyolle [Mon, 10 Dec 2018 01:52:00 +0000 (19:52 -0600)]
Fixed lack of semi colon. (#4587)

5 years agodocs typo (#4584)
Ben [Sun, 9 Dec 2018 22:26:09 +0000 (23:26 +0100)]
docs typo (#4584)

5 years agoKeymap: Fixed a problem with underglow with froggy keymap (#4580)
MakotoKurauchi [Sun, 9 Dec 2018 16:42:28 +0000 (01:42 +0900)]
Keymap: Fixed a problem with underglow with froggy keymap (#4580)

5 years agoKeymap: Keymap update (#4579)
zer09 [Sun, 9 Dec 2018 16:28:46 +0000 (00:28 +0800)]
Keymap: Keymap update (#4579)

* Add YREG keycode

* Add GM layer

* Set tapping term to 105

* update tapping term

5 years agoKeymap: Modified like-jis keymap for crkbd (#4577)
marksard [Sat, 8 Dec 2018 17:43:57 +0000 (02:43 +0900)]
Keymap: Modified like-jis keymap for crkbd (#4577)

5 years agoAdd a better Docker build script + update Dockerfile (#4222)
Konstantin Đorđević [Sat, 8 Dec 2018 17:42:46 +0000 (18:42 +0100)]
Add a better Docker build script + update Dockerfile (#4222)

* Add a Docker build script

* Add usage and error messages

* Add -r to reads

Thanks mechmerlin

* Add keyboard:keymap form, improve script

* Add target argument, change usage forms in script

* Add check for more than 3 args in keyboard:keymap:target form

* Change Docker base image to debian, use community repo

This matches what qmk_compiler uses (https://github.com/qmk/qmk_compiler/blob/master/Dockerfile#L1).

I've removed the maintainer as we now have a community build on Docker Hub (https://hub.docker.com/r/qmkfm/qmk_firmware). This Dockerfile will also be maintained by the community.

* Change build command format to keyboard:keymap

* Call make directly in container run command

* Simplify script, remove 3-arg form

* Add COPY to Dockerfile so images are usable in and of themselves

Also change WORKDIR from /qmk to /qmk_firmware

* Add USB pass-through for Linux and docker-machine hosts

* Read directly into variables instead of array

* Alphabetically sort dependencies in Dockerfile

* Set executable bit on util/docker_build.sh

* Update Docker docs

* Add warning about Docker on Windows

* Expand comment in docs

* Check docker-machine exit code instead of string

* Only match --help with whole arguments

* Make script POSIX-compliant

* Convert script indentation to tabs

5 years agoAdd support for PR and Issue templates to QMK_firmware GitHub (#4494)
Drashna Jaelre [Sat, 8 Dec 2018 00:51:27 +0000 (16:51 -0800)]
Add support for PR and Issue templates to QMK_firmware GitHub (#4494)

* Add support document

* Add Bug Report

* Add GitHub Pull Request Template

* Feature request issue template

* Touch up feature request template

* Add 'other issues' template

* move support doc

* Minor tweaks

* More minor tweaks

* Spleeling fix

Co-Authored-By: drashna <drashna@live.com>
* CapiTALization fIXes

Co-Authored-By: drashna <drashna@live.com>
* Use new issue URL

Co-Authored-By: drashna <drashna@live.com>
* Add blanck issue template

* Update the PR template

* Formatting and additional changes

* Update docs/support.md

Co-Authored-By: drashna <drashna@live.com>
5 years agoRemoved mousekeys. Added Levinson Steno keymap. (#4574)
Vyolle [Sat, 8 Dec 2018 00:50:43 +0000 (18:50 -0600)]
Removed mousekeys. Added Levinson Steno keymap. (#4574)

* Changed location of mouse 3, and arrow keys

* Removed MouseKeys. Added Levinson Layout

5 years agoAJP10304 Planck layout, add LAYOUT_planck_grid (#4575)
ajp10304 [Sat, 8 Dec 2018 00:49:33 +0000 (00:49 +0000)]
AJP10304 Planck layout, add LAYOUT_planck_grid (#4575)

5 years agohandwired/MS_sculpt_mobile Refactor, Configurator and cleanup (#4576)
noroadsleft [Sat, 8 Dec 2018 00:48:03 +0000 (16:48 -0800)]
handwired/MS_sculpt_mobile Refactor, Configurator and cleanup (#4576)

* handwired/MS_sculpt_mobile: refactor

- layout macro KEYMAP renamed to LAYOUT
- layout macro MATRIX_TESTING_KEYMAP renamed to MATRIX_TESTING_LAYOUT

* handwired/MS_sculpt_mobile: Configurator support

* handwired/MS_sculpt_mobile: readme cleanup

* handwired/MS_sculpt_mobile: rename folder

Renamed the directory to fully lowercase.

* handwired/MS_sculpt_mobile: rename keyboard files

Renamed the keyboard core files to fully lowercase.

* handwired/ms_sculpt_mobile: keymap readme cleanup

Capitalization fixes because I'm that guy.

* handwired/ms_sculpt_mobile: keymap config.h fixes

Keymap config.h files updated to use #pragma once

* handwired/ms_sculpt_mobile: updated paths

Fixing path references due to rename.

5 years agoKeymap: Updated keymap with better F positioning (#4463)
Nico Hormazábal [Fri, 7 Dec 2018 22:00:26 +0000 (23:00 +0100)]
Keymap: Updated keymap with better F positioning (#4463)

* added own keymap for planck

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* Update Readme.md

* dynamic macros

* Update Readme.md

* moved the reset button

* Update readme for volume explanation

* Format

* Update Readme.md

* Update Readme.md

* added safe double shift

* changed the modified shift to regular shift, for allowing shift + F keys

* moved power stuff to the function layer

* del button on raise

* Update Readme.md

* updated F keys

* Update Readme.md

* Update Readme.md

* moved F keys

* fixed conflicts

* missed something

* moved F11 and F12

* Update layout in the image

* Update keyboards/planck/keymaps/dr_notsokind/keymap.c

Co-Authored-By: pnikosis <pnikosis@gmail.com>
* Apply suggestions from code review

Co-Authored-By: pnikosis <pnikosis@gmail.com>
5 years agoKeyboard: handwired/minorca Refactor, Configurator support and readme cleanup (#4571)
noroadsleft [Fri, 7 Dec 2018 21:46:23 +0000 (13:46 -0800)]
Keyboard: handwired/minorca Refactor, Configurator support and readme cleanup (#4571)

* handwired/minorca: refactor

- Refactored keymaps to use a layout macro, which was added to minorca.h.
- keymaps now use QMK_KEYBOARD_H include
- removed redundant KC_TRNS and KC_NO definitions
- rgb keymap refactor to use QMK core layer switching and Mod-Tap keycodes

* handwired/minorca: Configurator support

* handwired/minorca: readme cleanup

Restructure readme file to current QMK template.

5 years agoKeymap: adding ishtob's keymap to hadron ver3 (#4570)
ishtob [Fri, 7 Dec 2018 21:37:28 +0000 (16:37 -0500)]
Keymap: adding ishtob's keymap to hadron ver3 (#4570)

5 years agoAdd levinson keymap for user 'drogglbecher' (#4566)
Sebastian Spieß [Fri, 7 Dec 2018 16:36:51 +0000 (17:36 +0100)]
Add levinson keymap for user 'drogglbecher' (#4566)

* Add levinson layout for drogglbecher

* Add tab to layer 0

* Change OS key to ALT

* Remove unnecessary KC_TRNS define

Co-Authored-By: Drogglbecher <code@sebastian-spiess.de>
5 years ago1up60hse: Make Keymap Rows Match Keyboard Row Layout (#4564)
Alex Mayer [Fri, 7 Dec 2018 15:56:38 +0000 (10:56 -0500)]
1up60hse: Make Keymap Rows Match Keyboard Row Layout (#4564)

Remove unused process_record_user function

5 years agocrd alps64 updates (#4565)
Jason Thigpen [Fri, 7 Dec 2018 15:52:31 +0000 (07:52 -0800)]
crd alps64 updates (#4565)

* Update alps64 aek layout to work

I tried using the layout provided with my alp64 board in AEK
configuration, but keys weren't mapping correctly until I made this fix.

* Update crd's alps64 aek keymp to match other boards

(inspired by mechmerlin)

* Fix minor whitespace issue

5 years agoKeyboard: Palm serial keyboard USB converter (#4485)
milestogo [Fri, 7 Dec 2018 01:13:15 +0000 (17:13 -0800)]
Keyboard: Palm serial keyboard USB converter (#4485)

* Initial palm_usb support

* removing left over sun .c file

* fixing licenses

* actually adding updated files

* fixing build error

* more include cleanup

5 years agohandwired/gamenum Refactor, Configurator support and readme cleanup (#4563)
noroadsleft [Thu, 6 Dec 2018 23:19:40 +0000 (15:19 -0800)]
handwired/gamenum Refactor, Configurator support and readme cleanup (#4563)

* handwired/gamenum: refactor

- layout macro KEYMAP renamed to LAYOUT
  - white space changes for alignment
- default keymap
  - now uses #include QMK_KEYBOARD_H
  - updated layout macro names
  - white space changes (for readability)

* handwired/gamenum: Configurator support

* handwired/gamenum: readme cleanup

- renamed file to lowercase
- updated to match current QMK template more closely
- edits to reflect the other changes in this PR

5 years agoVertical animation support for arm_atsam led_matrix (#4538)
Ian O'Dea [Thu, 6 Dec 2018 16:58:58 +0000 (10:58 -0600)]
Vertical animation support for arm_atsam led_matrix (#4538)

* Add initial support for vertically-oriented animations

* DRY up vertical animation support

* Fix animation code for arm_atsam led_matrix to work in all directions

* Adjust py calculation to base off bottom rather than top

5 years agoDelete docs/keycode.txt (#4505)
fauxpark [Thu, 6 Dec 2018 16:31:17 +0000 (03:31 +1100)]
Delete docs/keycode.txt (#4505)

5 years agoAllow HS60 to use Community Layouts (#3862)
Drashna Jaelre [Thu, 6 Dec 2018 15:40:19 +0000 (07:40 -0800)]
Allow HS60 to use Community Layouts (#3862)

* Add layout support to HS60

* Update Readme for HS60

* Remove defective code

* Clean up readme

* Fix typo

5 years agohandwired/frenchdev Refactor, Configurator support and readme cleanup (#4561)
noroadsleft [Thu, 6 Dec 2018 15:29:42 +0000 (07:29 -0800)]
handwired/frenchdev Refactor, Configurator support and readme cleanup (#4561)

* handwired/frenchdev: refactor

- layout macro KEYMAP renamed to LAYOUT
- default keymap
  - now uses #include QMK_KEYBOARD_H
  - updated layout macro names

* handwired/frenchdev: Configurator support

* handwired/frenchdev: readme cleanup

Capitalization and markdown formatting fixes.

5 years agoSol rev1 Configurator support (#4562)
noroadsleft [Thu, 6 Dec 2018 15:27:04 +0000 (07:27 -0800)]
Sol rev1 Configurator support (#4562)

Adds Configurator support for the Sol rev. 1 by RGBKB.

Notes:

The Sol keyboard supports split thumb keys like the Ergodox - any of the 2u thumb keys can be split into two 1u keys. The matrix here is configured for fully 1u keys on the thumbs.

The Sol also supports installing a rotary encoder on each half. The key matrix given includes the encoders' functions, which are shown in the Configurator as two 1u keys side by side below each half's main key block. The left key of the two (for each side) represents that half's rotary encoder's counter-clockwise function, and the right key is that encoder's clockwise function.

5 years agoKeyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy (#4539)
Snipeye [Thu, 6 Dec 2018 02:31:21 +0000 (19:31 -0700)]
Keyboard: Fixing spelling, updating code, finalizing keymap for Dichotomy (#4539)

* Fixing spelling, updating code, finalizing keymap for Dichotomy

* Fixing requested changes in PR

* Further PR-requested changes for convention

* Making macros functionable, removing unecessary defs

* Fixing keymap to properly use previously-changed macros

5 years agoKeyboard: handwired/fivethirteen Refactor, Configurator support, and readme cleanup...
noroadsleft [Thu, 6 Dec 2018 00:55:35 +0000 (16:55 -0800)]
Keyboard: handwired/fivethirteen Refactor, Configurator support, and readme cleanup (#4559)

* handwired/fivethirteen: refactor

- Layout macro KEYMAP renamed to LAYOUT
- Default keymap
  - now uses #include QMK_KEYBOARD_H
  - Removed redundant KC_TRNS definition
  - Removed deprecated fn_actions and action_get_macro functions.

* handwired/fivethirteen: Configurator support

* handwired/fivethirteen: readme cleanup

Restructured readme file to be closer to current QMK template.

Couldn't find a photo of an assembled fivethirteen, so deleted the
reference to the photograph.

Renamed to readme.md

5 years agoKeyboard: Configurator support for handwired/dactyl_manuform (#4558)
noroadsleft [Wed, 5 Dec 2018 23:27:55 +0000 (15:27 -0800)]
Keyboard: Configurator support for handwired/dactyl_manuform (#4558)

* handwired/dactyl_manuform/4x5: Configurator support

* handwired/dactyl_manuform/4x6: Configurator support

* handwired/dactyl_manuform/5x6: Configurator support

* handwired/dactyl_manuform/5x7: Configurator support

* handwired/dactyl_manuform/6x6: Configurator support

5 years agoKeymap: Updated files to work with Planck Rev. 6 (#4552)
Ivan Choi [Wed, 5 Dec 2018 23:20:39 +0000 (18:20 -0500)]
Keymap: Updated files to work with Planck Rev. 6 (#4552)

* Update to work with Planck Rev. 6

Still something that needs to be worked with under keymap.c

Qwerty layer tap-toggle function seems to be a little laggy? Not instantaneous

* Changes

Deleted some unneeded lines

* deleting unneeded lines

5 years agoKeymap: Jtcarrasco (#4513)
jtcarrasco [Wed, 5 Dec 2018 23:13:31 +0000 (15:13 -0800)]
Keymap: Jtcarrasco (#4513)

* my XD75 builds for idobo and XD75

these are my xd75 layouts for the 2 versions of the board

* clearing of free space

spring cleaning

* additional cleaning

more spring cleaning

* removed lighting commands

don't need lighting on the idobo board so removal of such commands to keep the sizing down

* update for readme.md

* Update config.h

* commiting with keymap erros on idobo for review

* syntax fix for idobo and xd75 revok75, addition of del key switch on fn layer

* config edit to config user and keymap QMK_KEYBOARD_H

* update to vol controls for both idobo and xd75 for revok75 keymap

* filename changes

5 years agoKeyboard: Initial i75 port (#4553)
zvecr [Wed, 5 Dec 2018 21:56:43 +0000 (21:56 +0000)]
Keyboard: Initial i75 port (#4553)

* Initial i75 port - currently supporting promicro and teensy2

* Initial i75 port - review fixes

5 years agoKeyboard: Fixes for superseded audio and default layer functionality (#4557)
zvecr [Wed, 5 Dec 2018 21:12:07 +0000 (21:12 +0000)]
Keyboard: Fixes for superseded audio and default layer functionality (#4557)

5 years agoChanged location of mouse 3, and arrow keys (#4556)
Vyolle [Wed, 5 Dec 2018 20:13:52 +0000 (14:13 -0600)]
Changed location of mouse 3, and arrow keys (#4556)

5 years agoRe-order feature list in sidebar (#4555)
Drashna Jaelre [Wed, 5 Dec 2018 18:28:06 +0000 (10:28 -0800)]
Re-order feature list in sidebar (#4555)

Specifically, moved the shifted keycodes to the top of the 'Feature' list, so it's more visible.  This way, all of the keycodes are at the top of the list, rather than having the shifted keys at the bottom, so they should be easier to find since they're all in one place.

5 years agoKeyboard: Refactor lets split to use split common code (#4536)
zvecr [Wed, 5 Dec 2018 17:51:35 +0000 (17:51 +0000)]
Keyboard: Refactor lets split to use split common code (#4536)

* Refactor lets split to use split common code

* Refactor lets split to use split common code

* Build fixes for OLED_sample keymap

* Build fixes for OLED_sample keymap - attempt to reduce firmware size

5 years agoKeyboard: Updated sixshooter keyboard to move LED macros into the default keymap...
Nicholas Shaff [Wed, 5 Dec 2018 17:35:26 +0000 (11:35 -0600)]
Keyboard: Updated sixshooter keyboard to move LED macros into the default keymap. (#4428)

5 years agoKeymap: Preonic kuatsure updates 2018-Nov (#4500)
Jarrett Drouillard [Wed, 5 Dec 2018 17:08:05 +0000 (12:08 -0500)]
Keymap: Preonic kuatsure updates 2018-Nov (#4500)

* preonic-kuatsure: ctrl / esc in one key + hello ` again

* preonic-kuatsure: remove esc on lower

* preonic-kuatsure: programmy macros

* user-kuatsure: turn off console all the time

* preonic-kuatsure: auto shift, but only for numbers

* preonic-kuatsure: remove programmery macros

* preonic-kuatsure: move braces, parens, etc over to raise

backwards compat

move &*() on lower

* preonic-kuatsure: stop with the full rep of game layer

5 years agoKeyboard: Add dz60 tsangan hhkb (#4529)
Jason Thigpen [Wed, 5 Dec 2018 17:02:26 +0000 (09:02 -0800)]
Keyboard: Add dz60 tsangan hhkb (#4529)

* Add tsangan bottom row hhkb layout for dz60

* Add crd's tsangan hhkb layout for dz60

* Resort to native key aliases when they exist

* Update crd's dz60 ansi keymap to match updates for hhkb fn layer

* Add tsangan hhkb layout to dz60 info.json for KLE

* Fix JSON nesting in dz60 layouts block

* Minor adjustments to crd layouts to make them more consistent

* Update layout naming to 60_tsangan_hhkb

5 years agoOnly try to read the report ID from SetReport when the keyboard is part of the shared EP
fauxpark [Wed, 5 Dec 2018 00:14:55 +0000 (11:14 +1100)]
Only try to read the report ID from SetReport when the keyboard is part of the shared EP

Fixes #4471
Fixes #4517

5 years agoKeymap: Wanleg layout updates (#4550)
wanleg [Wed, 5 Dec 2018 16:42:50 +0000 (08:42 -0800)]
Keymap: Wanleg layout updates (#4550)

* config fixes (including for issue #3678)

* put back audio

* jj40 backlighting setup

* jj40 backlighting setup

* rules.mk fix

* jj40 backlighting settings

* iris setup

* iris setup

* iris setup

* iris setup

* iris setup - onehand

* remove commented-out section

* edits due to #4403

* xd75 testing

* fix 5x15 layout issues with 5x5 bluetooth & xd75

* commenting out unused placeholders

* change iris to more wanleg-like 4x12 layout

* formatting changes

* onehand layout cleanup/fix

* revert temp change

5 years agoKeyboard: Initial nori port (#4542)
zvecr [Wed, 5 Dec 2018 16:36:31 +0000 (16:36 +0000)]
Keyboard: Initial nori port (#4542)

* Initial nori port

* ortho_4x4 layout and RGB fixes

* Review fixes for superseded audio and default layer functionality

5 years agoMajor revisions, focused on streamlining and useability (#4554)
Vyolle [Wed, 5 Dec 2018 16:19:14 +0000 (10:19 -0600)]
Major revisions, focused on streamlining and useability (#4554)

5 years agoKeymap: Hacker Dvorak (#4514)
Ismael Venegas Castelló [Wed, 5 Dec 2018 16:12:35 +0000 (10:12 -0600)]
Keymap: Hacker Dvorak (#4514)

* Hacker Dvorak

Programmer Dvorak based layout for the Ergodox EZ.

* Address drashna comments.

* Fix RGB and drop OSL for MO.

* Add gulp file to automate development.

* Fix gulpfile.

* Caps, num and scroll lock indicators.

* Fix scroll lock.

5 years agoKeyboard: Add new keyboard "Sol" from RGBKB (#4497)
Legonut [Wed, 5 Dec 2018 02:15:52 +0000 (21:15 -0500)]
Keyboard: Add new keyboard "Sol" from RGBKB (#4497)

* Add final RGBKB Sol firmware

* Apply suggestions from code review

Apply most of the changes noroadsleft has suggested

Co-Authored-By: Legonut <legonut3@gmail.com>
* Cleanup readme

* Cleanup keymaps per @noroadslefts suggestions

* Remove eeproms, use set_single_persistent_default_layer

* Suggestions from @noroadsleft and @drashna

some small cleanup

* Change RGB_SMOD to RGB_RMOD

* fix RGB_SMOD

* Apply suggestions from code review

Remove redundant lines

Co-Authored-By: Legonut <legonut3@gmail.com>
5 years agoRework drashna userspace to be more modular (#4544)
Drashna Jaelre [Tue, 4 Dec 2018 21:27:41 +0000 (13:27 -0800)]
Rework drashna userspace to be more modular (#4544)

* Break up files to make more readable

* Add comments to ortho 4x12 layout rules.mk

* Small tweaks

* Update GitLab CI scripts

* Make ortho boards smaller

5 years agoInvalid JSON (#4547)
Yan-Fa Li [Tue, 4 Dec 2018 18:09:39 +0000 (10:09 -0800)]
Invalid JSON (#4547)

5 years agoKeymap: Ergodox EZ: Clean Up Keymap Array Alignment (#4545)
Alex Mayer [Tue, 4 Dec 2018 17:25:27 +0000 (12:25 -0500)]
Keymap: Ergodox EZ: Clean Up Keymap Array Alignment (#4545)

Remove layer name comments, they are above the visual layout
Remove comments explaining things that are documented in qmk docs

5 years agoadding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4462)
ishtob [Tue, 4 Dec 2018 16:04:57 +0000 (11:04 -0500)]
adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4462)

* add initial support for hadron ver3

* add initial support for hadron ver3

* pull qwiic support for micro_led to be modified for use in hadron's 64x24 ssd1306 oled display

* initial work on OLED using qwiic driver

* early work to get 128x32 oled working by redefining qwiic micro oled parameters. Currently working, but would affect qwiic's micro oled functionality

* moved oled defines to config.h and added ifndef to micro_oled driver

* WORKING :D - note, still work in progress to get the start location correct on the 128x32 display.

* added equation to automatically calculate display offset based on screen width

* adding time-out timer to oled display

* changed read lock staus via read_led_state

* lock indications fixes

* Added scroll lock indication to oled

* add support for DRV2605 haptic driver

* Improve readabiity of DRV2605 driver.
-added typedef for waveform library
-added unions for registers

* Update keyboards/hadron/ver2/keymaps/default/config.h

Co-Authored-By: ishtob <ishtob@gmail.com>
* Update keyboards/hadron/ver2/keymaps/default/config.h

Co-Authored-By: ishtob <ishtob@gmail.com>
* Update keyboards/hadron/ver2/keymaps/default/config.h

Co-Authored-By: ishtob <ishtob@gmail.com>
* Update keyboards/hadron/ver2/keymaps/default/config.h

Co-Authored-By: ishtob <ishtob@gmail.com>
* Fixes for PR

* PR fixes

* fix old persistent layer function to use new set_single_persistent_default_layer

* fix issues with changing makefile defines that broken per-key haptic pulse

* Comment fixes

* Add definable parameter and auto-calibration based on motor choice

5 years agoKeymap: adding my keymap primarily to iris (#4541)
VM [Tue, 4 Dec 2018 05:10:28 +0000 (00:10 -0500)]
Keymap: adding my keymap primarily to iris (#4541)

5 years agoKeymap: Fixed include statement in my Let's Split keymap. (#4543)
Luciano Malavasi [Tue, 4 Dec 2018 04:45:41 +0000 (20:45 -0800)]
Keymap: Fixed include statement in my Let's Split keymap. (#4543)

* keymap + alpha

* some fixes

* keymap + alpha

* some fixes

* drashna changes

* linked main Alpha repo in keyboards/alpha readme

* missed a spot

* there's another function called FUNC lol

* keymap + alpha

* some fixes

* keymap + alpha

* drashna changes

* Fixed include

* Revert "Fixed include"

This reverts commit ea92f261f86d8433eab313cde498adca1682a006.

* messed up my git, fixed include

5 years agoMake ARM Audio max volume configurable (#4540)
Drashna Jaelre [Tue, 4 Dec 2018 00:42:57 +0000 (16:42 -0800)]
Make ARM Audio max volume configurable (#4540)

* Make ARM Audio max volume configurable

* Update docs/feature_audio.md

Co-Authored-By: drashna <drashna@live.com>
* Update docs/feature_audio.md

Co-Authored-By: drashna <drashna@live.com>
5 years agoFix up RGB Matrix code (#4503)
Drashna Jaelre [Mon, 3 Dec 2018 18:27:15 +0000 (10:27 -0800)]
Fix up RGB Matrix code (#4503)

* Fix up RGB Matrix code

* Convert RGBLIGHT functions to rgbmatrix ones, and add defines

5 years agoAdd edvorakjp kepmap for crkbd (#4537)
epaew [Mon, 3 Dec 2018 16:00:00 +0000 (01:00 +0900)]
Add edvorakjp kepmap for crkbd (#4537)

* edvorakjp layout for crkbd

* bugfix of edvorakjp

QMK cannot send keycode that doesn't exists on new layer.

5 years agoAdd sidebar for ZH (#4533)
Jack Humbert [Sun, 2 Dec 2018 20:35:53 +0000 (15:35 -0500)]
Add sidebar for ZH (#4533)

* add zh-cn readme

* edit readme

* Round 1 of edits

- Mandarin translation of QMK products is off, best to use the English name.
- Fix some terminology and grammar.

* trying re-translating the first paragraph

* add fallback langurages

* Create LANGS.md

* Rename docs/zh-cn/README.md to docs/zh/README.md

* Update LANGS.md

* Update index.html

* Delete README.md

* add sidebar for zh

5 years agoSecond try at configuring i18n for docsify and gitbook (#4531)
Jack Humbert [Sun, 2 Dec 2018 20:12:54 +0000 (15:12 -0500)]
Second try at configuring i18n for docsify and gitbook (#4531)

* add zh-cn readme

* edit readme

* Round 1 of edits

- Mandarin translation of QMK products is off, best to use the English name.
- Fix some terminology and grammar.

* trying re-translating the first paragraph

* add fallback langurages

* Create LANGS.md

* Rename docs/zh-cn/README.md to docs/zh/README.md

* Update LANGS.md

* Update index.html

5 years agoKeyboard: handwired/atreus50 Refactor, Configurator support, and readme cleanup ...
noroadsleft [Sun, 2 Dec 2018 07:22:40 +0000 (23:22 -0800)]
Keyboard: handwired/atreus50 Refactor, Configurator support, and readme cleanup (#4530)

* handwired/atreus50: refactor

- layout macro renames:
  - KEYMAP is now LAYOUT
  - COMPACT_KEYMAP is now LAYOUT_kc
- keymap updates:
  - both keymaps now use #include QMK_KEYBOARD_H
  - removed redundant KC_TRNS and KC_NO definitions
  - default keymap now uses LAYOUT macro instead of LAYOUT_kc

* handwired/atreus50: readme cleanup

Reformatted the readme to be more closely aligned to current QMK
template, and fixed some typos/grammar.

* handwired/atreus50: Configurator support

5 years agoKeyboard: Enable Lights by Default for Kira 75 (#4527)
MechMerlin [Sun, 2 Dec 2018 01:28:35 +0000 (17:28 -0800)]
Keyboard: Enable Lights by Default for Kira 75 (#4527)

* enable rgb underglow and backlights by default for use with QMK Configurator

* disable mousekeys

5 years agoKeyboard: Add HHKB layout support to the DO60 (#4526)
MechMerlin [Sun, 2 Dec 2018 01:19:33 +0000 (17:19 -0800)]
Keyboard: Add HHKB layout support to the DO60 (#4526)

* add 60_hhkb support

* add qmk configurator support for the new 60_hhkb layout

* allow community layout support for the 60_hhkb

* fixup readme to adhere to new QMK standards

5 years agohandwired/promethium Refactor and Configurator support (#4524)
noroadsleft [Sun, 2 Dec 2018 00:29:16 +0000 (16:29 -0800)]
handwired/promethium Refactor and Configurator support (#4524)

* handwired/promethium: refactor

- config.h files
  - updated to use #pragma once
  - removed redundant config.h includes
- layout macro moved from config.h to promethium.h
- layout macro renamed from KEYMAP_CUSTOM to LAYOUT

* handwired/promethium: Configurator support

5 years agohandwired/ortho5x13 default keymap refactor, Configurator support, and readme update...
noroadsleft [Sun, 2 Dec 2018 00:28:32 +0000 (16:28 -0800)]
handwired/ortho5x13 default keymap refactor, Configurator support, and readme update (#4525)

* handwired/ortho5x13: default keymap refactor

- keymap now uses LAYOUT macro
- keymap now uses #include QMK_KEYBOARD_H
- removed redundant KC_TRNS and KC_NO definitions

* handwired/ortho5x13: Configurator support

* handwired/ortho5x13: fix Docs links in readme

5 years agoAdd support for S7 Elephant (#4511)
Erovia [Sat, 1 Dec 2018 16:57:30 +0000 (17:57 +0100)]
Add support for S7 Elephant (#4511)

* Add support for S7 Elephant

A high-end 70% custom keyboard designed and produced by jacky from Geekhack.

* Polish S7 Elephant code

Implement drashna's suggestions:

- specify bootloader
- remove unnecessary defines
- use led_set_user() for LED logic

* Correct info.json and s7_elephant.h

Correct info.json and s7_elepant.h to follow QMK convention and fix a
missing curly bracket.

5 years agoAdd tap_random_base64 and software timer info to Useful Functions doc (#4360)
Drashna Jaelre [Sat, 1 Dec 2018 16:21:06 +0000 (08:21 -0800)]
Add tap_random_base64 and software timer info to Useful Functions doc (#4360)

* Update docs

* Add security caveat

Co-Authored-By: drashna <drashna@live.com>
* Wordsmithing

Co-Authored-By: drashna <drashna@live.com>
* Update docs/ref_functions.md

Co-Authored-By: drashna <drashna@live.com>
5 years agoAdd a layout to support tsangan bottom row with split bs and rshift (#4521)
Jason Thigpen [Sat, 1 Dec 2018 16:17:50 +0000 (08:17 -0800)]
Add a layout to support tsangan bottom row with split bs and rshift (#4521)

* Add a layout to support tsangan bottom row with split bs and rshift

* Move the new layout to defaults

* Rename layout to be more accurately representative

* Rename files to match renamed layout def

5 years agoPlanck: Align Keycode Columns (#4523)
Alex Mayer [Fri, 30 Nov 2018 22:51:45 +0000 (17:51 -0500)]
Planck: Align Keycode Columns (#4523)

Remove Extra Newlines

5 years agoAdded macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)
Wilba [Fri, 30 Nov 2018 16:43:34 +0000 (03:43 +1100)]
Added macros to Dynamic Keymaps, Zeal60 RGB backlight improvements (#4520)

* Refactored M6-B to use Zeal60 RGB backlight code

* Fixed M6-B LED co-ordinates

* Minor changes to RGB config for Zeal65

* Added dynamic keymaps to WT80-A, WT60-A, WT-80A, U80-A

* Macro implementation

* Implemented macros, API protocol version 8, RGB backlight fixes

* Improved radial effects for M6-B

* Fixed undefined references when building an RGB keyboard after M6-A

5 years agoTest out i18n of the docs (#4519)
Jack Humbert [Fri, 30 Nov 2018 05:14:55 +0000 (00:14 -0500)]
Test out i18n of the docs (#4519)

* add zh-cn readme

* edit readme

* Round 1 of edits

- Mandarin translation of QMK products is off, best to use the English name.
- Fix some terminology and grammar.

* trying re-translating the first paragraph

5 years agoNew Keyboard: Cyclops (#4512)
MechMerlin [Thu, 29 Nov 2018 15:57:06 +0000 (07:57 -0800)]
New Keyboard: Cyclops (#4512)

* initial commit

* add correct atmega32u4 pins used

* add a basic layout

* add simple keymap

* update readme

* Add QMK Configurator support

* add whitespace for formatting

5 years agoTypo fix (#4515)
Paul Massendari [Thu, 29 Nov 2018 15:33:45 +0000 (16:33 +0100)]
Typo fix (#4515)

5 years agoKeyboard: add newgame (#4466)
GO [Wed, 28 Nov 2018 17:20:46 +0000 (02:20 +0900)]
Keyboard: add newgame (#4466)

* Add files via upload

* Add files via upload

* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/newgame40.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/keymaps/default/keymap.c

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/config.h

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/rules.mk

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/rules.mk

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Add readme (newgame40)

* Update keyboards/newgame40/readme.md

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keyboards/newgame40/readme.md

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Update keymap.c

* Update keyboards/newgame40/rules.mk

Co-Authored-By: GoTakigawa <44800276+GoTakigawa@users.noreply.github.com>
* Add files via upload

* remove community/ortho_4x10

5 years agoKeyboard: handwired/bluepill Configurator support and readme cleanup (#4509)
noroadsleft [Wed, 28 Nov 2018 16:51:16 +0000 (08:51 -0800)]
Keyboard: handwired/bluepill Configurator support and readme cleanup (#4509)

* handwired/bluepill/bluepill70: Configurator support

* handwired/bluepill: readme cleanup

Formatting fixes to make the file easier to read.

5 years agoAdd Extrakey support for Brightness up/down (#4477)
Giuseppe Rota [Wed, 28 Nov 2018 16:19:07 +0000 (17:19 +0100)]
Add Extrakey support for Brightness up/down (#4477)

5 years agoAdded Rick Roll to song lists (#4510)
Paul Massendari [Wed, 28 Nov 2018 15:56:34 +0000 (16:56 +0100)]
Added Rick Roll to song lists (#4510)

🙂

5 years ago[fortitude60] match default keymap comment to the implementation. (#4508)
zfhrp6 [Wed, 28 Nov 2018 15:33:08 +0000 (00:33 +0900)]
[fortitude60] match default keymap comment to the implementation. (#4508)

5 years agoTurn off Mousekeys for several ps2avrGB keyboards (#4502)
Drashna Jaelre [Wed, 28 Nov 2018 00:54:43 +0000 (16:54 -0800)]
Turn off Mousekeys for several ps2avrGB keyboards (#4502)

* Turn off Mousekeys for jc65

* Turn off Mousekeys for ps2avrGB templates

* Disable mousekeys for bmini and canoe as well

5 years agoMerge pull request #4501 from amayer5125/ergodox-ez-cleanup
Erez Zukerman [Wed, 28 Nov 2018 00:42:09 +0000 (19:42 -0500)]
Merge pull request #4501 from amayer5125/ergodox-ez-cleanup

Ergodox ez cleanup

5 years agoRemove RGB_SMOD alias and replace uses with RGB_MOD (#4319)
Konstantin Đorđević [Tue, 27 Nov 2018 23:34:06 +0000 (00:34 +0100)]
Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)

5 years agofixed misplaced paranthesis in arm usb mouse send function (#4478)
Christon DeWan [Tue, 27 Nov 2018 23:20:17 +0000 (15:20 -0800)]
fixed misplaced paranthesis in arm usb mouse send function (#4478)

bug was causing lots of dropped events for me.

5 years agoKeyboard: fix for debug crkbd (#4469)
epaew [Tue, 27 Nov 2018 23:18:11 +0000 (08:18 +0900)]
Keyboard: fix for debug crkbd (#4469)

5 years agoAdd tap_code16 function (#4362)
Konstantin Đorđević [Tue, 27 Nov 2018 22:29:59 +0000 (23:29 +0100)]
Add tap_code16 function (#4362)

5 years agoErgodox EZ: Clean Up process_record_user Function
Alex Mayer [Tue, 27 Nov 2018 22:04:29 +0000 (17:04 -0500)]
Ergodox EZ: Clean Up process_record_user Function

Set ERPM = SAFE_RANGE

5 years agoErgodox EZ: Remove Unused Code From Keymap
Alex Mayer [Tue, 27 Nov 2018 22:00:01 +0000 (17:00 -0500)]
Ergodox EZ: Remove Unused Code From Keymap

5 years agoUpdate MSYS to use the 5.4.0 toolchain (#4106)
Drashna Jaelre [Tue, 27 Nov 2018 21:45:01 +0000 (13:45 -0800)]
Update MSYS to use the 5.4.0 toolchain (#4106)

5 years agoPuck Macropad (#4274)
John Pettigrew [Tue, 27 Nov 2018 21:43:48 +0000 (15:43 -0600)]
Puck Macropad (#4274)

* Add Puck

* Update Manufacturer name in metadata

* Add num lock to high layer

* update pins

* update pin settings

* fix numlock key

* Cleanup config.h

* Update device info

* updates after review

5 years agoFixed docs/newbs_testing_debugging.md and tmk_core/common/print.h
mtei [Fri, 5 Oct 2018 05:54:22 +0000 (14:54 +0900)]
Fixed docs/newbs_testing_debugging.md and tmk_core/common/print.h

5 years agoKeymap: Added abishalom keymaps (#4495)
abishalom [Tue, 27 Nov 2018 17:22:49 +0000 (12:22 -0500)]
Keymap: Added abishalom keymaps (#4495)

* Added abishalom keymaps

Added personal keymaps for Massdrop Alt and Tada68

* Update keyboards/tada68/keymaps/abishalom/rules.mk

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/rules.mk

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/config.h

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/rules.mk

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c

Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Updated keymaps

* Bugfix Tada68

* Update keyboards/tada68/keymaps/abishalom/keymap.c

Co-Authored-By: abishalom <abishalom1997@gmail.com>
5 years agoKeymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488)
Mattia Dal Ben [Tue, 27 Nov 2018 16:59:53 +0000 (17:59 +0100)]
Keymap: Set serial connection as default for the Redox rev1.0 keyboard (#4488)

* Set serial as default for Redox

* Updated rules.mk file

* Removed unused rule

Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
* Removed unused rule

Co-Authored-By: mattdibi <mattdibi@users.noreply.github.com>
5 years agoFix Helix ws2812.c listed more than once warning. (#4499)
Takeshi ISHII [Tue, 27 Nov 2018 15:22:47 +0000 (00:22 +0900)]
Fix Helix ws2812.c listed more than once warning. (#4499)

Remove `SRC += ws2812.c` from helix/rev2/rules.mk and helix/pico/rules.mk.
Because it will be added in common_features.mk.

5 years agohandwired/arrow_pad Refactor and Configurator support (#4498)
noroadsleft [Tue, 27 Nov 2018 04:57:15 +0000 (20:57 -0800)]
handwired/arrow_pad Refactor and Configurator support (#4498)

* handwired/arrow_pad: layout macro and keymap refactor

- Layout macros moved from the keymaps to arrow_pad.h.
- LAYOUT_pad21 refactored to only accept keys that are physical present (no KC_NO entries required in keymap)
- Keymaps now use #include QMK_KEYBOARD_H
- Keymaps refactored to use process_record_user function (from action_get_macro)

* handwired/arrow_pad: Readme cleanup

Fixed the make commands and updated the layout macro.

* handwired/arrow_pad: Configurator support

5 years agoKeymap: Fix build errors for non-Zeal boards. (#4496)
Joe Wasson [Tue, 27 Nov 2018 01:39:29 +0000 (17:39 -0800)]
Keymap: Fix build errors for non-Zeal boards. (#4496)

5 years agoUpdate to drashna userspace and keymaps (#4459)
Drashna Jaelre [Tue, 27 Nov 2018 00:45:24 +0000 (16:45 -0800)]
Update to drashna userspace and keymaps (#4459)

* Fix reversed bool check in layer_state_set

* Add Quefrency 65 for a friend

* Add Ergodox EZ Glow keymap

* Add RGB Matrix Code

* Further changes to rgb matrix ErgoDox EZ

* Update bjohnson keymaps

* Fix CRKBD display

* Overhaul to corne keyboard

* Narrow scope for keylogger

* Minor layout tweaks to Corne Keyboard

* additional CRKBD tweaks

* Minor tweaks to CRKBD

* Add all characters for keylogger

* Ergodox EZ Glow overhaul

* Fix Ergodox EZ Glow layer colors

* Increase Tapping Term for Corne Keyboard

* Fix unicode-ish

* Revert some changes

* Add layer specific lighting effects

* Some minor tweaks to ergodox glow config

* revert changes to ergodox files

* Update Glow readme

* Add more tapping term defines

* Fix changes

* Fix ergodox keymap

* Hopefully fix sleeping

* Disable layer indications if rgb matrix is disabled

* Add support for sleeping and rgb layer change toggle to ergodox ez glow

* Make RGB Layer Indication Great Again

* Make Unicode Great Again

* Remove placeholder define

Co-Authored-By: drashna <drashna@live.com>
* Remove placeholder define

Co-Authored-By: drashna <drashna@live.com>
* Remove old EEPROM Reset keycode

5 years agoKeyboard: Enable community ortho 4x12 layouts for lets split eh (#4487)
zvecr [Mon, 26 Nov 2018 22:58:22 +0000 (22:58 +0000)]
Keyboard: Enable community ortho 4x12 layouts for lets split eh  (#4487)

* Enable ortho_4x12 community layouts for lets_split_eh

* Keymap build fixes now that ortho_4x12 is enabled

* Keymap build fixes now that ortho_4x12 is enabled

5 years agoRevert "Add support for PR and Issue templates to QMK_firmware GitHub (#4491)" (...
Drashna Jaelre [Mon, 26 Nov 2018 22:35:48 +0000 (14:35 -0800)]
Revert "Add support for PR and Issue templates to QMK_firmware GitHub (#4491)" (#4492)

This reverts commit b91dfa04e3bad560fb6fe2360dd51fb95d95fcbf.

5 years agoAdd support for PR and Issue templates to QMK_firmware GitHub (#4491)
Drashna Jaelre [Mon, 26 Nov 2018 22:35:01 +0000 (14:35 -0800)]
Add support for PR and Issue templates to QMK_firmware GitHub (#4491)

* Add support document

* Add Bug Report

* Add GitHub Pull Request Template

* Feature request issue template

* Touch up feature request template

* Add 'other issues' template

* move support doc