summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-16Make atmel-dfu and chibios-dfu flashing behave more like caterina flashing. ↵Purdea Andrei
(#12552) This commit makes atmel-dfu and chibios-dfu bootloaders retry to detect the bootloader every 0,5 seconds (now configurable via the BOOTLOADER_RETRY_TIME makefile variable), and a period is printed after every try. This is a much more pleasant behaviour than the 5s retry timeout.
2021-06-15[Keyboard] suv (#12957)AlisGraveNil
2021-06-15[Keyboard] hatchback (#12958)AlisGraveNil
2021-06-15[Keyboard] Add via support for the Leopold FC980C (#12860)John Graham
2021-06-15[Keymap] ANAVI Macro Pad 2 add Skype keymap (#12664)Leon Anavi
This keymap for ANAVI Macro Pad 2 contains a couple of Skype shortcuts for MS Windows and GNU/Linux distributions: - Ctrl+M: Mute/unmute microphone - Ctrl+Shift+K: Start/stop camera Signed-off-by: Leon Anavi <leon@anavi.org>
2021-06-15[Keymap] add new keymap for pteron (#12474)Fidel Coria
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-15[Docs] Update one_shot_keys.md (#12291)Thomas Museus Dabay
2021-06-15[Keyboard] Add 'LAYOUT_65_ansi_split_bs_2_right_mods' support to KBDfans ↵Andy Freeland
KBD67 rev2 (#12053)
2021-06-16add tender/macrowo_pad (#12786)Brandon Claveria
* add tender/macrowo_pad * add another layer for via keymap Co-authored-by: Swiftrax <swiftrax@gmail.com>
2021-06-14[Keymap] Update readme for ploopy nano keymap (#12733)Dustin Bosveld
The readme from the Ploopy Mini was accidentally put as the Ploopy Nano readme. The Ploopy Nano does not ship with VIA by default.
2021-06-14Ensure that safe_commands always run (#13199)Zach White
* ensure that safe_commands always run * import the config subcommand in bin/qmk
2021-06-14[Docs] Update Japanese newbs_learn_more_resources.md (#12839)shela
* Update Japanese newbs_learn_more_resources.md document. * Slightly modded
2021-06-13[Docs] Update feature_split_keyboard.md (#13205)Markus Knutsson
2021-06-13vscode: specify yapf as the formatting provider (#13206)Zach White
2021-06-13[Docs] update Japanese translation of feature_pointing_device.md (#12753)umi
* update feature_pointing_device.md translation * update based on comment
2021-06-13[Docs] Update Japanese newbs_flashing.md (#12837)shela
* Update Japanese newbs_flashing.md document. * Slightly modded * Apply suggestions from code review
2021-06-13Update Japanese newbs.md document. (#12835)shela
2021-06-13[Docs] Japanese translation of docs/data_driven_config.md (#12066)Takeshi ISHII
* add docs/ja/data_driven_config.md * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: s-show <s1shimz@gmail.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/data_driven_config.md Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: s-show <s1shimz@gmail.com> Co-authored-by: shela <shelaf@users.noreply.github.com>
2021-06-11Add Matrix 8XV1.2 OG rev1 PCB (#11614)kb-elmo
* add v1 12og pcb * update * matrix changes for testing * Update matrix.c * finalized files * rename board versions * update readmes * typo in readme * fix board filenames * Update keyboards/matrix/m12og/rev1/rev1.c Co-authored-by: Drashna Jaelre <drashna@live.com> * change function * update halconf and chconf * merge master * Update readme.md * Update readme.md * Update readme.md Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-10[Keyboard] Add Loop, Nano and Work boards from Work Louder (#12756)Drashna Jaelre
2021-06-10Slightly more prominent LUFA Mass-storage bootloader warning. (#13163)Nick Brassel
2021-06-09Add support for LAZYDESIGNERS/THE60/rev2 (#13015)jackytrabbit
Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-09update via keymap (#13145)Xelus22
2021-06-09Allow limiting the multibuild based on keymap name. (#13066)Nick Brassel
2021-06-09Migrate preonic/rev3 to pwm ws2812 driver (#13142)Joel Challis
2021-06-09Fix Bug with (RGB|LED)_DISABLE_WHEN_USB_SUSPENDED define (#13060)Drashna Jaelre
2021-06-08Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan
* Set bootloader to stm32-dfu for STM32F303 * Set bootloader to stm32-dfu for STM32F0x2 * Set bootloader to stm32-dfu for STM32F4x1 * Set bootloader to stm32duino for sowbug * Delete redundant bootloader_defs headers * Add some missing MCU name comments * Move APM32 dfu-suffix overrides underneath bootloader * Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-06-08Update requirements.txt (#13135)Joel Challis
2021-06-07Move hid and pyusb to requirements.txt (#13134)Zach White
* Add his and pyusb to * Update requirements-dev.txt
2021-06-08Update Japanese newbs_building_firmware_configurator.md document. (#12836)shela
2021-06-08update ref_functions.md translation (#12784)umi
2021-06-08update one_shot_keys.md translation (#12771)umi
2021-06-08update hardware_avr.md translation (#12760)umi
2021-06-08update feature_rawhid.md translation (#12759)umi
2021-06-08[Docs] update Japanese translation of custom_quantum_functions.md (#12715)umi
* update custom_quantum_functions.md translation * update custom_quantum_functions.md translation * explicitly describe pronoun * update based on comment * update based on comment
2021-06-07Add default `ortho_1x1` layout (#13118)Ryan
2021-06-06[Docs] added basic midi documention of common features (#13113)wxyangf
Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-06-06[Keyboard] Add program yoink via keymap (#12645)Matthew Dias
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-06[Keyboard] add molecule (#12601)bbrfkr
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-06-06Fixed ISO keyboard layout for the Mysterium rev1.1 board (#12531)HalfHeuslerAlloy
2021-06-06[Keymap] add id80/ansi/keymaps/msf (#11957)Miguel Filipe
2021-06-07Corrected Number-pad numbers (#13057)Nathan_Blais
2021-06-06JETVAN: Add initial support (#12790)TerryMathews
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-06-06Update Japanese document (#10670)shela
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
2021-06-06update feature_layers.md translation (#12752)umi
2021-06-05Fix includes for pmw3360 driver (#13108)Drashna Jaelre
2021-06-03kbdfans/kbd67/rev2: add LAYOUT_65_ansi_split_space layout data (#13102)James Young
2021-06-03Fix caps lock indicator on Bear65 PCB (#12966)stanrc85
2021-06-03[Keymap] Update bcat's split_3x6_3 for Crkbd legacy removal (#13097)Jonathan Rascher
2021-06-03`qmk multibuild`: Fix bug with Path objects (#13093)Ryan