Remove deprecated RGB_ and Mouse keycodes (#25444)
* Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
This commit is contained in:
parent
71b88b333d
commit
6b38dc17cd
325 changed files with 911 additions and 964 deletions
|
|
@ -131,7 +131,7 @@ TEST_F(Pointing, CorrectButtonIsReportedWhenPressed) {
|
|||
|
||||
TEST_F(Pointing, CorrectButtonIsReportedWhenKeyPressed) {
|
||||
TestDriver driver;
|
||||
auto key = KeymapKey(0, 0, 0, KC_MS_BTN1);
|
||||
auto key = KeymapKey(0, 0, 0, QK_MOUSE_BUTTON_1);
|
||||
set_keymap({key});
|
||||
|
||||
EXPECT_MOUSE_REPORT(driver, (0, 0, 0, 0, 1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue