You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Niko Wenselowski 1f42a8ccdd
Fix test logic to check for both keymaps (#17761)
Python will evaluate first the left and then the right side of the and operator.

The left side would previously return True based on the truthiness logic that treats any non-emptry string as true.

It would not check if the desired keymap exists.

If the left side is true it will evaluate the right side which will check for the existance of a specific keymap.

With this change the check for existance of two keymaps is implemented.
3 years ago
..
arm_atsam/packs CTRL keyboard bootloader_jump support 7 years ago
chibios@257302333c ChibiOS 21.11.1 update. (#16251) 4 years ago
chibios-contrib@2a6b73ff51 Update ChibiOS-Contrib (#16915) 4 years ago
googletest@e2239ee604 Bump gtest (#13885) 4 years ago
lib8tion Spirals, Pinwheels, and Documentation....Oh My! RGB Matrix Effects (#5877) 7 years ago
lufa@19a5d533f0 Update LUFA Submodule (2021-07-30) (#13819) 4 years ago
printf@d3b984684b 2020 May 30 Breaking Changes Update (#9215) 6 years ago
python Fix test logic to check for both keymaps (#17761) 3 years ago
usbhost Move USB Host Shield and Arduino core to `lib/` (#13973) 4 years ago
vusb@bdb53e4c04 Update vusb to match 3rd endpoint. (#9020) 5 years ago