From b28f6cfc39c9bed1b421dcb0f48dc64f7d8dd012 Mon Sep 17 00:00:00 2001 From: Nathaniel Schweinberg <314009+nathanielks@users.noreply.github.com> Date: Sat, 10 Apr 2021 20:39:37 -0500 Subject: [PATCH] docs: remove unnecessary comments in dactyl_manuform_4x5.dtsi --- .../dactyl_manuform_4x5/dactyl_manuform_4x5.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/boards/shields/dactyl_manuform_4x5/dactyl_manuform_4x5.dtsi b/app/boards/shields/dactyl_manuform_4x5/dactyl_manuform_4x5.dtsi index ae31542a..3ea8f033 100644 --- a/app/boards/shields/dactyl_manuform_4x5/dactyl_manuform_4x5.dtsi +++ b/app/boards/shields/dactyl_manuform_4x5/dactyl_manuform_4x5.dtsi @@ -35,11 +35,11 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(2,6) RC(2,7) diode-direction = "col2row"; row-gpios - = <&pro_micro_a 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row A from the schematic file - , <&pro_micro_d 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row B from the schematic file - , <&pro_micro_d 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row C from the schematic file - , <&pro_micro_d 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row D from the schematic file - , <&pro_micro_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row E from the schematic file + = <&pro_micro_a 0 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&pro_micro_d 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&pro_micro_d 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&pro_micro_d 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> + , <&pro_micro_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> ; };