In this post, there's a discussion on single DES not having a key that yields the identity function. It mentions at the top:
That proposition is false for 2DES (EE), even restricted to one key, because twice applying encryption with the all-zero key (and the Final Swap built into the Final Permutation) yields identity.
Why is that so? Is it because there's an even number of rounds and so the second DES would act like the decryption for that key?
If so, would that mean that using all 1s also acts as a decryptor (i.e. $DES_{1}(DES_{1}(m)) = DES^{-1}_{1}(DES_{1}(m))$)?