kiilerix 
							
						 
					 
					
						
						
							
						
						da6d6ce2e1 
					 
					
						
						
							
							Some docs improvements ( #15845 )  
						
						 
						
						... 
						
						
						
						* docs: clarify in "Keymap Overview" what LAYOUT is and isn't
It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.
From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.
Perhaps no big deal, but also no reason to give incorrect hints.
* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1d 
This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.
This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.
* Update docs to use "qmk format-python" 
						
						
					 
					
						2022-03-05 15:58:50 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jouke Witteveen 
							
						 
					 
					
						
						
							
						
						14f886d03b 
					 
					
						
						
							
							[Docs] Address some typos (also in moonlander matrix.c) ( #16248 )  
						
						 
						
						... 
						
						
						
						* [Docs] Fix repeated words
* [Keyboard] Fix moonlander output
The left/right orientation differs from Ergodox EZ. 
						
						
					 
					
						2022-02-06 17:36:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						282e916d86 
					 
					
						
						
							
							Remove use of __flash due to LTO issues ( #15268 )  
						
						 
						
						
						
						
					 
					
						2021-11-24 18:38:49 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						2728603fe6 
					 
					
						
						
							
							Move tmk_core/common/<plat> ( #13918 )  
						
						 
						
						
						
						
					 
					
						2021-11-19 10:41:02 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						aa712b5e28 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-11-17 22:31:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alexis Jeandeau 
							
						 
					 
					
						
						
							
						
						b5d24f9efb 
					 
					
						
						
							
							Call steno_set_mode inside eeconfig_init_user in the doc ( #15176 )  
						
						 
						
						
						
						
					 
					
						2021-11-17 22:30:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Young 
							
						 
					 
					
						
						
							
						
						84ea77ead6 
					 
					
						
						
							
							Remove BOOTMAGIC_ENABLE = lite option ( #15002 )  
						
						 
						
						... 
						
						
						
						* remove BOOTMAGIC_ENABLE=lite setting
* change keyboard BOOTMAGIC_ENABLE rules
Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keyboard BOOTMAGIC_ENABLE inline comments
Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".
* change keymap BOOTMAGIC_ENABLE rules
Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keymap BOOTMAGIC_ENABLE inline comments
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* change layout/user BOOTMAGIC_ENABLE rules/comments
Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/
* remove docs references to Full Bootmagic
* convert data-driven Bootmagic Lite instances
* remove Bootmagic Lite bodge from data-driven generation
* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a
* update docs/ja/config_options.md per mtei
* update docs/faq_misc.md per mtei
Remove remaining Full Bootmagic reference. 
						
						
					 
					
						2021-11-05 08:18:09 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						84d5198ef9 
					 
					
						
						
							
							Align PS/2 GPIO defines ( #14745 )  
						
						 
						
						... 
						
						
						
						* Align PS/2 GPIO
* Align PS/2 GPIO
* refactor more keyboards
* Remove more defines
* Put back avr/chibios split
* format 
						
						
					 
					
						2021-10-20 20:07:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						01b702bece 
					 
					
						
						
							
							Split out HAPTIC_ENABLE to have separate DRIVER option ( #14854 )  
						
						 
						
						... 
						
						
						
						* DRIVER -> ENABLE
* Update generic_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com >
* Update common_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com > 
						
						
					 
					
						2021-10-18 12:55:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						82bff2d80c 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-10-16 08:31:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Takeshi ISHII 
							
						 
					 
					
						
						
							
						
						eddb206369 
					 
					
						
						
							
							add docs/ja/ja_doc_status.sh ( #14402 )  
						
						 
						
						
						
						
					 
					
						2021-10-16 17:31:09 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						9a20bc1f8f 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-10-09 20:04:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shela 
							
						 
					 
					
						
						
							
						
						f216c20fc7 
					 
					
						
						
							
							Update Japanese document ( #14766 )  
						
						 
						
						
						
						
					 
					
						2021-10-09 21:04:00 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						713c32fa5e 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-10-09 20:03:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shela 
							
						 
					 
					
						
						
							
						
						5aca3f613c 
					 
					
						
						
							
							Update Japanese document ( #14767 )  
						
						 
						
						
						
						
					 
					
						2021-10-09 21:03:17 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								shela 
							
						 
					 
					
						
						
							
						
						969596bd67 
					 
					
						
						
							
							Update Japanese document ( #14769 )  
						
						 
						
						
						
						
					 
					
						2021-10-09 21:02:55 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						7c5233e097 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-10-08 10:28:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								s-show 
							
						 
					 
					
						
						
							
						
						7205b70e84 
					 
					
						
						
							
							Translate keycodes us ansi shifted ( #13820 )  
						
						 
						
						... 
						
						
						
						* copy "keycodes_us_ansi_shifted.md" to docs/ja.
* Add japanese translation "docs/keycodes_us_ansi_shifted.md".
* Apply suggestions from code review
Co-authored-by: shela <shelaf@users.noreply.github.com >
* Update docs/ja/keycodes_us_ansi_shifted.md
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com >
Co-authored-by: shela <shelaf@users.noreply.github.com >
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com > 
						
						
					 
					
						2021-10-08 19:28:00 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick Brassel 
							
						 
					 
					
						
						
							
						
						b2a186cf92 
					 
					
						
						
							
							Purge uGFX. ( #14720 )  
						
						 
						
						... 
						
						
						
						* Purge uGFX.
* Remove remnants of visualizer.
* Remove remnants of uGFX. 
						
						
					 
					
						2021-10-07 10:57:48 +11:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						de4a7131df 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-10-01 08:25:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						e54a57d32a 
					 
					
						
						
							
							[Docs] update Japanese translation of mod_tap.md ( #13981 )  
						
						 
						
						... 
						
						
						
						* update mod_tap.md translation
* add id on config_options.md and update text based on comments 
						
						
					 
					
						2021-10-01 17:24:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						3a2a39e5ec 
					 
					
						
						
							
							Initial pass of F405 support ( #14584 )  
						
						 
						
						... 
						
						
						
						* Initial pass of F405 support
* remove some conf files
* docs
* clang 
						
						
					 
					
						2021-09-25 00:19:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Drashna Jael're 
							
						 
					 
					
						
						
							
						
						675c5a5e12 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-24 12:21:32 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						30140f48d0 
					 
					
						
						
							
							[Docs] update Japanese translation of pr_checklist.md ( #13693 )  
						
						 
						
						... 
						
						
						
						* update pr_checklist.md translation
* update file based on comments
* add id on feature_led_indicators.md and update text based on comments
* update file based on comments
* update file based on comment 
						
						
					 
					
						2021-09-24 14:51:34 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						399d26c990 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-23 04:03:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						0fc15f4d30 
					 
					
						
						
							
							[Docs] update Japanese translation of feature_backlight.md ( #14403 )  
						
						 
						
						... 
						
						
						
						* update feature_backlight.md translation
* update file based on comments 
						
						
					 
					
						2021-09-23 13:02:32 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						125d4c413f 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-23 04:02:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						7f0c397c72 
					 
					
						
						
							
							[Docs] update Japanese translation of feature_advanced_keycodes.md ( #14309 )  
						
						 
						
						... 
						
						
						
						* update feature_advanced_keycodes.md translation
* update file based on comments 
						
						
					 
					
						2021-09-23 13:01:42 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						3edd4bc48f 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-23 03:59:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						5347577346 
					 
					
						
						
							
							[Docs] update Japanese translation of isp_flashing_guide.md ( #13700 )  
						
						 
						
						... 
						
						
						
						* update isp_flashing_guide.md translation
* update isp_flashing_guide.md translation
* correct url
* trim remaining merge identifier 
						
						
					 
					
						2021-09-23 12:58:56 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						787cce1415 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-23 03:55:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						7bfc6083b7 
					 
					
						
						
							
							[Docs] update Japanese translation of feature_leader_key.md ( #13669 )  
						
						 
						
						... 
						
						
						
						* update feature_leader_key.md translation
* update file based on comments
* update text based on comments 
						
						
					 
					
						2021-09-23 12:55:19 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						e41f1e9460 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-23 03:53:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						618a28c6ae 
					 
					
						
						
							
							[Docs] update Japanese translation of one_shot_keys.md ( #13656 )  
						
						 
						
						... 
						
						
						
						* update one_shot_keys.md translation
* update one_shot_keys.md translation
* correct paramter for function
* add change of #13754  
						
						
					 
					
						2021-09-23 12:52:53 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						8670a3c86c 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-21 23:40:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dasky 
							
						 
					 
					
						
						
							
						
						45f88af4a1 
					 
					
						
						
							
							[Docs] update suspend_*_user examples ( #14542 )  
						
						 
						
						
						
						
					 
					
						2021-09-21 16:40:19 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						e3c010e179 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-09-21 14:53:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dasky 
							
						 
					 
					
						
						
							
						
						19e33b685f 
					 
					
						
						
							
							[Docs] Modify encoder_update_user example to return false ( #14541 )  
						
						 
						
						
						
						
					 
					
						2021-09-21 07:52:57 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						0fa217a5b7 
					 
					
						
						
							
							Align ChibiOS I2C defs with other drivers ( #14399 )  
						
						 
						
						... 
						
						
						
						* Align ChibiOS I2C defs with other drivers
* Update keyboards/xelus/valor_frl_tkl/config.h
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Ryan <fauxpark@gmail.com > 
						
						
					 
					
						2021-09-12 15:41:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								umi 
							
						 
					 
					
						
						
							
						
						10362777a5 
					 
					
						
						
							
							update compatible_microcontrollers.md translation ( #14401 )  
						
						 
						
						
						
						
					 
					
						2021-09-12 16:08:22 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ryan 
							
						 
					 
					
						
						
							
						
						4791cfae1a 
					 
					
						
						
							
							Remove width, height and key_count from info.json ( #14274 )  
						
						 
						
						
						
						
					 
					
						2021-09-12 14:04:56 +10:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Zach White 
							
						 
					 
					
						
						
							
						
						b705020daf 
					 
					
						
						
							
							move everything from qmkfm/base_container to qmkfm/qmk_cli ( #14230 )  
						
						 
						
						
						
						
					 
					
						2021-08-29 16:41:56 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						ce379ef458 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-08-20 22:32:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Spaceman 
							
						 
					 
					
						
						
							
						
						c71d67ba3f 
					 
					
						
						
							
							[Core] [Docs] Remove travis-ci references ( #13916 )  
						
						 
						
						
						
						
					 
					
						2021-08-20 23:31:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XScorpion2 
							
						 
					 
					
						
						
							
						
						9d1c98c891 
					 
					
						
						
							
							Added right vs left specific pin assignments for dip switch ( #13074 )  
						
						 
						
						... 
						
						
						
						* Added right vs left specific pin assignments for dip switch
* Update feature_dip_switch.md
* Ran formatting tools 
						
						
					 
					
						2021-08-19 18:39:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								QMK Bot 
							
						 
					 
					
						
						
							
						
						a6d2993fc5 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into develop  
						
						 
						
						
						
						
					 
					
						2021-08-17 16:14:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								s-show 
							
						 
					 
					
						
						
							
						
						ab10ce4932 
					 
					
						
						
							
							update feature_tap_dance.md translation ( #13496 )  
						
						 
						
						... 
						
						
						
						* update feature_tap_dance.md translation
* Update docs/ja/feature_tap_dance.md
Co-authored-by: shela <shelaf@users.noreply.github.com >
* update based on comment.
Co-authored-by: shela <shelaf@users.noreply.github.com > 
						
						
					 
					
						2021-08-18 01:13:09 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Drashna Jaelre 
							
						 
					 
					
						
						
							
						
						477365912d 
					 
					
						
						
							
							Fix some additional bootmagic settings ( #13979 )  
						
						 
						
						
						
						
					 
					
						2021-08-12 13:03:40 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Joel Challis 
							
						 
					 
					
						
						
							
						
						c0628c2820 
					 
					
						
						
							
							Remove backwards compatibility of debounce names ( #13877 )  
						
						 
						
						... 
						
						
						
						* Remove backwards compatibility of debounce names
* Update docs
* Update keyboards/keymaps 
						
						
					 
					
						2021-08-09 19:46:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								thpoll83 
							
						 
					 
					
						
						
							
						
						b43c6bc176 
					 
					
						
						
							
							Add support for STM32F407x MCUs. ( #13718 )  
						
						 
						
						... 
						
						
						
						* Add support for STM32F407x MCUs.
* Removing STMF407 MCU variation
* Update quantum/mcu_selection.mk
Remove options for dfu flashing
Co-authored-by: Ryan <fauxpark@gmail.com >
* DISABLE STM32_USB_USE_OTG1
* Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h
Co-authored-by: Drashna Jaelre <drashna@live.com >
* Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h
Co-authored-by: thomas.pollak <thomas.pollak@dynatrace.com >
Co-authored-by: Ryan <fauxpark@gmail.com >
Co-authored-by: Drashna Jaelre <drashna@live.com >
Co-authored-by: Nick Brassel <nick@tzarc.org > 
						
						
					 
					
						2021-08-09 06:52:13 +10:00