Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						d997fe1a4a
					
				
					 70 changed files with 3906 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,6 +9,9 @@
 | 
			
		|||
        "rows": ["A4", "A5", "A3", "A2", "A1"]
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "COL2ROW",
 | 
			
		||||
    "features": {
 | 
			
		||||
        "backlight": true
 | 
			
		||||
    },
 | 
			
		||||
    "backlight": {
 | 
			
		||||
        "pin": "B8",
 | 
			
		||||
        "breathing": true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,6 +9,9 @@
 | 
			
		|||
        "rows": ["A0", "A1", "A2", "A3", "A4"]
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "COL2ROW",
 | 
			
		||||
    "features": {
 | 
			
		||||
        "backlight": true
 | 
			
		||||
    },
 | 
			
		||||
    "backlight": {
 | 
			
		||||
        "pin": "D4",
 | 
			
		||||
        "breathing": true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										22
									
								
								keyboards/mechlovin/mechlovin9/rev3/info.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								keyboards/mechlovin/mechlovin9/rev3/info.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
{
 | 
			
		||||
    "keyboard_name": "Mechlovin9 Rev3",
 | 
			
		||||
    "processor": "STM32F103",
 | 
			
		||||
    "bootloader": "stm32duino",
 | 
			
		||||
    "usb": {
 | 
			
		||||
        "pid": "0x6509",
 | 
			
		||||
        "device_version": "0.0.3"
 | 
			
		||||
    },
 | 
			
		||||
    "features": {
 | 
			
		||||
        "backlight": false
 | 
			
		||||
    },
 | 
			
		||||
    "bootmagic": {
 | 
			
		||||
        "matrix": [0, 13]
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "rows": ["B12", "B13", "B14", "B15", "A1"],
 | 
			
		||||
        "cols": ["B11", "B10", "B2", "B1", "B0", "A6", "A5", "A4", "A3", "C13", "B7", "B6", "B5", "B4", "B3"]
 | 
			
		||||
    },
 | 
			
		||||
    "indicators": {
 | 
			
		||||
        "caps_lock": "B9"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										23
									
								
								keyboards/mechlovin/mechlovin9/rev3/readme.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								keyboards/mechlovin/mechlovin9/rev3/readme.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,23 @@
 | 
			
		|||
# mechlovin9
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
A 65% PCB, compatible with Kyuu.
 | 
			
		||||
 | 
			
		||||
* Keyboard Maintainer: [Team Mechlovin](https://github.com/mechlovin)
 | 
			
		||||
* Hardware Supported: Kyuu Keyboard.
 | 
			
		||||
* Hardware Availability: [Reddit GB](https://www.reddit.com/r/mechmarket/comments/i61par/gb_mechlovin_9_a_kyuu_65_keyboard_compatible_pcb/)
 | 
			
		||||
 | 
			
		||||
Make example for this keyboard (after setting up your build environment):
 | 
			
		||||
 | 
			
		||||
    make mechlovin/mechlovin9/rev3:default
 | 
			
		||||
 | 
			
		||||
Flashing example for this keyboard:
 | 
			
		||||
 | 
			
		||||
    make mechlovin/mechlovin9/rev3:default:flash
 | 
			
		||||
 | 
			
		||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
 | 
			
		||||
 | 
			
		||||
## Bootloader
 | 
			
		||||
 | 
			
		||||
**Reset Key:** To put the mechlovin9 PCB into bootloader, hold ESC and plug cable.
 | 
			
		||||
							
								
								
									
										0
									
								
								keyboards/mechlovin/mechlovin9/rev3/rules.mk
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								keyboards/mechlovin/mechlovin9/rev3/rules.mk
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -7,7 +7,6 @@ EXTRAKEY_ENABLE = yes       # Audio control and System control
 | 
			
		|||
CONSOLE_ENABLE = no         # Console for debug
 | 
			
		||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
			
		||||
NKRO_ENABLE = no            # Enable N-Key Rollover
 | 
			
		||||
BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
 | 
			
		||||
RGBLIGHT_ENABLE = no        # Enable keyboard RGB underglow
 | 
			
		||||
AUDIO_ENABLE = no           # Audio output
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue