]> git.donarmstrong.com Git - qmk_firmware.git/log
qmk_firmware.git
4 years ago[Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354)
Drashna Jaelre [Wed, 20 Nov 2019 20:37:24 +0000 (12:37 -0800)]
[Keymap] All about (ARM) RGB and OLEDs (drashna keymaps) (#7354)

* Add Kyria Keymap

* Enable all RGBLIGHT Animations for ARM and high capacity AVR

* Reduce GNUC version for __has_include

* Cleanup Ortho 4x12 Community layout

* Update Collide 39 keymap

* Cleanup Keymaps

* Enable full 30 LEDs for Ergodox

* Change EEPROM Load timing

* Use RGB Matrix on Planck Rev6

* Use correct keymap swap

* Enable everything for ARM

* Only enable rgb sleep on avr until crash is fixed

* Add additional Kyria keymap config

* Overhaul Kyria OLED display

* Improve kyria keymap based on usage

* Minor tweaks to rules

* Update OLED code to truncate properly

* Fix RGB Light layer indication

* Switch all of biton32 to get_highest_layer function

* Fix OLED Keylogger display

* Run qmk cformat over all of my user files

* Slight tweak to kyria based on usage

* Move around LALT_T config

* Add comments about base wrappers to keymaps

* Another cformat pass

* Temp fix for VUSB boards and NKRO

* Convert tabs to spaces in rules.mk files

* Only enable RGBLight if it's enabled

* Add Encoder Flip setting

* Update OLED font file

4 years agoAdd auto-handling of stale PRs/Issues (#7197)
Drashna Jaelre [Wed, 20 Nov 2019 20:17:52 +0000 (12:17 -0800)]
Add auto-handling of stale PRs/Issues (#7197)

* Add auto-handling of stale PRs/Issues

This adds the configuration for probot-stale, so that PRs and Issues can be automatically pruned without intervention by collaborators.

This marks PRs with `awaiting changes` label after 45 days, and then closes any PR with "Awaiting changes" after 30 days.  Unless they have `awaiting review`, `breaking_changes`, `in progress` or `on hold` labels.

This marks issues as `solved` after 90 days, and then closes them 30 days afterwards. Unless they have `bug`, `discussion, `to do`, `in progress` or `on hold` labels.

* Cleanup the text some

* Update .github/stale.yml

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years ago[Docs] Start of German translation of documentation (#6909)
kuchosauronad0 [Wed, 20 Nov 2019 20:02:56 +0000 (12:02 -0800)]
[Docs] Start of German translation of documentation (#6909)

* Initial commit

* Fix links so that they point to the german translation

* minor changes to the wording of some sentences
* correctly capitalize second person pronouns

* Fix links so that they point to the german translation

* minor changes to the wording of some sentences
* correctly capitalize second person pronouns

* Translate newbs_learn_more_resources.md

* Clear up some phrases

* Add newbs_building_firmware.md, fix spelling

* Add newbs_building_firmware.md, fix spelling

* Update docs/de/_summary.md

Danke

* Update docs/de/README.md

* Update docs/de/_summary.md

Ich wollte es kuerzer halten damit die Navigationsleiste nicht zu breit wird, aber das ist halt die deutsche Sprache :)

* Update docs/de/newbs.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs.md

* Update docs/de/newbs_learn_more_resources.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs.md

* Update docs/de/newbs.md

* Update docs/de/newbs.md

* Update docs/de/README.md

* Update docs/de/README.md

* Update docs/de/README.md

* Update docs/de/README.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_learn_more_resources.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_learn_more_resources.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_learn_more_resources.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_getting_started.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Update docs/de/newbs_building_firmware.md

* Apply suggestions from code review

* Add translation of newbs_flashing.md

* Apply suggestions from code review

Danke

* Add translation of Zadig-guide

* Translate newbs_testing_debugging.md to german

Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com>
Co-Authored-By: geisterfurz007 <geisterfurz007@users.noreply.github.com>
4 years agofix feature_advanced_keycodes.md's link (#7421)
Takeshi ISHII [Wed, 20 Nov 2019 13:48:05 +0000 (22:48 +0900)]
fix feature_advanced_keycodes.md's link (#7421)

docs/feature_advanced_keycodes.md has:
```
[Tap Dance](https://github.com/qmk/qmk_firmware/blob/master/docs/feature_tap_dance.md#example-5-using-tap-dance-for-advanced-mod-tap-and-layer-tap-keys)
```

change to:
```
[Tap Dance](feature_tap_dance.md#example-5-using-tap-dance-for-advanced-mod-tap-and-layer-tap-keys)
```

4 years ago[Keyboard] Add support for Model M USB C Controller (#7393)
ashpil [Wed, 20 Nov 2019 06:06:16 +0000 (22:06 -0800)]
[Keyboard] Add support for Model M USB C Controller (#7393)

* added usb c model m

* added readme

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* Update keyboards/ashpil/modelm_usbc/rules.mk

* cleaned up code

* removed combo from keymap

* added reset to default

* Update keyboards/ashpil/modelm_usbc/rules.mk

* bootmagic and simplifying default

* Update rules.mk

* removed duplicates

* updated readme

* Update keyboards/ashpil/modelm_usbc/README.md

* Update modelm_usbc.h

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* Update keyboards/ashpil/modelm_usbc/keymaps/default/keymap.c

* full support for either ANSI or ISO

* Update keyboards/ashpil/modelm_usbc/info.json

* Update keyboards/ashpil/modelm_usbc/info.json

* Update keyboards/ashpil/modelm_usbc/info.json

* Resize the ISO Enter key

* ANSI Enter and Left Shift keys resize

4 years ago[Keymap] Update to qwerty_code_friendly (#7416)
Campbell Barton [Wed, 20 Nov 2019 05:17:08 +0000 (16:17 +1100)]
[Keymap] Update to qwerty_code_friendly (#7416)

- Move space to thumb cluster.
- Make L1 and L2 symmetrical.
- Add App & Menu keys.

4 years ago[Keyboard] dz60rgb_wkl malposition fix (#7418)
moyi4681 [Wed, 20 Nov 2019 02:02:23 +0000 (18:02 -0800)]
[Keyboard] dz60rgb_wkl malposition fix (#7418)

fix malposition combile in config.qmk.fm

4 years agoASH-1800 (#7031)
angelbirth [Wed, 20 Nov 2019 00:21:19 +0000 (07:21 +0700)]
ASH-1800 (#7031)

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* my custom layout

* asd

* use qmk-dfu

* :)

* ganti keymap lagi

* Add handwired2x2 project, define pins for atmega328p in config_common.h

* Add USB IDs

* my custom KBD75 layout

* renaldi danang's numpad

* my redox keymap

* reynaldi danang's numpad

* asdasd

* ASH-1800

* added description and layer 1

* added requested changes from fauxpark

* forgot to include this

* USB descriptor parameter:
- assign product id
- assign description

edit formatting on readme.md

* update USB descriptor: change manufacturer

* review from fauxpark and noroadsleft

* remove extra files

* removed unnecessary comment

* minor cleanup

4 years ago[Core] Fix ps2avrgb template (#7412)
Erovia [Tue, 19 Nov 2019 21:00:45 +0000 (22:00 +0100)]
[Core] Fix ps2avrgb template (#7412)

4 years ago[Keyboard] Add support for the THE30 keyboard (#7390)
Erovia [Tue, 19 Nov 2019 20:56:01 +0000 (21:56 +0100)]
[Keyboard] Add support for the THE30 keyboard (#7390)

4 years ago[Keyboard] Add Kudox column-staggered layout. (#7400)
くまお工房 [Tue, 19 Nov 2019 20:51:47 +0000 (05:51 +0900)]
[Keyboard] Add Kudox column-staggered layout. (#7400)

* Add Kudox columner layout.

* Remove an extra comma from info.json.

4 years agoFix typo and code indentation (#7410)
Mihai Olteanu [Tue, 19 Nov 2019 13:41:35 +0000 (15:41 +0200)]
Fix typo and code indentation (#7410)

4 years ago[Docs] Fix Japanese country flag (#7407)
shela [Tue, 19 Nov 2019 08:38:50 +0000 (17:38 +0900)]
[Docs] Fix Japanese country flag (#7407)

4 years agoImprove a number of things about how MILC operates (#7344)
skullydazed [Mon, 18 Nov 2019 22:54:50 +0000 (14:54 -0800)]
Improve a number of things about how MILC operates (#7344)

* Pull in updates for MILC

* Remove the shadow argparser
* Make it easier to reason about arguments and how they're translated into the config tree
* Populate self.config during init to support setting user.qmk_home for the global CLI
* Remove the short argument -c so that we can unambiguously determine the config file location without doing full argument processing
* Remove the --save-config option as it's a little confusing anyway
* Use Pathlib for path manipulation

* Fix commands with no arguments

4 years agoknight Indicator light fix (#7398)
moyi4681 [Mon, 18 Nov 2019 08:25:35 +0000 (00:25 -0800)]
knight Indicator light fix (#7398)

* knight Indicator light fix

* Update knight.c

* Update knight.c

* Update knight.c

* Update knight.c

4 years ago[Docs] Modified the description about setting debug_enable in `docs/faq_debug.md...
Takeshi ISHII [Mon, 18 Nov 2019 01:09:57 +0000 (10:09 +0900)]
[Docs] Modified the description about setting debug_enable in `docs/faq_debug.md`. (#7394)

4 years ago[Keyboard] Add abnt2 layout to gh60 (#7371)
Luiz Correia [Mon, 18 Nov 2019 00:10:16 +0000 (21:10 -0300)]
[Keyboard] Add abnt2 layout to gh60 (#7371)

* [keymap] Add abnt2 format to gh60

* Fix typing errors

* Change key names to capitals

* Fix layout define

* Apply suggestions from code review

* Fix layout define again I used a k

* Remove layer variable

* Update keyboards/dz60/keymaps/default_abnt2/readme.md

* Make changes from noroadsleft

4 years agoRun clang-format manually to fix recently changed files
zvecr [Sun, 17 Nov 2019 14:02:26 +0000 (14:02 +0000)]
Run clang-format manually to fix recently changed files

4 years agoAdd Community Layout: 60_abnt2 (#7381)
James Young [Sun, 17 Nov 2019 16:12:57 +0000 (08:12 -0800)]
Add Community Layout: 60_abnt2 (#7381)

* Add Community Layout: 60_abnt2

Add a 60% version of the standard keyboard layout used in Brazil.

* Enable 60_abnt2 support for DZ60

* fix the indenting in the Community Layout keymap

4 years agoDoc fix to conform with #7221 (#7392)
Erovia [Sun, 17 Nov 2019 16:04:44 +0000 (17:04 +0100)]
Doc fix to conform with #7221 (#7392)

4 years ago[Keyboard] Cutie Club Wraith: Configurator Bugfix for LAYOUT_iso (#7376)
James Young [Sat, 16 Nov 2019 20:46:35 +0000 (12:46 -0800)]
[Keyboard] Cutie Club Wraith: Configurator Bugfix for LAYOUT_iso (#7376)

* debug lint info.json

Because I need to debug this file.

* move ISO Enter to the proper location in sequence

* add key counts because I like having them

4 years ago[Docs] Explain Tap Dance interruption (#5520)
Robert Akhmerov [Sat, 16 Nov 2019 17:20:49 +0000 (20:20 +0300)]
[Docs] Explain Tap Dance interruption (#5520)

4 years agoformat code according to conventions [skip ci]
QMK Bot [Sat, 16 Nov 2019 07:10:19 +0000 (07:10 +0000)]
format code according to conventions [skip ci]

4 years agoAdd CLI command for flashing a keyboard
jorgemanzo [Sat, 5 Oct 2019 06:38:34 +0000 (23:38 -0700)]
Add CLI command for flashing a keyboard

A new CLI subcommand was added, flash, which behaves very similar to the already present compile CLI comamnd, but with the added ability to target a bootloader. The command is used like so: qmk flash [-h] [-b] [-kb KEYBOARD] [-km KEYMAP] [-bl BOOTLOADER] [filename].

A -kb <keyboard> and -km <keymap> is expected, or a configurator export JSON filename. A bootloader can be specified using -bl <target>, and if left unspecified, the target is assumed to be :flash. -bl can be used to list the available bootloaders.

If -km <keymap> is provided, but no -kb <keyboard>, then a message is printed suggesting the user to run qmk list_keyboards.

4 years ago[Keymap] add_mouse_keys (#7372)
jotix [Sat, 16 Nov 2019 01:22:48 +0000 (22:22 -0300)]
[Keymap] add_mouse_keys (#7372)

4 years agoPort SPLIT_USB_DETECT to crkbd (#7195)
Joel Challis [Sat, 16 Nov 2019 00:07:21 +0000 (00:07 +0000)]
Port SPLIT_USB_DETECT to crkbd (#7195)

4 years agoUpdated slave encoder sync to reduce dropped pulses (#7325)
XScorpion2 [Fri, 15 Nov 2019 23:01:50 +0000 (17:01 -0600)]
Updated slave encoder sync to reduce dropped pulses (#7325)

* Updated slave encoder sync to reduce dropped pulses

* Fixing encoder direction

* Encoder behavior fixes, tested

* Update keyboards/rgbkb/sol/keymaps/xulkal/rules.mk

To make fauxpark happy

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update custom_encoder.c

* Update rules.mk

4 years agoImprovements to Solenoid feature (#7369)
Drashna Jaelre [Fri, 15 Nov 2019 22:27:46 +0000 (14:27 -0800)]
Improvements to Solenoid feature  (#7369)

* Error out when Solenid pin is not defined

Instead of defaulting to a (literally) random pin, error out instead.  Because this pin may be used, or because that pin may not be exposed, or may not exist.

* Remove 'SOLENOID_ACTIVE' setting since it's not used

* Update documentation

4 years agoFix the RGB_MATRIX_RAINBOW_PINWHEELS animation (#7365)
Richard Baptist [Fri, 15 Nov 2019 21:12:34 +0000 (22:12 +0100)]
Fix the RGB_MATRIX_RAINBOW_PINWHEELS animation (#7365)

The internal naming was `PINWHEELS` instead of `RAINBOW_PINWHEELS`
causing a mismatch between animation definition and the function.

4 years ago[Keyboard] Add keyboard Nafuda (#7367)
Salicylic-acid3 [Fri, 15 Nov 2019 18:20:57 +0000 (03:20 +0900)]
[Keyboard] Add keyboard Nafuda (#7367)

* [Keyboard] Add keyboard Nafuda

Add Nafuda keyboard.

A 7 keys keyboard.
Salicylic-acid3

* Update keyboards/nafuda/info.json

* Update keyboards/nafuda/readme.md

* Update keyboards/nafuda/readme.md

* Update keyboards/nafuda/nafuda.h

* Update keyboards/nafuda/readme.md

* Update keyboards/nafuda/rules.mk

* Update keyboards/nafuda/rules.mk

* Update keyboards/nafuda/rules.mk

* Update keyboards/nafuda/rules.mk

* info.json Update

* Update keyboards/nafuda/rules.mk

4 years ago[Keyboard] kbdfans keyboards NKRO enable (#7364)
moyi4681 [Fri, 15 Nov 2019 08:01:51 +0000 (16:01 +0800)]
[Keyboard] kbdfans keyboards NKRO enable (#7364)

4 years ago[Keyboard] fix DZ60RGB info.json (#7362)
James Young [Fri, 15 Nov 2019 06:10:54 +0000 (22:10 -0800)]
[Keyboard] fix DZ60RGB info.json (#7362)

* fix DZ60RGB info.json

JSON was invalid.

* correct metadata per moyi4681

4 years agoAdding new pcb with default keymap and personal keymap (#7314)
Sid Carter [Fri, 15 Nov 2019 02:30:29 +0000 (21:30 -0500)]
Adding new pcb with default keymap and personal keymap (#7314)

* adding new pcb with default keymap and personal keymap

* Update keyboards/leeku/finger65/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Change to newer DEBOUNCE format

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* switch to pragma

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove unused define keyboards/leeku/finger65/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* some cleanup after debounce and other changes

* Remove no_suspend_power_down from keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* move to newer format and remove unused stuff

* ensure default has no leds for now

* change default layout name

* clean up the keymap a bit

* want grave not tilde

* a minor change and cleanup

* more stuff removed cause I don't care for LEDs

* remove some remaining stuff

* add RGBLED stuff

* Update keyboards/leeku/finger65/usbconfig.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/usbconfig.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/usbconfig.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/usbconfig.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* update USB information

* Update keyboards/leeku/finger65/usbconfig.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/keymaps/madhatter/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/keymaps/madhatter/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* cleanup and conform to existing standard

* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* remove stuff that doesn't work

* add a JSON for the QMK configurator

* list the layouts only available

* let's just make it the 65 ansi layout with split backspace, eh?

* remove extra space

* Update keyboards/leeku/finger65/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/leeku/finger65/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* update readme

* remove redundant title

* Monica Bellucci ruined my life

* I'm having a RELIGIOUS EXPERIENCE ... and I don't take any DRUGS

* Update keyboards/leeku/finger65/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* add a URL to the username

* fix readme and make it simpler with links this time

* Update keyboards/leeku/finger65/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/leeku/finger65/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* incorporate suggested changes

* update usb stuff for some stuff coming in the future

* update layout for LAYOUT_ALL

* USB power changes

4 years ago[Core] Cleanup rules.mk for F303 keyboards (#7306)
fauxpark [Fri, 15 Nov 2019 02:25:40 +0000 (13:25 +1100)]
[Core] Cleanup rules.mk for F303 keyboards (#7306)

* Cleanup rules.mk for F303 keyboards

* Fix small typo

4 years ago[Docs] Japanese translation of docs/ja/newbs_best_practices.md (#7337)
Takeshi ISHII [Fri, 15 Nov 2019 02:22:55 +0000 (11:22 +0900)]
[Docs] Japanese translation of docs/ja/newbs_best_practices.md (#7337)

* Mark same as in new document #7231

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* comment out the same marks

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* update docs/ja/newbs.md, docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* update docs/ja/*.md's comment

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

* Update docs/ja/newbs_best_practices.md

Co-Authored-By: shela <shelaf@users.noreply.github.com>
4 years agoSet device version from config.h for V-USB boards (#7316)
fauxpark [Thu, 14 Nov 2019 23:21:53 +0000 (10:21 +1100)]
Set device version from config.h for V-USB boards (#7316)

4 years agoAdd support for configurable polling interval and power usage o… (#7336)
fauxpark [Thu, 14 Nov 2019 23:21:22 +0000 (10:21 +1100)]
Add support for configurable polling interval and power usage o… (#7336)

* Add support for custom polling interval and power usage on V-USB boards

* Use 1ms as default for now

4 years agocapslock_led (#7359)
jotix [Thu, 14 Nov 2019 22:46:53 +0000 (19:46 -0300)]
capslock_led (#7359)

4 years agoMove Ergodox EZ RGB Light code to custom driver (#7309)
Drashna Jaelre [Thu, 14 Nov 2019 20:00:51 +0000 (12:00 -0800)]
Move Ergodox EZ RGB Light code to custom driver  (#7309)

* Move Ergodox EZ RGB code to custom driver

Also implements full addressing of Ergodox EZ's LED Strip, as written by seebs
Co-authored-by: Seebs <seebs@seebs.net>
* Make Clipping range accessible for custom drivers

* Remove RGBW_BB_TWI from driver and docs

* Revert changes to clipping range support

* Use just rgblight_set instead of full custom driver

* Convert to i2c_master commands

* Rename rgblight driver and clean up includes

4 years agoFix shell.nix by pinning nixpkgs (#6213)
Jake Waksbaum [Thu, 14 Nov 2019 20:00:36 +0000 (15:00 -0500)]
Fix shell.nix by pinning nixpkgs (#6213)

4 years ago[Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (#7223)
moyi4681 [Thu, 14 Nov 2019 19:55:46 +0000 (03:55 +0800)]
[Keyboard] add kbdmini; dztech, kbdfans keyboards cleanup (#7223)

* add kbdmini, dztech and kbdfans keyboards small fix

* Caps lock indicator moved from keymap

* Update dz65rgb.c

* fix error

* fix matthewrobo keymap error

* Update keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb/dz60rgb.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_ansi/dz60rgb_ansi.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_wkl/dz60rgb_wkl.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz65rgb/dz65rgb.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* wrap all of the g_led_config stuff and rgb matrix functions in ifdefs

wrap all of the g_led_config stuff and rgb matrix functions in ifdefs

4 years ago[Docs] Encourage newbs to not download the repo as a zip (#7353)
fauxpark [Thu, 14 Nov 2019 19:37:18 +0000 (06:37 +1100)]
[Docs] Encourage newbs to not download the repo as a zip (#7353)

* Encourage newbs to not download the repo as a zip

* Tweak wording and remove Russian translation of deprecated Vista+ instructions

4 years agoUpdate debounce docs (#7355)
Drashna Jaelre [Thu, 14 Nov 2019 18:54:34 +0000 (10:54 -0800)]
Update debounce docs (#7355)

4 years ago[Keyboard] Add TG4x (#7351)
MechMerlin [Thu, 14 Nov 2019 18:52:55 +0000 (10:52 -0800)]
[Keyboard] Add TG4x (#7351)

* initial commit

* add pins and matrix

* add an appropriate keymap

* set bootloader to caterina

* add QMK Configurator support

* turn on RGB and link time optimization

* add rgb pin

* update readme on rgb underglow info

* Update keyboards/tg4x/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/tg4x/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/tg4x/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* setting product id to 1 to match original code

4 years ago[Keyboard] Add FLX Virgo (#7352)
MechMerlin [Thu, 14 Nov 2019 11:12:50 +0000 (03:12 -0800)]
[Keyboard] Add FLX Virgo (#7352)

* help flex get his board into QMK

* Put my name everywhere it matters

* Update keyboards/flx/virgo/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/flx/virgo/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* add product and vendor id

* update readme with better description and img

* use fauxpark suggestion for led update

4 years agoformat code according to conventions [skip ci]
QMK Bot [Thu, 14 Nov 2019 08:08:07 +0000 (08:08 +0000)]
format code according to conventions [skip ci]

4 years agoAdding verd layout to RSII (#7296)
alittlepeace [Thu, 14 Nov 2019 08:04:57 +0000 (02:04 -0600)]
Adding verd layout to RSII (#7296)

* verd

verd

* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

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

* Update keymap.c

* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk

* Update rules.mk

* Delete tests.txt

* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update config.h

* Update verd.h

* Update keymap.c

* Update keymap.c

* Update readme.md

* Update matrix.c

* Update readme.md

* Update verd.h

* Update verd.c

* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/config.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

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

* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

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

* Update verd.h

* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

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

* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.c

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

* Update verd.c

* Update config.h

* Update verd.h

added regular non split 0

* Update keymap.c

* Update keyboards/redscarf_iiplus/verd/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update rules.mk

* Update rules.mk

* Update rules.mk

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update rules.mk

* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

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

* Update keymap.c

* Update keyboards/redscarf_iiplus/verd/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/matrix.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update info.json

* Update info.json

* Update info.json

* Update keyboards/redscarf_iiplus/verd/verd.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/default/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/verd.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/redscarf_iiplus/verd/keymaps/alittlepeace/keymap.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years agoAdd my custom layouts for GH60, DZ60 and Minivan (#7278)
Daniel Barber [Thu, 14 Nov 2019 03:26:40 +0000 (22:26 -0500)]
Add my custom layouts for GH60, DZ60 and Minivan (#7278)

Co-Authored-By: fauxpark <fauxpark@gmail.com>
4 years ago[Keyboard] Added abnt2 layout to dz60 (#7340)
Luiz Correia [Wed, 13 Nov 2019 21:48:32 +0000 (18:48 -0300)]
[Keyboard] Added abnt2 layout to dz60 (#7340)

* [keymap] Added abnt2 format to dz60

* [layout] added LAYOUT_60_iso_abnt2 to dz60

* Fix error: macro  passed 63 arguments & takes 62

* Change BR_QUOTE to KC_GRV

* Clean dz60.h

* Apply suggestions from code review

Accepted suggested from noroadsleft

* Applied suggested changes

* Update info.js with abnt2 layout

* Update keyboards/dz60/info.json

* Update keyboards/dz60/info.json

* Rename the keymap to default_abnt2

4 years ago[Keyboard] add Little Keyboards as a seller of helix pcbs outside of japan (#7249)
Simon Aronsson [Wed, 13 Nov 2019 21:46:36 +0000 (22:46 +0100)]
[Keyboard] add Little Keyboards as a seller of helix pcbs outside of japan (#7249)

* add lkb as a seller of helix pcbs outside of japan

* Update keyboards/helix/readme.md

4 years agoUpdate ARM GCC on macOS to 8.3 (#7318)
fauxpark [Wed, 13 Nov 2019 18:13:27 +0000 (05:13 +1100)]
Update ARM GCC on macOS to 8.3 (#7318)

4 years ago[Keyboard] XT converter: add config_common.h include and fix E0 collision (#7341)
fauxpark [Wed, 13 Nov 2019 08:38:37 +0000 (19:38 +1100)]
[Keyboard] XT converter: add config_common.h include and fix E0 collision (#7341)

4 years ago[CI] Revert to previous logic for branch name and changes (#7343)
Joel Challis [Wed, 13 Nov 2019 07:53:05 +0000 (07:53 +0000)]
[CI] Revert to previous logic for branch name and changes (#7343)

4 years ago[Keymap] update calbatr0ss layout (#7342)
Calvin Moody [Wed, 13 Nov 2019 07:10:54 +0000 (02:10 -0500)]
[Keymap] update calbatr0ss layout (#7342)

4 years ago[Keymap] Added Xulkal ALT Keymap (#7332)
XScorpion2 [Wed, 13 Nov 2019 07:02:58 +0000 (01:02 -0600)]
[Keymap] Added Xulkal ALT Keymap (#7332)

* Added Xulkal ALT Keymap

* Hadron compile fix

* Keymap fix

4 years ago[Keyboard] Add keyboard Setta21 (#7320)
Salicylic-acid3 [Wed, 13 Nov 2019 07:01:14 +0000 (16:01 +0900)]
[Keyboard] Add keyboard Setta21 (#7320)

* [Keyboard] Add keyboard Setta21

Add Setta21 keyboard.

A 21 keys Tenkey.
Salicylic-acid3

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

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/default/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/default/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/default/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/default/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/info.json

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/rev1/rev1.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/setta21/keymaps/salicylic/keymap.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Keymap Update

Removed the keymap matrix_init_user.
Changed the declaration of DRIVER_LED_TOTAL.

* Update keyboards/setta21/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rev1/rev1.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rules.mk

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rev1/rev1.c

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/setta21/rev1/rev1.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update Keymap

Removed OLED sleep timer in keymap.

* Update keyboards/setta21/rev1/rev1.h

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
4 years agoformat code according to conventions [skip ci]
QMK Bot [Wed, 13 Nov 2019 05:24:56 +0000 (05:24 +0000)]
format code according to conventions [skip ci]

4 years agoAdd cli convert subcommand, from raw KLE to JSON (#6898)
Cody Bender [Wed, 13 Nov 2019 04:55:41 +0000 (21:55 -0700)]
Add cli convert subcommand, from raw KLE to JSON (#6898)

* Add initial pass at KLE convert

* Add cli log on convert

* Move kle2xy, add absolute filepath arg support

* Add overwrite flag, and context sensitive conversion

* Update docs/cli.md

* Fix converter.py typo

* Add convert unit test

* Rename to kle2qmk

* Rename subcommand

* Rename subcommand to kle2json

* Change tests to cover rename

* Rename in __init__.py

* Update CLI docs with new subcommand name

* Fix from suggestions in PR #6898

* Help with cases of case sensitivity

* Update cli.md

* Use angle brackets to indicate required option

* Make the output text more accurate

4 years agoMake generating keymap.c from JSON more reliable
skullY [Wed, 13 Nov 2019 01:08:55 +0000 (17:08 -0800)]
Make generating keymap.c from JSON more reliable

4 years agoSmall CLI cleanups
skullY [Wed, 13 Nov 2019 01:27:08 +0000 (17:27 -0800)]
Small CLI cleanups

* yapf changes
* Fix the cformat test
* Make the normpath test work when run from /
* `qmk config`: Mark `--read-only` as arg_only

4 years agoWhen checking program returncodes treat both 0 and 1 as installed
skullY [Wed, 13 Nov 2019 01:21:33 +0000 (17:21 -0800)]
When checking program returncodes treat both 0 and 1 as installed

4 years agoAdd support for newer versions of clang-format, if installed
skullY [Wed, 13 Nov 2019 01:17:12 +0000 (17:17 -0800)]
Add support for newer versions of clang-format, if installed

4 years ago[Keyboard] Add new keyboard Symmetry60 (#7327)
marhalloweenvt [Tue, 12 Nov 2019 05:04:35 +0000 (12:04 +0700)]
[Keyboard] Add new keyboard Symmetry60 (#7327)

* [Keyboard] Add new keyboard Symmetry60

* Add new keyboard Symmetry60

* Fix Typo

* Update keyboards/handwired/symmetry60/config.h

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/readme.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/handwired/symmetry60/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/symmetry60/symmetry60.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update readme.md

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update rules.mk

* Update symmetry60.c

* Update keyboards/handwired/symmetry60/rules.mk

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
4 years agodisable deprecated actions (#7211)
Stephen Hogsten [Tue, 12 Nov 2019 02:27:20 +0000 (18:27 -0800)]
disable deprecated actions (#7211)

* disable deprecated actions

* wrap no action with link time optimization test

* fix link time optimization check

4 years ago[Keymap] minor config changes (#7334)
stanrc85 [Tue, 12 Nov 2019 01:32:09 +0000 (20:32 -0500)]
[Keymap] minor config changes (#7334)

4 years ago[Keymap] Added macro (#7331)
Xyverz [Mon, 11 Nov 2019 23:11:56 +0000 (15:11 -0800)]
[Keymap] Added macro (#7331)

Added MACLOCK macro, which sends CMD+CTRL+Q to perform a screen
lock on macs running Mojave or newer.

4 years agoJapanese translation of newbs.md and related documents. (#7300)
Takeshi ISHII [Mon, 11 Nov 2019 22:27:48 +0000 (07:27 +0900)]
Japanese translation of newbs.md and related documents. (#7300)

* add docs/ja/newbs.md

* Update docs/ja/newbs.md

* Updated newbs.md

* Updated newbs.md

* add docs/ja/newbs_learn_more_resources.md

* Update docs/ja/newbs.md

* update link info

他人まかせ :-)

* add docs/ja/newbs_testing_debugging.md

* Update docs/ja/newbs_testing_debugging.md

* Update docs/ja/newbs_testing_debugging.md

* add docs/ja/newbs_building_firmware.md

* update docs/ja/newbs_building_firmware.md

* Update docs/ja/newbs_testing_debugging.md

* Update docs/ja/newbs_building_firmware.md

* Update docs/ja/newbs_building_firmware.md

* Japanese translation of docs/newbs_getting_started.md

* renamed: docs/QMK入門.md -> docs/ja/newbs_getting_started.md

* update docs/ja/newbs_getting_started.md

* add ja/newbs_best_practices.md

There are no plans to translate this file.
With the completion of #7231, I will open a new PR.

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* add docs/ja/newbs_flashing.md

* add docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* update docs/ja/newbs_flashing.md

* change original log format

* update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_getting_started.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_building_firmware_configurator.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* Update docs/ja/newbs_flashing.md

* copy docs/_langs.md and docs/index.html from #7248

Co-Authored-By: shela <shelaf@users.noreply.github.com>
Co-Authored-By: takashiski <takashiskibb@gmail.com>
Co-Authored-By: Takuya Urakawa <urkwtky@gmail.com>
4 years agoRemove force of debug on within rgblight - causes lockups waiting for hid_listen...
Joel Challis [Mon, 11 Nov 2019 21:06:14 +0000 (21:06 +0000)]
Remove force of debug on within rgblight - causes lockups waiting for hid_listen (#7330)

4 years ago[Keyboard] add sm68 (#7279)
Josh Hinnebusch [Mon, 11 Nov 2019 17:27:57 +0000 (12:27 -0500)]
[Keyboard] add sm68 (#7279)

* add sm68

* update rules.mk to decrease final size (hopefully)

* update rules.mk

* update json

* update per PR comments

* remove custom keycodes from keymap

* update layout names in keymap

* change layout names

* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/hineybush/sm68/info.json

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* update readme

4 years ago[Keyboard] Added French layer to handwired/2x5keypad (#7313)
Jonathan Cameron [Mon, 11 Nov 2019 17:26:14 +0000 (09:26 -0800)]
[Keyboard] Added French layer to handwired/2x5keypad (#7313)

* Added new 2x5 Keypad with 3 LEDs to indicate the selected layer.  By Jonathan Cameron.

* Minor refactor from suggestions from qmk team

* Added

* Moved to 'handwired' directory

* Update readme.md

* Update readme.md

* Update readme.md

* Update keyboards/handwired/2x5keypad/readme.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Switch to image offsite

* Moved image offsite

* Update keyboards/handwired/2x5keypad/keymaps/default/keymap.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/2x5keypad/2x5keypad.h

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved functions into .c file per suggestions

* Cosmetic

* Fixed function called, per suggestions.

* Update keyboards/handwired/2x5keypad/2x5keypad.h

Ok

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Moved LED functions to the top level since they can be used it various flavors

* Declare those moved LED functions!

* Update keyboards/handwired/2x5keypad/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* First cut at French support

* Added French layer (green) for accented and special French characters

* Added french layer

* Fixed typo

* Updated to get more reasonable tap function

4 years ago[Keymap] Sol rework (#7317)
Xyverz [Mon, 11 Nov 2019 08:02:01 +0000 (00:02 -0800)]
[Keymap] Sol rework (#7317)

* Added WOW layer

* Initial commit for this branch. Still a work in progress.

* Added Rorschach keyboard layout.

* Simplified keymap

Removed the media layer to help simplify things. Also corrected some
keymap mistakes in the Qwerty and Colemak layers.

* Added ErgoTravel keymap.

* reverted to previous layout.

* Added Sol keyboard layout.

* Minor changes to keymap.

* more changes

* Added sol graphic by Kagerufu and Cardiactuna

* Added colemak layer because I can.

* more changes to sol layout

* Streamlined Sol layout

* minor tweaks to sol layout

* further revisions to sol keymap.

* Removing deprecated #include statements from my keymaps

* Standardizing keymap `include` lines.

* Minor change to keymap.

Swapped ESC with GRV on all alpha layers.

* Tweaks to Atreus62 Keymap

Added a layer for FPS RPG Loot Shooters.

* Fixed readme.md for Atreus keymap.

Replaced "Keymap" with "Layer" in illustrations for continuity's sake

* More readme.md clean-up

More clarification in the Atreus readme file.

* Next verse, same as the first.

* Changes to Sol layout

Bringing my Sol layout more in line with my other Orthos.

* Fixed keymap GUI.

Replaced left-hand "RGUI" with "LGUI" on all layers as it should be.

* Added ALPS64 keymap

* Formatting corrections

* fixes to config.h and keymap.c

* Fixed errors

This commit fixes a pathing issue in keyboards/orthodox/keymaps/xyverz/config.h
and removes an stupid comma at the end of each LAYOUT stanza in
keyboards/rgbkb/sol/keymaps/xyverz/keymap.c left there by me.

* Fixed orthodox keymap config.h file

I hope this one fixes the problem. *sigh*

* Making suggested changes for PR#6192

Thanks to noroadsleft, fauxpark, and drashna. Still have
more work to do, but at least these suggestions have been applied.

* Fixing build errors

Travis has shown me the error of my ways...

* More fixes and corrections

Those pesky semicolons...

* More Fixes.

* Removing unneeded code snippet.

* fixed omitted semicolons

* Code updates to my keymaps

Updating the code for my Iris, Atreus62, and Atreus keymaps.

* Fixed Atreus62 Keymap

I forgot to add in the aliases for LOWER, RAISE, and ADJUST.

* Added userspace

Also made changes to Atreus62 Keymap to turn the red LEDs off on the ProMicro

* Fixing code that disables LEDs on ProMicros
Also tidied up my ErgoTravel keymap.

* Moving userspace to new branch

Moving my userspace to a new branch for the sake of keeping things
clean on the master branch.

* Added F13-F15 to Atreus62 Layout.

* Update readme.md.

* Updated Phantom keymap to current keymap standards

* Phantom keymap updates

Further updates - tidying and removing cruft.
Thank you zvecr on Discord for the help!

* Standards Updates

Bringing my Kinesis keymap up to current code standards

* Adding a readme

* Bring GH60 code to standard

* Utilizing layouts for 60_ansi and tkl_ansi

Moving my GH60 and Phantom keymaps into layouts/community/

* Alps64 layout removal

Removing my Alps64 keymap now that I've setup my 60_ansi layout.

* Moved Clueboard layout to community/66_ansi.

* Additions to 66_ansi config.h

* Bringing keymaps up to standard.

* More updates to keymaps.

* Syntax updates

* Revert "Syntax updates"

This reverts commit a892b2d9fcc0d4ba8fc22d676d5414120cc2c183.

* Moved WIP keymaps

Moved my WIP keymaps to my wip_keymaps branch to keep my master clean

* Updates requested by noroadsleft

* more changes per noroadsleft

More fixes as requested by noroadsleft. Further tidy-up and
standardization of my keymap code.

* Reworked Sol Keymap

Reworking the Sol keymap to bring it more or less up to current
standards and to accurately depict the correct layer on the OLED
display.

* Final tweaks to sol keymap

... for now.

4 years ago[Keymap] UK ISO keymap for DZ60 (#7322)
tarnjotsingh [Sun, 10 Nov 2019 21:45:03 +0000 (21:45 +0000)]
[Keymap] UK ISO keymap for DZ60 (#7322)

* New custom ISO keymap for DZ60

* New custom ISO keymap for DZ60

* Adding relative path for keymap image

* Removed reference to PNG and updated the README accordingly.

* Improving on the README some more after reading up on the guidelines for
keymaps

4 years ago[Keymap] Shino3/shiro Add Mac Keymaps (#7319)
T.Shinohara [Sun, 10 Nov 2019 17:15:38 +0000 (02:15 +0900)]
[Keymap] Shino3/shiro Add Mac Keymaps (#7319)

* add keyboard new macro pad "Kuro"

* change main readme.md

* remove not used code from default/keymap.c

* Remove unnecessary code

* Supports info.json

* removed back slash and not used functions.

* update at product link. add japanese messages.

* Merge All

* [Shiro]Add MacKeymap

4 years agoFix chibios when mouse and nkro disabled (#7312)
Joel Challis [Sun, 10 Nov 2019 17:02:46 +0000 (17:02 +0000)]
Fix chibios when mouse and nkro disabled (#7312)

4 years agoUnify RGB and RGBW commands (#7297)
Drashna Jaelre [Sat, 9 Nov 2019 15:51:39 +0000 (07:51 -0800)]
Unify RGB and RGBW commands (#7297)

* Fix unicode in comments

Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove separate RGBW implementation for a unified function

* Set White to 0 in RGBW LEDs

This is just to get this working, later, proper brightness can be handled elsewhere.

* Use us instead of nanoseconds(?) since it renders correctly on web

* Remove RGBW function from arm/ws2812.h

* Remove RGBW function from arm/ws2812.c

* Formatting changes

* Add doc info

4 years ago[Keyboard] Fix readme make examples for some Kingly Keys boards (#7308)
fauxpark [Sat, 9 Nov 2019 04:17:36 +0000 (15:17 +1100)]
[Keyboard] Fix readme make examples for some Kingly Keys boards (#7308)

4 years ago[Keymap] Adding keymaps for Niu Mini and BDN9 (#7299)
codecoffeecode [Sat, 9 Nov 2019 04:15:16 +0000 (20:15 -0800)]
[Keymap] Adding keymaps for Niu Mini and BDN9 (#7299)

* niu-mini

* fix

* media controls were off by one

* Adding some function keys

* bdn9 and some other stuff

* Fixed mouse functions on bdn9 -- the acceleration related macros are NOT optional

* ported over foo to codecoffeecode niu_mini keymap

* removing foobar

* removing foobar, moving config changes to my folder only

* limiting rule changes to my folder

* Simplifying config.h and rules.mk

* not really sure why this didn't commit the first time but...

* Fixed up the Niu Mini

* Update keyboards/keebio/bdn9/keymaps/codecoffeecode/config.h

Adding missed #pragma once to the top of my config.h for bdn9

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Switching from SEND_STRING() to tap_code16

* Simplifying -> didn't need macros for Ctrl+(Home|End)

4 years ago[GitHub] Update issue templates (#7303)
Drashna Jaelre [Sat, 9 Nov 2019 04:09:54 +0000 (20:09 -0800)]
[GitHub] Update issue templates (#7303)

* Update issue templates

* Create config.yml

* Update bug_report.md

* Update other_issues.md

* Update feature_request.md

* Wordsmithing and type fixes

4 years ago[Keymap] Add issmirnov {user, ergodox, levinson} files. (#7239)
Ivan Smirnov [Sat, 9 Nov 2019 03:17:21 +0000 (19:17 -0800)]
[Keymap] Add issmirnov {user, ergodox, levinson} files. (#7239)

* Add issmirnov {user, ergodox, levinson} files.

There are enough interesting QMK tricks in these layouts that it seems
worth it to share with the broader community. Big thanks to Drashna for
inspiration, as well as all the wonderful creators of QMK documentation.

Some highlights:
- Common layout shared between levinson and ergodox_ez
- TAP_TOG macro for fast layer switching
- Autogenerated keymaps ascii art with git hooks

I will do my best to do periodic rolls here, but the source of truth
will always be https://github.com/issmirnov/qmk-keebs

* Incorporate review feedback.

- Remove CLEAR_EEPROM in favor of built in EEP_RST
- Remove custom handlers for audio on bootup and shutdown
- Remove plethora of unneeded includes
- Remove deprecated and dupliated config options

HUGE thanks to drashna for the review!

* Apply suggestions from code review

Huge thanks to drashna@ for a very thorough review and the very useful suggestions.

Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Remove unclear optimization

This was an artifact from some other keymap I saw.

4 years ago[Doc] Tidy up compatible MCUs docs (#7295)
fauxpark [Sat, 9 Nov 2019 02:34:25 +0000 (13:34 +1100)]
[Doc] Tidy up compatible MCUs docs (#7295)

* Tidy up compatible MCUs docs

* ARM chips should have USB

* 32KB soft lower limit applies to ARM as well

* NXP is the manufacturer name, not Kinetis

* Units

4 years ago[Keyboard] Update COD67 support to complete it and add a personal map (#7291)
Rys Sommefeldt [Sat, 9 Nov 2019 02:30:44 +0000 (02:30 +0000)]
[Keyboard] Update COD67 support to complete it and add a personal map (#7291)

* Update docs for default keymap

* Update COD67 docs with fixes and macOS details

* Add a personal COD67 2-layer map with RGB control

* Enable RGB, NKRO and change firmware format to bin

* Swap k0D and k48 to fix backspace on the top row

* Add RGB config and tidy up a bit

* Finish default map because merlin was full of bbq

* Whoops, rogue tabs

* Typo fix in the main COD67 readme

* Remove empty function defs in keymap

* Swap how the backspace key relocation happens

* Fix PRODUCT_ID and add a link to software PWM docs

* Disable NKRO and bootmagic and enable mouse keys

* Better header guard

* Whoops, forgot to remote the #endif

4 years agoFix LAYER_STATE_8BIT compile issues (#7304)
Joel Challis [Sat, 9 Nov 2019 02:23:26 +0000 (02:23 +0000)]
Fix LAYER_STATE_8BIT compile issues (#7304)

4 years ago[Docs] Create RU ver of getting_started_github (#7225)
Gregory Gubarev [Sat, 9 Nov 2019 00:30:20 +0000 (04:30 +0400)]
[Docs] Create RU ver of getting_started_github (#7225)

* Create RU ver of getting_started_github

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update

* Updated first frase

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Updated

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>
Co-Authored-By: nabokovas <bbkv@bk.ru>
4 years agoInitial firmware for Retro75 (#7294)
Joel Challis [Fri, 8 Nov 2019 21:43:30 +0000 (21:43 +0000)]
Initial firmware for Retro75 (#7294)

* Initial firmware for Retro75

* Update readme to match new template guidelines

4 years agoSupport RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280)
Jonathan Rascher [Fri, 8 Nov 2019 21:43:02 +0000 (15:43 -0600)]
Support RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280)

Copypasta from the AVR suspend implementation with a Teensy-specific
hack removed

4 years ago[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)
Daniel Shields [Fri, 8 Nov 2019 18:31:36 +0000 (18:31 +0000)]
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)

4 years ago[Keymap] Tw1t611 (#7282)
tw1t611 [Fri, 8 Nov 2019 04:49:45 +0000 (05:49 +0100)]
[Keymap] Tw1t611 (#7282)

* Add tw1t611 keymap.

* Add underglow

4 years ago[Keyboard] Enable RGB Light on ARM OLKB Keyboards (#7293)
Drashna Jaelre [Thu, 7 Nov 2019 23:49:51 +0000 (15:49 -0800)]
[Keyboard] Enable RGB Light on ARM OLKB Keyboards (#7293)

* Enable RGBLight on Planck Rev6

* Enable RGBLight on Preonic Rev3

All hail zvecr!

4 years ago[Keyboard] Hadron v3 Enable RGB (#7292)
Yan-Fa Li [Thu, 7 Nov 2019 23:48:41 +0000 (15:48 -0800)]
[Keyboard] Hadron v3 Enable RGB (#7292)

- bitbang age is upon us. All hail zvecr

4 years ago[Keyboard] Add UA62 keyboard (#7290)
Derek [Thu, 7 Nov 2019 15:51:06 +0000 (10:51 -0500)]
[Keyboard] Add UA62 keyboard (#7290)

* Added UA62

Added UA62 Keyboard

* Update readme.md

* Made changes based on code review

Updated files.

* Rename UA62.c to ua62.c

* Rename UA62.h to ua62.h

* Rename keyboards/UA62/readme.md to keyboards/ua62/readme.md

* Rename keyboards/UA62/keymaps/default/keymap.c to keyboards/ua62/keymaps/default/keymap.c

* Rename keyboards/UA62/config.h to keyboards/ua62/config.h

* Update and rename keyboards/UA62/info.json to keyboards/ua62/info.json

* Rename keyboards/UA62/rules.mk to keyboards/ua62/rules.mk

* Rename keyboards/UA62/ua62.c to keyboards/ua62/ua62.c

* Rename keyboards/UA62/ua62.h to keyboards/ua62/ua62.h

* Update keyboards/ua62/readme.md

4 years agoARM - ws2812 bitbang (#7173)
Joel Challis [Thu, 7 Nov 2019 13:10:29 +0000 (13:10 +0000)]
ARM - ws2812 bitbang (#7173)

* Initial ARM bitbang ws2812 driver

* Unify chibios platform to run rgblight_task

* Remove 'avr only' comments from ws2812 docs

* Remove 'avr only' comments from ws2812 docs

* Unify chibios platform to run rgblight_task - review comments

* Remove debug flags from keymap

* Add comments from review

* Add defines for STM32L0XX

* Attempt to get arm ws2812 working on multiple gcc versions

4 years ago[Keyboard] Fix `led_init_ports()` for Wasdat (#7288)
fauxpark [Thu, 7 Nov 2019 08:36:31 +0000 (19:36 +1100)]
[Keyboard] Fix `led_init_ports()` for Wasdat (#7288)

4 years ago[Keyboard] update hbcp keymaps (#7275)
Josh Hinnebusch [Wed, 6 Nov 2019 06:30:13 +0000 (01:30 -0500)]
[Keyboard] update hbcp keymaps (#7275)

* update hbcp keymaps

* update hbcp info.json file

* update readme

* update hbcp "hiney" keymap

4 years ago[Keymap] Updates to noroadsleft keymap for KC60 (2019-11-05) (#7265)
James Young [Wed, 6 Nov 2019 06:12:21 +0000 (22:12 -0800)]
[Keymap] Updates to noroadsleft keymap for KC60 (2019-11-05) (#7265)

* Rename layers_keymap to layer_names

* Update Escape and Left Control keys

- change KC_GESC to KC_ESC
- change KC_LCTL to MT(MOD_LCTL, KC_GRV)

* Disable features I don't use

Makes the firmware lean. Why? Because I can. :D

* Update the readme files

* Add KC_F13 through KC_F24 emulation

... and update the readme files accordingly.

* Update rules/config

- Swap EXTRAFLAGS for LINK_TIME_OPTIMIZATION_ENABLE
  - remove NO_ACTION_MACRO and NO_ACTION_FUNCTION
- Re-enable COMMAND

* concatenate full-length and short layer names

* enable dynamic macros

* update readme files

4 years agoNew and improved lock LED callbacks (#7215)
fauxpark [Wed, 6 Nov 2019 00:42:16 +0000 (11:42 +1100)]
New and improved lock LED callbacks (#7215)

* New and improved lock LED callbacks

* Include stdbool

* Update documentation

* Use full function signatures and add keyboard-level example

4 years ago[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)
buztard [Tue, 5 Nov 2019 20:05:42 +0000 (21:05 +0100)]
[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)

The need for this was dropped in 947e61eaebf168c0c60be34914141cff9a69e599

4 years agoSet `git submodule update` depth to 50 (#7269)
fauxpark [Tue, 5 Nov 2019 19:50:18 +0000 (06:50 +1100)]
Set `git submodule update` depth to 50 (#7269)

4 years agoFix typo in ARM I2C copyright header (#7264)
fauxpark [Tue, 5 Nov 2019 07:19:21 +0000 (18:19 +1100)]
Fix typo in ARM I2C copyright header (#7264)

4 years ago[Keyboard] add keymap beautifier for Ergodox EZ (#4393)
Tsan-Kuang Lee [Tue, 5 Nov 2019 07:14:15 +0000 (01:14 -0600)]
[Keyboard] add keymap beautifier for Ergodox EZ (#4393)

* add beautifier

* add example

* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>
* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>
* works for regular layout

* all planned features implemented

* add justification switch

* docker support

* doc and starting script

* clean up the container after done

4 years ago[Keyboard] Add Kudox Rev2 (#7253)
x1 [Tue, 5 Nov 2019 07:07:31 +0000 (16:07 +0900)]
[Keyboard] Add Kudox Rev2 (#7253)

* Add a directory as rev2 in keybords/kudox.

* Modified default keymap of Kudox.

* Modified JIS keymap of Kudox.

* Changed kudox default from rev1 to rev2.

* Modified a keymap of kudox/x1.

* Move keyboards/kudox/keymaps to keyboards/kudox/rev1/.

* Remove keyboards/kudox/info.json.

* Modified kudox's READMEs.

* Remove unnecessary codes.