]>
git.donarmstrong.com Git - qmk_firmware.git/log
fauxpark [Fri, 22 Nov 2019 04:25:19 +0000 (15:25 +1100)]
[Keyboard] Add three missing layouts (#7441)
* Add three missing default layouts
* Add layout support to tragicforce68
* Not really 68%
* Fix dumb mistake
* Update info.json too
* Apply suggestions from code review
fauxpark [Fri, 22 Nov 2019 03:11:28 +0000 (14:11 +1100)]
Add 4-character aliases for sendstring keycodes (#7409)
* Add 4-character aliases for sendstring keycodes
* Remove pointless mail keycode redefinition
* Forgot brightness keycodes
Thomas Baart [Thu, 21 Nov 2019 21:03:47 +0000 (22:03 +0100)]
Updated Kyria readme.md with relocated build guide (#7438)
Erovia [Thu, 21 Nov 2019 20:52:00 +0000 (21:52 +0100)]
MILC: Add support for hidden subcommands (#7034)
* MILC: Add support for hidden subcommands
Subcommands with 'hidden=True' will not show up in the help output, but
will work as any other subcommands.
* Hide those hidden submodules, for real now
* Rebase on latest MILC
Drashna Jaelre [Thu, 21 Nov 2019 19:02:39 +0000 (11:02 -0800)]
Change label for stale bot (#7429)
* Change label for stale bot
* Reword things to be more concise and clear
* git add . -- that's how this works, right?
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove Discussion label from issue templates
fauxpark [Thu, 21 Nov 2019 11:50:23 +0000 (22:50 +1100)]
[Keymap] Clean up & improve default layouts (#7428)
* Clean up & improve default layouts
* Add newline at EOF in readmes
* Oops
moyi4681 [Thu, 21 Nov 2019 11:19:10 +0000 (03:19 -0800)]
[Keyboard] dztech rgb pcb v2 support (#7423)
* dztech rgb pcb v2 support
dztech rgb pcb v2 support
* Update config.h
* Update rules.mk
* Update rules.mk
* Update rules.mk
* Update keyboards/dztech/dz60rgb/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_ansi/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/dztech/dz60rgb_wkl/v2/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Tim Schumacher [Thu, 21 Nov 2019 11:07:33 +0000 (06:07 -0500)]
[Keymap] Add DZ60, Levinson keymaps, twschum user files (#7358)
* Adds layout for DZ60rev2 plate B, options 4 and 10
* Use KC_TRANS for layer keys
* Format layer0 with visual key size layout
* Add RGB controls; add start description; add KC_LOCK
* Update comments on rules.mk for DZ60
* Gets keymap compiling
* Fix wiring for shift on row 3
* Hold a with other key to send Ctrl-A before other key
* Adds compile-time defined mac-compatability media keycodes
* Adds logic in place for capturing taps (w/ timeout)
* Add send_keys(...) which can send up to 64 nested keycodes
* Implement send_keys callable with n repeats
* Tweaks some of the keymap
* Add reset keycode; add disable to custom shortcuts
* Adds a special "off" layer where bonus mod goes to layer 0, every other key KC_NO
* Adjust timeout; mousekey settings
* Changes layout of Home,End,PgUp/Dn on the dedicated arrow keys L1/L2
* PoC on rgb lighted layer indication
* Refactors color table defines
* Adds logic for controlling layer lights
* Only change state on one side of the event lol
* Switch back to Tapping Toggle for layer 4
* Add custom config file for keyboard; TT and mousekey settings
* Code cleanup; starting to refactor special ctrl tapping keys functions
* Move defines and \ 2 reak out functions
* Remove debugging light
* Adjust keymaps; add enter
* Adds a couple custom macros
* Add simplified version of keymap to help debug issues
* Adds basi numpad configuration for levinson keyboard half
* Use ANSI ctrl key as layer 1 for better one hand (`)
* Adapt to new 8bit hue from #5547; layer enum use everywhere
* Move custom code out to users/ space
* Flip col pins, move key assignments to "left hand"
* Update readme
* Implement placeholder macros
* Notes
* Reduce tapping time for SFT_T(/)
* Adds vim features; refactors things
* Adds fork of the vim features written by xton
* Use correct backspace keycode
* Add VIM_ESC
* Add "OFF" to the RGB/HSV definitions
* Clean up rules, use new "OFF" definition
* Add windows KC_CALCULATOR key to numpad
* Reformat layers with better guide; change layer names
* Add sleep key
* Change timeout delay
* Add a "code paste" which surrounds a ^V with ```
* Try removing shift tap on rshift /
* Update macros
* Update the "code paste" macro
* Update keymap with reset, calc, equals
* Update keyboards/dz60/keymaps/twschum_b_4_10_simple/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update keyboards/dz60/keymaps/twschum_b_4_10/keymap.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update users/twschum/twschum.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Update users/twschum/twschum.c
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Revert quantum/rgblight_list.h
* Better name for split space layout; rename KEYMAP->LAYOUT
* Rename KEYMAP->LAYOUT
* Use simpler :flash command
* Clean up layout files
* Use qmk's MOD_MASK_CTRL
* Sync lufa submodule
* Cleanup from noroadsleft's PR comments
* Modernize vim layer code
Takeshi ISHII [Thu, 21 Nov 2019 10:36:38 +0000 (19:36 +0900)]
[Docs] Update japanese translation of newbs.md and related documents. (#7431)
* Update japanese translation of newbs.md and related documents.
* document link id change
* add `ja/` in each link
`[xxx](yyy.md)` --> `[xxx](ja/yyy.md)`
* copy docs/ja/_summary.md from umi-umi's #7248 and fix it
Takeshi ISHII [Thu, 21 Nov 2019 09:02:15 +0000 (18:02 +0900)]
[Docs] fix broken link in docs/newbs_best_practices.md (#7430)
x1 [Thu, 21 Nov 2019 05:48:30 +0000 (14:48 +0900)]
[Keyboard] Add pico as a new keyboard (#7419)
* Add keyboards/ pico as a new keyboad.
* Add keyboards/pico rev1.
* Add keyboards/pico keymaps/default.
* Add keyboards/pico keymaps/jis.
* Remove unneeded code of rules.mk.
* Revert rules.mk and remove some comments.
Manna Harbour [Thu, 21 Nov 2019 01:25:55 +0000 (12:25 +1100)]
[Keymap] Add ALGR and kle image, expand and correct documentation (#7426)
moyi4681 [Thu, 21 Nov 2019 01:22:27 +0000 (17:22 -0800)]
[Keyboard] knight malposition fix (#7422)
knight malposition fix
fauxpark [Thu, 21 Nov 2019 01:21:23 +0000 (12:21 +1100)]
Add info.json files for all default layouts (#7425)
* Add info.json files for all default layouts
* Update layouts/default/60_hhkb/layout.json
* Fix layout.json spacing and info.json dimensions
Yan-Fa Li [Thu, 21 Nov 2019 00:38:51 +0000 (16:38 -0800)]
Postage Board MCU (#7424)
* Postage Board MCU
* Fix keymap
* Postage mini
* Update readme
* R2
* Update readme
* flip
* better image of r1
* Add a DEFAULT_FOLDER to keep zed and ci happy
* Update keyboards/handwired/postageboard/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/handwired/postageboard/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Fix keyboard name
skullydazed [Wed, 20 Nov 2019 22:54:18 +0000 (14:54 -0800)]
Add flake8 to our test suite and fix all errors (#7379)
* Add flake8 to our test suite and fix all errors
* Add some documentation
Joel Challis [Wed, 20 Nov 2019 22:32:16 +0000 (22:32 +0000)]
Allow 'make all:<user>' to not build EVERYTHING (#7402)
Drashna Jaelre [Wed, 20 Nov 2019 22:31:36 +0000 (14:31 -0800)]
Remove keymap_config extern from default keymaps (#7399)
* Remove keymap_config extern from default keymaps
* Revert unicode
Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(
Co-Authored-By: fauxpark <fauxpark@gmail.com>
kakunpc [Wed, 20 Nov 2019 21:16:38 +0000 (06:16 +0900)]
[Keyboard] Add "thedogkeyboard" (#7401)
* add the dog keyboard
* set rgbled
* fix info.json and readme.md
* Update keyboards/thedogkeyboard/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/thedogkeyboard/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/thedogkeyboard/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/thedogkeyboard/readme.md
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
* update thedogkeyboard
trinity1561 [Wed, 20 Nov 2019 21:11:00 +0000 (16:11 -0500)]
[Keyboard] Update e65.c to fix Caps Lock indicator (#7405)
* Update e65.c
Fixing Caps Lock LED indicator
* Update e65.c
Using new LED functions (led_update_kb)
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
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>
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>
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)
```
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
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.
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
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
Erovia [Tue, 19 Nov 2019 21:00:45 +0000 (22:00 +0100)]
[Core] Fix ps2avrgb template (#7412)
Erovia [Tue, 19 Nov 2019 20:56:01 +0000 (21:56 +0100)]
[Keyboard] Add support for the THE30 keyboard (#7390)
くまお工房 [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.
Mihai Olteanu [Tue, 19 Nov 2019 13:41:35 +0000 (15:41 +0200)]
Fix typo and code indentation (#7410)
shela [Tue, 19 Nov 2019 08:38:50 +0000 (17:38 +0900)]
[Docs] Fix Japanese country flag (#7407)
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
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
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)
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
zvecr [Sun, 17 Nov 2019 14:02:26 +0000 (14:02 +0000)]
Run clang-format manually to fix recently changed files
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
Erovia [Sun, 17 Nov 2019 16:04:44 +0000 (17:04 +0100)]
Doc fix to conform with #7221 (#7392)
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
Robert Akhmerov [Sat, 16 Nov 2019 17:20:49 +0000 (20:20 +0300)]
[Docs] Explain Tap Dance interruption (#5520)
QMK Bot [Sat, 16 Nov 2019 07:10:19 +0000 (07:10 +0000)]
format code according to conventions [skip ci]
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.
jotix [Sat, 16 Nov 2019 01:22:48 +0000 (22:22 -0300)]
[Keymap] add_mouse_keys (#7372)
Joel Challis [Sat, 16 Nov 2019 00:07:21 +0000 (00:07 +0000)]
Port SPLIT_USB_DETECT to crkbd (#7195)
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
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
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.
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
moyi4681 [Fri, 15 Nov 2019 08:01:51 +0000 (16:01 +0800)]
[Keyboard] kbdfans keyboards NKRO enable (#7364)
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
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
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
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>
fauxpark [Thu, 14 Nov 2019 23:21:53 +0000 (10:21 +1100)]
Set device version from config.h for V-USB boards (#7316)
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
jotix [Thu, 14 Nov 2019 22:46:53 +0000 (19:46 -0300)]
capslock_led (#7359)
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
Jake Waksbaum [Thu, 14 Nov 2019 20:00:36 +0000 (15:00 -0500)]
Fix shell.nix by pinning nixpkgs (#6213)
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
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
Drashna Jaelre [Thu, 14 Nov 2019 18:54:34 +0000 (10:54 -0800)]
Update debounce docs (#7355)
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
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
QMK Bot [Thu, 14 Nov 2019 08:08:07 +0000 (08:08 +0000)]
format code according to conventions [skip ci]
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>
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>
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
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
fauxpark [Wed, 13 Nov 2019 18:13:27 +0000 (05:13 +1100)]
Update ARM GCC on macOS to 8.3 (#7318)
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)
Joel Challis [Wed, 13 Nov 2019 07:53:05 +0000 (07:53 +0000)]
[CI] Revert to previous logic for branch name and changes (#7343)
Calvin Moody [Wed, 13 Nov 2019 07:10:54 +0000 (02:10 -0500)]
[Keymap] update calbatr0ss layout (#7342)
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
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>
QMK Bot [Wed, 13 Nov 2019 05:24:56 +0000 (05:24 +0000)]
format code according to conventions [skip ci]
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
skullY [Wed, 13 Nov 2019 01:08:55 +0000 (17:08 -0800)]
Make generating keymap.c from JSON more reliable
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
skullY [Wed, 13 Nov 2019 01:21:33 +0000 (17:21 -0800)]
When checking program returncodes treat both 0 and 1 as installed
skullY [Wed, 13 Nov 2019 01:17:12 +0000 (17:17 -0800)]
Add support for newer versions of clang-format, if installed
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>
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
stanrc85 [Tue, 12 Nov 2019 01:32:09 +0000 (20:32 -0500)]
[Keymap] minor config changes (#7334)
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.
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>
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)
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
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
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.
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
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
Joel Challis [Sun, 10 Nov 2019 17:02:46 +0000 (17:02 +0000)]
Fix chibios when mouse and nkro disabled (#7312)
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
fauxpark [Sat, 9 Nov 2019 04:17:36 +0000 (15:17 +1100)]
[Keyboard] Fix readme make examples for some Kingly Keys boards (#7308)
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)
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
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.
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