qmk_firmware/lib
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.
2022-07-23 17:42:19 +01:00
..
arm_atsam/packs
chibios@257302333c
chibios-contrib@2a6b73ff51
googletest@e2239ee604
lib8tion
lufa@19a5d533f0
printf@d3b984684b
python
usbhost
vusb@bdb53e4c04