]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Fix pinout of Levinson Rev 1 scrap sale boards to use non-jumpered pinout...
authorDanny <nooges@users.noreply.github.com>
Mon, 20 May 2019 17:16:40 +0000 (13:16 -0400)
committerDrashna Jaelre <drashna@live.com>
Mon, 20 May 2019 17:16:40 +0000 (10:16 -0700)
keyboards/keebio/levinson/rev1/config.h

index 0359796febd8a7d1aaeacf0a4f54b1e3fce345d9..eec95f7278b69e3502083f624d94683cf777f362 100644 (file)
@@ -36,7 +36,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 // wiring of each half
 #define MATRIX_ROW_PINS { D7, E6, B4, B5 }
-#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, F4 }
+#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
 
 /* Set 0 if debouncing isn't needed */
 #define DEBOUNCING_DELAY 5
@@ -55,5 +55,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define RGBLED_NUM 12    // Number of LEDs
 
 /* Backlight LEDs */
-#define BACKLIGHT_PIN B6
+#define BACKLIGHT_PIN C6
 #define BACKLIGHT_LEVELS 7