Added docs, and removed some old, not needed docs

This commit is contained in:
Kyle Brown
2018-12-10 18:48:32 -08:00
parent e6acef9648
commit 5ef6a7a96a
3 changed files with 2 additions and 9 deletions

View File

@@ -147,7 +147,6 @@ class Firmware:
assert self.col_pins, 'no GPIO pins defined for matrix columns'
assert self.diode_orientation is not None, 'diode orientation must be defined'
# Split keyboard Init
if self.split_flip and not self._master_half():
self.col_pins = list(reversed(self.col_pins))