]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
5 years ago [Keyboard] Added configurable defaults for RGB backlight parameters. (#5549)
Wilba [Thu, 4 Apr 2019 14:10:07 +0000 (01:10 +1100)]
 [Keyboard] Added configurable defaults for RGB backlight parameters. (#5549)

* Added configurable defaults for RGB backlight indicators.

* Added more configurable defaults

5 years agoAdded Hacked Motospeed keyboard (#5534)
Deckweiss [Thu, 4 Apr 2019 13:05:06 +0000 (15:05 +0200)]
Added Hacked Motospeed keyboard (#5534)

* Added first configuration for handwired hacked motosped keyboard

* Added first keymap

* Fixed h file key layout

* Swapped Y and Z in default keymap

* Added name, email and description

* Moved hacked motospeed keyboard to handwired

* Changed make command in readme

* Formatted readme to be displayed properly with markdown

* Formatted keymap and layout to better reflect the physical keyboard

* Fixed info.json

* Update keyboards/handwired/hacked_motospeed/info.json

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
* Removed .directory from .gitignore

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
* Minor changes and cleanup

* Update keyboards/handwired/hacked_motospeed/hacked_motospeed.h

Added back newline needed for properly parsing

Co-Authored-By: Deckweiss <Deckweiss75@gmail.com>
5 years ago[Keymap] New HS60/v2 HHKB keymap for goatmaster (#5545)
stanrc85 [Thu, 4 Apr 2019 05:57:41 +0000 (01:57 -0400)]
[Keymap] New HS60/v2 HHKB keymap for goatmaster (#5545)

* Adding new keymap folder for goadmaster

* add switch break

* zeal60 rgb backlight files

* modified for red caps lock key

* Remove return statement

* Files removed

* Add new RGB options

* Back to original file

5 years ago[Keyboard] add treeadstone48 (#5405)
marksard [Thu, 4 Apr 2019 05:56:22 +0000 (14:56 +0900)]
[Keyboard] add treeadstone48 (#5405)

* Keyboard: add treeadstone48

* rename layout defines

* Use of pragma once

* move common include code

* fixed info.json

* change keymap layout from kc to normal

* fix alpha revision keymap

* fixed info.json

* remove USE_Link_Time_Optimization

5 years ago[Keyboard] Doro67 Multi PCB port (#5539)
Nicholas Shaff [Thu, 4 Apr 2019 05:54:30 +0000 (00:54 -0500)]
[Keyboard] Doro67 Multi PCB port (#5539)

* Initial portover of the doro68.json with corrected column pins.

* Initial setup of LAYOUT_ansi and it's use in the default keymap.

* Added F keys to default kemap on layer 1.

* Added split space (and everything else) layout and a base keymap to be updated.

* Renamed split_space to multi.

* Changed product_id for doro.

* Created a basic doro LAYOUT_iso and default keymap.

* Copied over basic layout and keymap.

* Added readme.md for doro67 multi.

* Removed basic keyboad layout and keymap because it's a separate PCB.

* Added backlight controls to the various keymaps.

* Added explicit backlight pin define.

* Increased number of backlight levels for flexibility.

* Removed unnecessary line slashes and unified keymcaps.

* Corrected ISO layout and switched position with multi.

* Added keymap readme.md files.

* Corrected ISO keymap.

* Added Layouts to info.json for toolbox.

* Re-added slashes as they were necessary here...

* Corrected info.json/keymap discreptancies.

* Updated copyright messages (and fixed small readme error).

* Added missing line break spaces in readme.md

Co-Authored-By: ShadeDream <nick@shadedream.com>
* Keymap alignments on default_multi readme.md

Co-Authored-By: ShadeDream <nick@shadedream.com>
* Keymap alignments on default_multi readme.md

Co-Authored-By: ShadeDream <nick@shadedream.com>
* Keymap alignments on default_multi readme.md

Co-Authored-By: ShadeDream <nick@shadedream.com>
* Small alignment adjustment on the default keymap readme.md

Co-Authored-By: ShadeDream <nick@shadedream.com>
5 years ago[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)
MechMerlin [Thu, 4 Apr 2019 01:35:53 +0000 (18:35 -0700)]
[Keyboard] V60 Type R - Turn on leds for Configurator + Refactor (#5546)

* use pragma once where applicable

* remove ?

* update default keymap readme

* remove un need include

* update readme with newbs guide

* set underglow and backlight to be on by default, and explicitly set them to no for the default keymap to handle the non Polestar case.

* put mine and benlyall's name in the code

* update readme

5 years agoRGB Matrix support for Massdrop CTRL/ALT (#5328)
Daniel Prilik [Thu, 4 Apr 2019 01:30:47 +0000 (18:30 -0700)]
RGB Matrix support for Massdrop CTRL/ALT (#5328)

* port Massdrop CTRL/ALT to use RGB Matrix

Co-authored-by: Matt Schneeberger <helluvamatt@gmail.com>
* Massdrop lighting support working

This commit is to get the Massdrop lighting code working again through use of the compilation define USE_MASSDROP_CONFIGURATOR added to a keymap's rules.mk.
Added keymaps for both CTRL and ALT named default_md and mac_md. These should be used if the Massdrop style lighting is desired.

* Updating config based on testing results with patrickmt & compile errors

* Updates for PR5328

For CTRL and ALT:
Moved location of new RGB Matrix macros from config_led.h to config.h.
Added RGB_MATRIX_LED_FLUSH_LIMIT (time between flushes) to config.h for correct LED driver update timing.
Re-added missing breathing code for when Massdrop configurator mode is defined.

* remove prilik keymap form PR

5 years agoAdded encoder support to split common code (#5477)
XScorpion2 [Wed, 3 Apr 2019 23:01:17 +0000 (18:01 -0500)]
Added encoder support to split common code (#5477)

* Added slave encoder support to split common

* Fixing handwired/xealous/rev1 compile error

* Removed unnecessary ifdef

5 years agoEager Per Row Debouncing added (added to Ergodox) (#5498)
Alex Ong [Wed, 3 Apr 2019 21:45:55 +0000 (08:45 +1100)]
Eager Per Row Debouncing added (added to Ergodox) (#5498)

* Implemented Eager Per Row debouncing algorithm.

Good for when fingers can only press one row at a time (e.g. when keyboard is wired so that "rows" are vertical)

* Added documentation for eager_pr

* Ported ergodox_ez to eager_pr debouncing.

* Removed check for changes in matrix_scan.

* Added further clarification in docs.

* Accidental merge with ergodox_ez

* Small cleanup in eager_pr

* Forgot to debounce_init - this would probably cause seg-faults.

5 years agoMerge pull request #5536 from stanrc85/feature/updates
Drashna Jaelre [Wed, 3 Apr 2019 17:25:09 +0000 (10:25 -0700)]
Merge pull request #5536 from stanrc85/feature/updates

[Keymap] Config tweaks and adding zeal60 RGB files to userspace

5 years agoAdded configurable defaults for RGB backlight indicators.
Wilba6582 [Wed, 3 Apr 2019 12:54:34 +0000 (23:54 +1100)]
Added configurable defaults for RGB backlight indicators.

5 years ago[Keyboard] Small Refactor of Duck boards (#5521)
MechMerlin [Wed, 3 Apr 2019 17:17:25 +0000 (10:17 -0700)]
[Keyboard] Small Refactor of Duck boards (#5521)

* first [ass at pulling out common duck library functions

* use new library in jetfire

* use new library in duck lightsaver

* use new library in octagon v2

* put Device into the library

* refactor send_value

* refactor send_value and send_color

* use pragma once

* use pragma once

* use pragma once

* use pragma once

* rename backlight_led to indicator_leds to match with other duck boards

* rename enum

* make #define names consistent

* rename ducklib to duck_led

* update rules.mk ?= to =

* put rgb in the correct order

* add debounce debugging printouts

* turn on bootmagic lite and set it to the top left most key commonly programmed as Escape

* add reset key documentation

* fix that typo

* Update keyboards/duck/duck_led/duck_led.c

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* include the correct library

5 years ago[Keyboard] Quantrik Kyuu 65% Board (#5541)
MechMerlin [Wed, 3 Apr 2019 16:47:55 +0000 (09:47 -0700)]
[Keyboard] Quantrik Kyuu 65% Board (#5541)

* initial commit

* get rid of some of the vanilla cookie cutter code

* Put in the matrix size and the pins

* add LAYOUT macro and a suitable keymap

* Add QMK Configurator support

* set bootmagic to lite

* put a RESET key into the default keymap

* edit kyuu readme file for description and quantrik.com link

* Update keyboards/quantrik/kyuu/config.h

Co-Authored-By: mechmerlin <30334081+mechmerlin@users.noreply.github.com>
* fix captilization of keyboard name

* fix keymap wrapping issue and add MO key

* preserve RESET key location

* use one of the macros

5 years agoCall default zeal60 rgb file
stanrc85 [Wed, 3 Apr 2019 13:21:04 +0000 (09:21 -0400)]
Call default zeal60 rgb file

5 years agoremove call to custom rgb file
stanrc85 [Wed, 3 Apr 2019 13:19:22 +0000 (09:19 -0400)]
remove call to custom rgb file

5 years agoRemoved duplicated zeal60 files
stanrc85 [Wed, 3 Apr 2019 13:18:00 +0000 (09:18 -0400)]
Removed duplicated zeal60 files

5 years ago[Keyboard] fix dz60rgb response speed (#5540)
moyi4681 [Wed, 3 Apr 2019 03:41:00 +0000 (11:41 +0800)]
[Keyboard] fix dz60rgb response speed (#5540)

5 years agoremove uneeded returns floating around
stanrc85 [Wed, 3 Apr 2019 00:33:17 +0000 (20:33 -0400)]
remove uneeded returns floating around

5 years agoRGB Matrix Overhaul (#5372)
XScorpion2 [Wed, 3 Apr 2019 00:24:14 +0000 (19:24 -0500)]
RGB Matrix Overhaul (#5372)

* RGB Matrix overhaul
Breakout of animations to separate files
Integration of optimized int based math lib
Overhaul of rgb_matrix.c and animations for performance

* Updating effect function api for future extensions

* Combined the keypresses || keyreleases define checks into a single define so I stop forgetting it where necessary

* Moving define RGB_MATRIX_KEYREACTIVE_ENABLED earlier in the include chain

5 years agoAdding zeal60 rgb files with modifications
stanrc85 [Tue, 2 Apr 2019 23:57:22 +0000 (19:57 -0400)]
Adding zeal60 rgb files with modifications

5 years agoTweaking tapping_term value
stanrc85 [Tue, 2 Apr 2019 23:56:28 +0000 (19:56 -0400)]
Tweaking tapping_term value

5 years agoUse modified rgb_backlight.c file
stanrc85 [Tue, 2 Apr 2019 23:56:11 +0000 (19:56 -0400)]
Use modified rgb_backlight.c file

5 years ago[Keyboard] Add handwired keyboard "Tennie" (#5507)
Jack [Tue, 2 Apr 2019 23:13:08 +0000 (18:13 -0500)]
[Keyboard] Add handwired keyboard "Tennie" (#5507)

* Add tennie

* Jacobs Functions

* Switch back to normal layout

* Remove define from old template

* Fix broken keymaps

* Correct style errors, add bootlite

* Update readmes. Rename test keymap

* Missed comma

* Switch rgb from init to post init

5 years agoAdded some new songs (#5525)
DDRnJn [Tue, 2 Apr 2019 18:51:28 +0000 (14:51 -0400)]
Added some new songs (#5525)

Added Fantasie Impromptu and Nocturne Op. 9 No. 1 in B flat minor by Chopin
Added Isabella's Lullaby from The Promised Neverland
Added Renai Circulation and Platinum Disco from Monogatari
Added Terra's theme from Final Fantasy 6

5 years ago[Keymap] Minor update to my XD75 keymap (#5531)
David Rambo [Tue, 2 Apr 2019 18:50:22 +0000 (14:50 -0400)]
[Keymap] Minor update to my XD75 keymap (#5531)

* Updated iris, planck, and xd75 keymaps

* Added brightness down and up to commented layout of Symbol layer.

* updated config files for planck and iris

* removed unnecessary include lines from iris and planck config files

* updated XD75's PC layer and its NAVPC toggle layer

* fixed typo in alias declaration for C_BSPS

* changed alias names for BSPC toggle keys

5 years agoAdjusting tapping term
stanrc85 [Tue, 2 Apr 2019 16:25:36 +0000 (12:25 -0400)]
Adjusting tapping term

5 years ago[Keymap] Add alternate bépo layout for Ergodox EZ (#5524)
Nicolas CARPi [Tue, 2 Apr 2019 04:18:06 +0000 (06:18 +0200)]
[Keymap] Add alternate bépo layout for Ergodox EZ (#5524)

The other bépo layouts were a bit too complex/weird or without LED code
and hard to transition to for new users. This config is a good base for
bépo users.

5 years ago[Keymap] Updated my personal keymaps for the bfo9000 and jj50 (#5508)
AbstractKB [Tue, 2 Apr 2019 03:58:47 +0000 (23:58 -0400)]
[Keymap] Updated my personal keymaps for the bfo9000 and jj50 (#5508)

* Updated my personal keymaps for the bfo9000 and jj50

* fixed best practices mistakes

5 years ago[Keyboard] add support for romac macropad (#5530)
Garret G [Tue, 2 Apr 2019 03:31:38 +0000 (22:31 -0500)]
[Keyboard] add support for romac macropad (#5530)

* add support for romac macropad

* Update info.json

fixed total key_count

* Update keymap.c

* Update keymap.c

* Update README.md

* Update config.h

* Update romac.h

* Update romac.h

* Update romac.h

* Update rules.mk

* Update config.h

* Update README.md

* Update romac.h

* Update README.md

* Update README.md

* Update README.md

* Update config.h

* Update config.h

* Update config.h

* Update info.json

* Update info.json

* Update info.json

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update README.md

* Update README.md

* Update README.md

* Update config.h

* Rename README.md to readme.md

* Update rules.mk

* Update config.h

* Delete .gitattributes

* Update romac.h

* Update config.h

* Update config.h

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update readme.md

* Update readme.md

* Update readme.md

* Update info.json

* Update config.h

* Update config.h

* Update config.h

* Update readme.md

5 years agoFix typo in keyboard_post_init_user example, remove EPRM from Persistent Configuratio...
zvecr [Mon, 1 Apr 2019 18:32:39 +0000 (19:32 +0100)]
Fix typo in keyboard_post_init_user example, remove EPRM from Persistent Configuration (EEPROM) (#5528)

5 years ago1UP Keyboards: Use Right Variant Of Keys On Right Side Of Board (#5529)
Alex Mayer [Mon, 1 Apr 2019 16:02:30 +0000 (12:02 -0400)]
1UP Keyboards: Use Right Variant Of Keys On Right Side Of Board (#5529)

5 years ago[Keyboard] add claw44 keyboard (#5511)
yfuku [Sat, 30 Mar 2019 19:16:18 +0000 (04:16 +0900)]
[Keyboard] add claw44 keyboard (#5511)

* add claw44 keyboard

* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/lib/layer_state_reader.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove unnecessary code because of default value

* Move layer definition

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

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/readme.md

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* default keymap. LAYOUT_kc -> LAYOUT macro

* Move rules.mk from keymaps to keyboard level.

* add Hardware Supported, Hardware Availability

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

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Update keyboards/claw44/keymaps/yfuku/keymap.c

Co-Authored-By: yfuku <30647434+yfuku@users.noreply.github.com>
* Remove depreciated function

5 years ago[Keymap] Updated my iris, planck, and xd75 keymaps (#5515)
David Rambo [Sat, 30 Mar 2019 18:05:31 +0000 (14:05 -0400)]
[Keymap] Updated my iris, planck, and xd75 keymaps (#5515)

* Updated iris, planck, and xd75 keymaps

* Added brightness down and up to commented layout of Symbol layer.

* updated config files for planck and iris

* removed unnecessary include lines from iris and planck config files

5 years agoUpdate build instructions and Dockerfile to download submodules
Mikhail Goncharov [Tue, 10 Apr 2018 17:47:56 +0000 (18:47 +0100)]
Update build instructions and Dockerfile to download submodules

5 years ago[Keyboard] Added RAMA KOYU (#5512)
Wilba [Sat, 30 Mar 2019 05:13:28 +0000 (16:13 +1100)]
[Keyboard] Added RAMA KOYU (#5512)

* Initial commit of RAMA KOYU

* Changed default layout

* removed IS_COMMAND()

5 years ago[Keyboard] Update jot50 readme.md (#5510)
jotix [Fri, 29 Mar 2019 18:21:19 +0000 (15:21 -0300)]
[Keyboard] Update jot50 readme.md (#5510)

5 years ago[Keyboard] ErgoTaco Support (#5504)
Jeremy Bernhardt [Fri, 29 Mar 2019 17:39:28 +0000 (11:39 -0600)]
[Keyboard] ErgoTaco Support (#5504)

* ErgoTaco support

* Update keyboards/ergotaco/ergotaco.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/keymaps/default/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/keymaps/default/keymap.c

Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/readme.md

Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/readme.md

Co-Authored-By: germ <jeremythegeek@gmail.com>
* Update keyboards/ergotaco/rules.mk

Co-Authored-By: germ <jeremythegeek@gmail.com>
* juggling rules.mk

* Update keyboards/ergotaco/rules.mk

Co-Authored-By: germ <jeremythegeek@gmail.com>
* updating IS_COMMAND

* learning2english

Meme-tastic --Drashna

5 years agoFixing dead links (#5503)
Brian Choromanski [Fri, 29 Mar 2019 13:20:25 +0000 (09:20 -0400)]
Fixing dead links (#5503)

* Fixed typo of 'confid.h' to 'config.h'

* Fixed broken links in docs

* Fixed a lot of dead links

* Removed all dead links that I could not find a replacement for

* Placed knops links back in

* Fixed plank keymaps so that they will compile for planck light

* Https doesn't work on knops.io

* tv44:budi now compiles

* s60_x:amnesia0287 now compiles

* Fixed allocation of key_combos so that narze keymap for planck can compile correctly

* Disabled rgb on ergodone and infinity

* Enabled tap dance so it compiles

* Added return statement so it compiles

* If compiling on light disable extra functionality

* Properly redefined variable so it compiles

* Remove remaining dead links

5 years ago[Keymap] addition: macro for "screenshot region to clipboard" in macOS (#5505)
tomholford [Thu, 28 Mar 2019 22:31:39 +0000 (15:31 -0700)]
[Keymap] addition: macro for "screenshot region to clipboard" in macOS (#5505)

* Create custom Planck Light keycap

See README for details

* Link to WhatPulse in README

* More remapping, and add RGB LED effects

* Remove dead code, address PR feedback from @drashna

* Add macro for “screenshot region to clipboard” hotkey for macOS

Also remove unused layer / key logic

* Remove extraneous comment

* Incorporate PR feedback from @drashna.

Update README with new mapping.

5 years ago[Keyboard] revert back to the old custom i2c code for bmc (#5501)
MechMerlin [Thu, 28 Mar 2019 19:52:57 +0000 (12:52 -0700)]
[Keyboard] revert back to the old custom i2c code for bmc (#5501)

5 years ago[Keymap] Add custom macro to launch RDP (#5502)
stanrc85 [Thu, 28 Mar 2019 18:46:34 +0000 (14:46 -0400)]
[Keymap] Add custom macro to launch RDP (#5502)

* Add keycodes for new macros to keymaps

* add macros for commonly used shortcuts

* FIx macro code and add comments

* Replaced with build in QMK keycodes

* Removed macros that duplicated QMK keycodes

5 years agoUpdate KBD67 readme so that it mentions the KBD65 PCB (#5143)
Drashna Jaelre [Thu, 28 Mar 2019 05:13:29 +0000 (22:13 -0700)]
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)

* The code in this directory supports the KBD65

* Update readme.md

* Update readme.md

* Clear up the confusion between the kbd67/kbd65 naming.

* Update keyboards/kbdfans/kbd67/readme.md

Co-Authored-By: Hackerpilot <briancschott@gmail.com>
5 years ago[Keyboard] E6V2 Bootmapper Client QMK port (#5495)
MechMerlin [Thu, 28 Mar 2019 05:12:17 +0000 (22:12 -0700)]
[Keyboard] E6V2 Bootmapper Client QMK port (#5495)

* initial commit of e6v2 bmc files

* update readme with bmc template and reset key location

* fix up the switch matrix

* add usbconfig.h file

* add i2c files

* cleanup config.h

* cleanup rules.mk and remove non atmega32a architecture code

* add an appropriate keymap for testing

* update readme with warning not to flash this hex file onto atmega32u4 e6v2

* get rgb lights working

* add QMK Configurator support for 60_ansi layout

* add hhkb support layout

* add additional layouts such as tsangan and all and included QMK Configurator support for them

* add bootmagic lite, and have it be set to Esc or the key located at k50

* update readme

* fixup spacing for LAYOUT_all electrical matrix

* add some pragma once magic

* use i2c_master instead of custom i2c.c

* remove the custom i2c.c

* restore a more valid default keymap

* add eep_rst to keymap

5 years ago[Keymap] Add kwer keymap and RGB mod description to cypher (#5479)
kwerdenker [Wed, 27 Mar 2019 17:39:23 +0000 (18:39 +0100)]
[Keymap] Add kwer keymap and RGB mod description to cypher (#5479)

* Add kwer keymap and RGB mod description to cypher

* Add custom led_set_user to keymap

* Remove unneccessary include path from keyboards/westfoxtrot/cypher/keymaps/kwer/keymap.c

Co-Authored-By: kwerdenker <sebastian.spindler@gmail.com>
5 years ago[Keymap] added user keymap (#5499)
dsanchezseco [Wed, 27 Mar 2019 17:15:40 +0000 (18:15 +0100)]
[Keymap] added user keymap (#5499)

5 years agobuild size-check enhancement (#5485)
Takeshi ISHII [Wed, 27 Mar 2019 15:51:56 +0000 (00:51 +0900)]
build size-check enhancement (#5485)

* build size-check enhancement

Changed to display a warning when the free size of compilation result is less than 512 bytes.

* update message.mk

* add SIZE_MARGIN variable, change default margin 512 to 1024

for Example.
```
$ make SIZE_MARGIN=2048 crkbd:all
$ make crkbd:all ## mergin is 1024
```

* Update message.mk

change message to ‘approaching the maximum’

Co-Authored-By: mtei <2170248+mtei@users.noreply.github.com>
5 years ago[Keyboard] Add Collide39 keyboard (#5486)
Danny [Wed, 27 Mar 2019 15:50:28 +0000 (11:50 -0400)]
[Keyboard] Add Collide39 keyboard (#5486)

* Add Collide39 keyboard

* Remove unneeded lines

5 years ago[Docs] Add udev rule for Input Club bootloaders (#5494)
Rob Rogers [Wed, 27 Mar 2019 15:42:03 +0000 (10:42 -0500)]
[Docs] Add udev rule for Input Club bootloaders (#5494)

* Add udev rule for Input Club bootloaders

* match style with file name above udev rule

5 years ago[Keymap] adding keymaps (#3583)
martinmksiu [Wed, 27 Mar 2019 03:22:56 +0000 (03:22 +0000)]
[Keymap] adding keymaps (#3583)

* add key map

* QWERTY with 40% layers

* updated line 21

updated line 21 from "#include "xd75.h" to "#include QMK_KEYBOARD_H" as requested

* upload contra folders

* Update .directory

* Update config.h

* Update config.h

* Update keymap.c

* Update config.h

* Update rules.mk

* Update keyboards/contra/keymaps/martin_bac/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/xd75/keymaps/martin_cennum/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Delete .directory

* upload

* Delete rules.mk

* Update keyboards/contra/keymaps/msiu/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/katana60/keymaps/msiu/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/katana60/keymaps/msiu/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/katana60/keymaps/msiu/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/katana60/keymaps/msiu/config.h

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Delete nano.save

* Delete rules.mk

* Update keymap.c

* Update keymap.c

* Update config.h

* Update keyboards/lets_split_eh/keymaps/msiu/keymap.c

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keyboards/lets_split_eh/keymaps/msiu/keymap.c

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keymap.c

* Update keyboards/planck/keymaps/msiu/config.h

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

Co-Authored-By: martinmksiu <martinmksiu@gmail.com>
* Update keymap.c

* Update readme.md

* Update keymap.c

5 years agoAdd 3 speed mousekey movement option (#2246)
Jon Arintok [Wed, 27 Mar 2019 02:34:33 +0000 (04:34 +0200)]
Add 3 speed mousekey movement option (#2246)

This allows for constant, non-accelerated mouse movement, while retaining the original functionality. Configurable by a define.

5 years ago[Keymap] add redox/rev1:fculpo keymap (#5491)
Fabien Culpo [Wed, 27 Mar 2019 01:41:37 +0000 (01:41 +0000)]
[Keymap] add redox/rev1:fculpo keymap (#5491)

5 years ago[Keymap] Update iris default (#5489)
Danny [Wed, 27 Mar 2019 01:40:01 +0000 (21:40 -0400)]
[Keymap] Update iris default (#5489)

* Update Iris default to include KC_GRV on base layer and match Configurator default

* Update default config

5 years agoRefactor staryu to current standards and enable support for backlight keycodes (...
zvecr [Wed, 27 Mar 2019 01:39:09 +0000 (01:39 +0000)]
Refactor staryu to current standards and enable support for backlight keycodes (#5487)

5 years agoFixing Ergodox_EZ rgb_led initialization
Ryan Caltabiano [Tue, 26 Mar 2019 23:13:13 +0000 (18:13 -0500)]
Fixing Ergodox_EZ rgb_led initialization

5 years agoAdded songs from Nier and Nier Automata
DDRnJn [Sun, 24 Mar 2019 00:51:28 +0000 (20:51 -0400)]
Added songs from Nier and Nier Automata

Added song of the ancients and kaine salvation fron Nier
Added Amusement park, Copied city, Vague Hope cold rain and weight of the world from Nier Automata

5 years agoDocument an annoyance with Grave Escape and macOS Terminal (#5483)
fauxpark [Mon, 25 Mar 2019 00:11:26 +0000 (11:11 +1100)]
Document an annoyance with Grave Escape and macOS Terminal (#5483)

5 years agoBugfix for recently integrated cypher keyboard (#5481)
Max [Sun, 24 Mar 2019 21:00:48 +0000 (22:00 +0100)]
Bugfix for recently integrated cypher keyboard (#5481)

* fixed issue with LED indicators
corrected error in info.json

* fixed issue with led indictors

5 years agoadd keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461)
Takeshi ISHII [Sun, 24 Mar 2019 05:23:50 +0000 (14:23 +0900)]
add keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461)

This PR is cherry-pick from 90b9a1aa7d8a in PR #5020.

@MxBlu copied quantum/rgblight.c to keyboards/mxss/rgblight.c on July 8, 2018. At that time, I think it would be better to copy quantum/rgblight.h at the same time.
Because if someone makes a change to `quantum/rgblight.[ch]` that is incompatible with the past, it may cause problems with the compilation of keyboards/mxss.
(Like when I changed the prototype of the `rgblight_effect_XXX()` functions of rgblight.c in PR #5020.)

5 years ago[Keymap] Planck Keymap :: rjhiglefort (#5059)
Rob Hilgefort [Sun, 24 Mar 2019 00:22:40 +0000 (18:22 -0600)]
[Keymap] Planck Keymap :: rjhiglefort (#5059)

* copy default over as starting point

* Getting rid of dvorak and colemak for now, added a couple changes to the
keymap

* removed refs to bad layers, formatting comments

* First version of my ergodox ported layout!

* Symbols layer, media layer, updated comments

* Hyper as a single key

* Fix stuck hyper key when switching layers

* Tweak some annoying things about the layout.

- move raise left and promote alt
- remove swap keys on the last layer
- reorganize media keys so they're easier to reach and more intuitive
- fix some comment template things

* Add readme for rjhilgefort planck layout

* readme tweak

* PR feedback changes

5 years agoAdd support for RGB LEDs wired directly to each half's controller (#5392)
Danny [Sun, 24 Mar 2019 00:20:14 +0000 (20:20 -0400)]
Add support for RGB LEDs wired directly to each half's controller (#5392)

* Add support for wiring RGB LEDs for both halves directly to their respective controllers

RGB LEDs for each half don't need to be chained together across the TRRS cable with this

* Add split RGB LED support for serial

* Update config/rules for bakingpy layout

* Un-nest ifdefs for hand detection

* Read RGB config state from memory instead of EEPROM for serial updates

* Reuse existing LED pointer instead of creating new one

5 years ago[Keyboard] added cypher keyboard support (#5466)
Max [Sat, 23 Mar 2019 18:13:59 +0000 (19:13 +0100)]
[Keyboard] added cypher keyboard support (#5466)

* added the cypher qmk configuration

* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/cypher.h

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/info.json

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/info.json

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/keymaps/default-iso/keymap.c

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/readme.md

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* Update keyboards/westfoxtrot/cypher/readme.md

Co-Authored-By: westfoxtrot <17062872+westfoxtrot@users.noreply.github.com>
* made modifications as per requests

* removed endif from cypher.h

5 years ago[Keymap] Add custom Planck Light keymap (#5464)
tomholford [Sat, 23 Mar 2019 04:26:32 +0000 (21:26 -0700)]
[Keymap] Add custom Planck Light keymap (#5464)

* Create custom Planck Light keycap

See README for details

* Link to WhatPulse in README

* More remapping, and add RGB LED effects

* Remove dead code, address PR feedback from drashna

5 years ago[Keymap] New tap dance code added to userspace and keymaps (#5468)
stanrc85 [Sat, 23 Mar 2019 03:50:56 +0000 (23:50 -0400)]
[Keymap] New tap dance code added to userspace and keymaps (#5468)

* Adding new tap dance key

* Adding new tap dance code

* add code for copy/paste to tap dance

* testing tap dance enums

* New tap dance keycodes

* Fix enums

5 years agoISP Flashing Guide - atmega32a info (#4993)
wanleg [Sat, 23 Mar 2019 01:26:21 +0000 (18:26 -0700)]
ISP Flashing Guide - atmega32a info (#4993)

* update isp flashing page

* update isp flashing page

5 years ago[Keymap] iris: moonfall: Initial checking of layout. (#5462)
moonfall [Fri, 22 Mar 2019 03:14:40 +0000 (20:14 -0700)]
[Keymap] iris: moonfall: Initial checking of layout. (#5462)

Layout is similar to Kinesis/Ergodox.

5 years agohandwired/magicforce61 Refactor (#5459)
noroadsleft [Thu, 21 Mar 2019 13:06:27 +0000 (06:06 -0700)]
handwired/magicforce61 Refactor (#5459)

* handwired/magicforce61: refactor

Renamed layout macro KEYMAP to LAYOUT.

Keymap now uses #include QMK_KEYBOARD_H.

Refactored the default keymap to use non-auto-prepended keycodes per QMK standard.

Deleted deprecated action_get_macro block (was unused).

* handwired/magicforce61: Configurator support

* handwired/magicforce61: readme cleanup

Restructured the readme to be more similar to current QMK template.

* handwired/magicforce61: replace missing image in readme

Replaced the missing wiring image (error 404) with a table.

* handwired/magicforce61: rename readme to lowercase

* Convert config.h to #pragma once include guard

5 years agoKeymap: Add Koba's keymap for KBD67. (#5460)
KOBAYASHI Daisuke [Thu, 21 Mar 2019 13:05:50 +0000 (22:05 +0900)]
Keymap: Add Koba's keymap for KBD67. (#5460)

5 years agoUpdate keyboards/kbdfans/kbd67/readme.md
noroadsleft [Thu, 21 Mar 2019 00:09:00 +0000 (17:09 -0700)]
Update keyboards/kbdfans/kbd67/readme.md

Co-Authored-By: Hackerpilot <briancschott@gmail.com>
5 years agorgblight.c: add remap feature (#5243)
Takeshi ISHII [Wed, 20 Mar 2019 23:55:24 +0000 (08:55 +0900)]
rgblight.c: add  remap feature (#5243)

* rgblight.c: add RGBLIGHT_LED_MAP support

* add code to keyboards/helix/rev2/keymaps/five_rows/config.h to test rgblight.c:RGBLIGHT_LED_MAP

* Test end. Revert "add code to keyboards/helix/rev2/keymaps/five_rows/config.h to test rgblight.c:RGBLIGHT_LED_MAP"

This reverts commit e7488d6f7338460b533d7d19a09deccb011000bf.

* update docs/feature_rgblight.md

* led_map[] move to PROGMEM

5 years agoUses K(row)(col) standard for TGR Alice matrix (#5457)
Felipe Coury [Wed, 20 Mar 2019 22:48:44 +0000 (19:48 -0300)]
Uses K(row)(col) standard for TGR Alice matrix (#5457)

5 years ago[Keyboard] Refactor MF68 default keymap to use LAYOUT_68_ansi macro (#5455)
noroadsleft [Wed, 20 Mar 2019 20:26:50 +0000 (13:26 -0700)]
[Keyboard] Refactor MF68 default keymap to use LAYOUT_68_ansi macro (#5455)

5 years ago[Keyboard] HB85 Refactor/Layout Addition (#5451)
MechMerlin [Wed, 20 Mar 2019 17:39:57 +0000 (10:39 -0700)]
[Keyboard] HB85 Refactor/Layout Addition (#5451)

* introduce stt layout with K(row)(col)

* set bootmagic to lite

* Rename the original LAYOUT to LAYOUT_all
Introduce the STT layout

In additional the whole matrix was changed to support the K(row)(col) notation.

* rename LAYOUT to LAYOUT_all

* add QMK Configurator support

* stt keymap based on mrpetrov's default configuration on the hb85 he lent me

* update readme

* introduce basic and aop layouts along with QMK Configurator support for them

* add a new line

* add EEP_RST to layer 1 as it is needed to get rgb underglow to work

* add documentation on how to reset the eeprom on the board

* put contributors names where appropriate

5 years ago[Keymap] jotix layouts adjustments (#5453)
jotix [Wed, 20 Mar 2019 17:38:39 +0000 (14:38 -0300)]
[Keymap] jotix layouts adjustments (#5453)

5 years agoFix i2c splits with >8 columns (#5454)
James Churchill [Wed, 20 Mar 2019 14:43:36 +0000 (00:43 +1000)]
Fix i2c splits with >8 columns (#5454)

5 years agoFix link to Caterina bootloader hex files (#5452)
fauxpark [Wed, 20 Mar 2019 14:43:20 +0000 (01:43 +1100)]
Fix link to Caterina bootloader hex files (#5452)

5 years ago[Keyboard] add quantum matrix calls to zen matrix calls (#5450)
Jason Won [Wed, 20 Mar 2019 02:51:08 +0000 (22:51 -0400)]
[Keyboard] add quantum matrix calls to zen matrix calls (#5450)

5 years ago[Keymap] Jotix (#5448)
jotix [Wed, 20 Mar 2019 02:46:54 +0000 (23:46 -0300)]
[Keymap] Jotix (#5448)

* jotix layout adjustments

* jotix layout readme

5 years ago[Keymap] Keymap and readme updates (#5449)
stanrc85 [Wed, 20 Mar 2019 02:45:33 +0000 (22:45 -0400)]
[Keymap] Keymap and readme updates (#5449)

* Remove tap dance code from keymap.c

* Add tap dance code to userspace files

* Readme updates

* Update keymap images

5 years ago[Keymap] Boy_314's Halfnhalf layout update (#5441)
Boy_314 [Tue, 19 Mar 2019 21:34:18 +0000 (17:34 -0400)]
[Keymap] Boy_314's Halfnhalf layout update (#5441)

* added Boy_.314's layout for halfnhalf keyboard

* reset rules.mk to default

* update keymap with qwerty layout, and enable tap dancing

* fixed formatting in layout visualization

* added rules.mk to custom layout

* added mod tap for ctrl/capslock

* fixed typo in config.h, remove excess in rules.mk, revert half_n_half rules.mk

* added Boy_.314's layout for halfnhalf keyboard

* reset rules.mk to default

* update keymap with qwerty layout, and enable tap dancing

* fixed typo in config.h, remove excess in rules.mk, revert half_n_half rules.mk

* added macros to raise layer

* fixed mismatched layout/comments

* fixed layout switching

5 years ago[Keyboard] Remove unnecessary IS_COMMAND definitions from a couple of boards (#5269)
Konstantin Đorđević [Tue, 19 Mar 2019 21:33:44 +0000 (22:33 +0100)]
[Keyboard] Remove unnecessary IS_COMMAND definitions from a couple of boards (#5269)

* Remove unnecessary IS_COMMAND definition from clueboard/66_hotswap/gen1

* Remove old-style IS_COMMAND definition comment from dozen0

* Use get_mods() instead of keyboard_report->mods in georgi

5 years ago Cleanup Default Keymaps (#5442)
Drashna Jaelre [Tue, 19 Mar 2019 19:57:40 +0000 (12:57 -0700)]
 Cleanup Default Keymaps  (#5442)

* Cleanup Default Keymaps to conform to QMK Firmware standards

* Minor fixes

* Revert some changes

5 years agoFix dk60 compiler issue on newer compiler versions (#5444)
Drashna Jaelre [Tue, 19 Mar 2019 14:37:22 +0000 (07:37 -0700)]
Fix dk60 compiler issue on newer compiler versions (#5444)

5 years agocorrect typo in eeprom split target for dfu (#5445)
Rob Rogers [Tue, 19 Mar 2019 06:25:34 +0000 (01:25 -0500)]
correct typo in eeprom split target for dfu (#5445)

5 years ago[Docs] Recursively clone qmk_firmware repo (#5378)
Drashna Jaelre [Mon, 18 Mar 2019 21:22:33 +0000 (14:22 -0700)]
[Docs] Recursively clone qmk_firmware repo (#5378)

* Recursively clone qmk_firmware repo

Specifically, so that it grabs the submodules, since ARM keyboards are becoming more common, and we are seeing more issues about chibiOS not being downloaded (in the error log, rather than by question)

* Wrap in shell

5 years ago[Docs] Smallish overhaul of the docs (#5281)
Drashna Jaelre [Mon, 18 Mar 2019 21:22:02 +0000 (14:22 -0700)]
[Docs] Smallish overhaul of the docs (#5281)

* Fix up Common functions doc

* Add to extra commands to flashing doc

* Rearrange and touch up Macros

* Expand Newbs Flashing guide

* Update process_record documentation

* Add git to best practices name in sidebar

* Expand FAQ for build/flashing

* Add deprecated info to functions

* Update docs/feature_macros.md

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

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

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

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

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

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

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

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

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

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

Co-Authored-By: drashna <drashna@live.com>
* Fix up Common functions doc

* Make pre-init example accurate

* Update docs/custom_quantum_functions.md

Co-Authored-By: drashna <drashna@live.com>
* Zadig Driver catchall

* Spelling Depriciated

* Completely remove fn_actions section

5 years ago[Keyboard] Reduce compile size of the Lily58 Keyboard (#5412)
Drashna Jaelre [Mon, 18 Mar 2019 21:21:10 +0000 (14:21 -0700)]
[Keyboard] Reduce compile size of the Lily58 Keyboard (#5412)

5 years ago[Docs] Add music_map to audio documentation (#5419)
Drashna Jaelre [Mon, 18 Mar 2019 21:20:30 +0000 (14:20 -0700)]
[Docs] Add music_map to audio documentation (#5419)

* [Docs] Add music_map to audio documentation

* Add link to planck as example

5 years ago[Keymap] PyroL's TMO50 layout update (#5435)
Luciano Malavasi [Mon, 18 Mar 2019 18:54:59 +0000 (11:54 -0700)]
[Keymap] PyroL's TMO50 layout update (#5435)

* 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

* starting work on TMO50 layout

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

Co-Authored-By: PyrooL <lm11887@gmail.com>
* Updated PyroL's TMO50 keymap

* Added task manager/Ctrl Alt Del that i stole from the eco keymap

* Clean up task manager and ctrl alt del macros

Co-Authored-By: PyrooL <lm11887@gmail.com>
5 years ago[Keymap] Add vim-style keymap for lets split (#5399)
Riley Weber [Mon, 18 Mar 2019 18:51:24 +0000 (14:51 -0400)]
[Keymap] Add vim-style keymap for lets split (#5399)

* initial commit

* initial commit

* fixed indents

* spelling, capitalization, and order.

* added dota mode keymap, removed old comments

* fixed default keymap always having tilde, instead of grave accent and tilde. Improved dota keymap.

* lower does not change backspace to delete anymore

* corrected pgup/pgdown

* changed period on lower from numpad dot to regular dot

* added colemak and dvorak

* made colemak/dvorak border keys consistent with querty

* updated to match current practices, added custom metakeys for dvorak and colemak

* added disclaimer about audio

* renamed to lowercase

* replaced include guards with #pragma once

Co-Authored-By: rileyweber13 <rileyw13@protonmail.com>
* removed unncessary include

Co-Authored-By: rileyweber13 <rileyw13@protonmail.com>
* removed defines included in core

Co-Authored-By: rileyweber13 <rileyw13@protonmail.com>
* replace defines with an enum, switched from custom function to set_single_persistent_default_layer

* removed ifndef/include/endif left over from previous build system

* removed unnecessary ifdef block

* updated soungs to work with set_single_persistent_default_layer

5 years ago[Keyboard] CannonKeys Instant60 Keyboard (#5433)
Andrew Kannan [Mon, 18 Mar 2019 18:12:09 +0000 (14:12 -0400)]
[Keyboard] CannonKeys Instant60 Keyboard (#5433)

* Instant 60

* Instant60 changes again

* turn off LSE and features

* Working RGB underglow :tada:

* Add missing files

* Update keymap to have reset

* Backlighting on

* Backlight code for instant60

* Move 072 files to common folder and use it in Instant60

* Updates

* Update keyboards/cannonkeys/instant60/rules.mk

Co-Authored-By: awkannan <andrew.kannan@klaviyo.com>
5 years ago[Keymap] add android studio keyboard shortcuts to dvorak 42 key atreus / ergodox...
lucwastiaux [Mon, 18 Mar 2019 18:10:18 +0000 (02:10 +0800)]
[Keymap] add android studio keyboard shortcuts to dvorak 42 key atreus / ergodox layouts (#5423)

* add SCREEN_NAV layer for copy/pasting within screen

* working readreg/paste macros

* working read reg / paste macros

* write log and tran patterns, and expand

* add ls -la shortcut, add tab on combined layer

* put delete word on the right pinky key on shell_nav layer

* add TAB on the right side, add reset key

* added Cloud9 macros

* add cloud9 shortcuts to atreus layout

* added BROWSER_CONTROL layer

* finalized browser control layer

* adding comment

* add browser control layer to atreus

* add flashing command line

* remove the tab on combined layer

* remove the tomouse

* remove mouse layer, change log/tran expand patterns, cleanups

* add dumptlog macro

* add "delete to home" shortcut

* fix conflict

* remove unneeded mouse layer

* add meh shortcuts on the browser_control layer

* add/modify some macros

* explain the various layers

* putty paste is right mouse button

* add android studio shortcuts

* allow switching between base and alternate base layouts

* replace cloud9 shortcuts with android studio

* more android studio shortcuts

* add two meh shortcuts on keynav layer

* additional android studio shortcut

* added defines for android studio

5 years ago[Keymap] Updated layout after some months of testing. (#5427)
FiNeXdesign [Mon, 18 Mar 2019 18:09:37 +0000 (19:09 +0100)]
[Keymap] Updated layout after some months of testing. (#5427)

* Updated layout after some months of testing.

The current setup looks quite better than the initial one. It's not
perfect but it allows me to work quite well.

The only big problem is the Alt modifiers on the home row which
sometimes break the typing if keys are pressed too fast. I'm also not
satisfied by the TAB key position on the thumb cluster.

Main improvements since previous push:
- Shift layouts on both halves
- Moved around symbols
- Improved number/fn keys
- Reorganized thumbs

* Used enum as suggested by @drashna :-)

5 years ago[Keyboard] Corrected layout for top row keys (#5429)
Adam Newbold [Mon, 18 Mar 2019 18:06:31 +0000 (14:06 -0400)]
[Keyboard] Corrected layout for top row keys (#5429)

* Corrected column count and adjusted layouts to include missing key

The original version reflected 14 columns and omitted KC_GRV, the 15th key on the top row. This revision adds support for the 15h key, and also updates the default (Tsangan) layout to include the HHKB layer keys.

* Reverted config.h to version in master branch

* Moved K413 to the correct location

* Added info.json

* Update keyboards/1upkeyboards/1up60hte/1up60hte.h

Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/info.json

Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/default/keymap.c

Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/hhkb/keymap.c

Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/hhkb/keymap.c

Co-Authored-By: newbold <adam@neatnik.net>
* Update keyboards/1upkeyboards/1up60hte/keymaps/default/keymap.c

Co-Authored-By: newbold <adam@neatnik.net>
5 years ago[Keyboard] Add Jot50 handwired board (#5431)
jotix [Mon, 18 Mar 2019 17:56:12 +0000 (14:56 -0300)]
[Keyboard] Add Jot50 handwired board (#5431)

5 years ago[Keyboard] layout fixed in jotanck.h (#5432)
jotix [Mon, 18 Mar 2019 17:53:47 +0000 (14:53 -0300)]
[Keyboard] layout fixed in jotanck.h (#5432)

5 years ago[Keyboard] correct indicator light states (#5434)
holtenc [Mon, 18 Mar 2019 17:42:26 +0000 (12:42 -0500)]
[Keyboard] correct indicator light states (#5434)

function of indicator lights was inverted. these changes correct that.

5 years ago[Keyboard] Fix matrix positions for HotDox (#5437)
layne001365 [Mon, 18 Mar 2019 17:33:57 +0000 (01:33 +0800)]
[Keyboard] Fix matrix positions for HotDox (#5437)

* Add HotDox

* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/keymaps/default/keymap.c

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* * Update

  - keyboards/hotdox/config.h
  - keyboards/hotdox/hotdox.h
  - keyboards/hotdox/info.json
  - keyboards/hotdox/left.h
  - keyboards/hotdox/left.c
  - keyboards/hotdox/rules.mk

* Replace EPRM with EPRM

  - keyboards/hotdox/keymaps/default/keymap.c
  - keyboards/hotdox/keymaps/eozaki/keymap.c
  - keyboards/hotdox/keymaps/kloki/keymap.c

* Remove keymaps readme.md
* Remove twimaster.h/ twimaster.c

* * Update
  - remove FORCE_NKRO from keyboards/hotdox/config.h
  - keyboards/hotdox/hotdox.c
  - keyboards/hotdox/hotdox.h
  - keyboards/hotdox/keymaps/default/keymap.c
  - keyboards/hotdox/left.c
  - keyboards/hotdox/readme.md
  - keyboards/hotdox/rules.mk

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

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/keymaps/default/keymap.c

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/hotdox.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/rules.mk

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* Update keyboards/hotdox/config.h

Co-Authored-By: layne001365 <layne.guan@gmail.com>
* [Keymaps] reverse the K5C<->K5A, L53<->L51, R55<->R53 position.

5 years ago[Keymap] Arkag Userspace Update (#5438)
Alexander Kagno [Mon, 18 Mar 2019 17:31:09 +0000 (17:31 +0000)]
[Keymap] Arkag Userspace Update (#5438)

* fresh commit for a new fork for PR to upstream/master

* gaming mode added, lighting changes for other modes

* rules.mk fixed...

* fixed collision issue with aesthetic and shifty modes

* fixed collision issue with aesthetic and shifty modes

* troubleshooting game mode failing

* moved game tapdance key to default layer, fixed issue

5 years agoNew RGB Matrix effect: Single color reactive (#5330)
M-AS [Sun, 17 Mar 2019 17:38:51 +0000 (13:38 -0400)]
New RGB Matrix effect: Single color reactive (#5330)

* Adds new RGB Matrix effect: rgb_matrix_config'd reactive LEDs

* [Docs] Adds disable for new effect

* [Docs] Added new effect to list of effects

5 years agoAlign docker and vagrant base images (#4905)
zvecr [Sun, 17 Mar 2019 17:36:59 +0000 (17:36 +0000)]
Align docker and vagrant base images (#4905)

* Align docker and vagrant base images - update box to debian 9.6

* Align docker and vagrant base images - lock docker image to debian 9

* Align docker and vagrant base images - update vagrant docker to debian 9