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 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
chibios-contrib@2a6b73ff51 Update ChibiOS-Contrib (#16915) 2022-04-22 09:14:00 +01:00
googletest@e2239ee604 Bump gtest (#13885) 2021-08-05 10:46:14 +10:00
lib8tion
lufa@19a5d533f0 Update LUFA Submodule (2021-07-30) (#13819) 2021-07-31 06:08:44 -07:00
printf@d3b984684b
python Fix test logic to check for both keymaps (#17761) 2022-07-23 17:42:19 +01:00
usbhost Move USB Host Shield and Arduino core to lib/ (#13973) 2021-08-18 18:20:25 +10:00
vusb@bdb53e4c04