mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Reference issue #524 from the unit tests
This commit is contained in:
		
							parent
							
								
									60b1880a62
								
							
						
					
					
						commit
						41efcd6d73
					
				| @ -111,6 +111,9 @@ TEST_F(KeyPress, RightShiftLeftControlAndCharWithTheSameKey) { | |||||||
|     press_key(6, 0); |     press_key(6, 0); | ||||||
|     // BUG: The press is split into two reports
 |     // BUG: The press is split into two reports
 | ||||||
|     // BUG: It reports RSFT instead of LSFT
 |     // BUG: It reports RSFT instead of LSFT
 | ||||||
|  |     // See issue #524 for more information
 | ||||||
|  |     // The underlying cause is that we use only one bit to represent the right hand
 | ||||||
|  |     // modifiers.
 | ||||||
|     EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_RSFT, KC_RCTRL))); |     EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_RSFT, KC_RCTRL))); | ||||||
|     EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_RSFT, KC_RCTRL, KC_O))); |     EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_RSFT, KC_RCTRL, KC_O))); | ||||||
|     keyboard_task(); |     keyboard_task(); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Fred Sundvik
						Fred Sundvik