Skip to content

Commit

Permalink
Complete suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daneski13 committed Jan 6, 2023
1 parent 2b0b24e commit f1700e8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion keyboards/junco/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Junco <!-- omit from toc -->

![Junco](https://github.com/Daneski13/Junco/raw/main/img/Junco.webp)
![Junco](https://i.imgur.com/WzZaIgQ.jpg)

Junco is a 60% Raspberry Pi Pico powered split keyboard boasting a 4x6 layout with an aggressive columnar stagger. It has 5 "thumb" keys on either side, support for 2-4 rotary encoders, and per-key RGB lighting.

Expand Down
5 changes: 0 additions & 5 deletions keyboards/junco/config.h

This file was deleted.

1 change: 0 additions & 1 deletion keyboards/junco/junco.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#pragma once

#include "quantum.h"
#include "rev1.h"

typedef union {
uint32_t raw;
Expand Down
3 changes: 0 additions & 3 deletions keyboards/junco/keymaps/via/README.md

This file was deleted.

9 changes: 1 addition & 8 deletions keyboards/junco/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

#pragma once

// Key matrix size (Rows are doubled-up for split)
#define MATRIX_ROWS 10
#define MATRIX_COLS 6

// Electrical Wiring Stuff
#define MATRIX_ROW_PINS \
{ GP8, GP9, GP10, GP11, GP12 }
Expand All @@ -16,7 +12,6 @@

// Split Keyboard Stuff
#define EE_HANDS // Sets the keyboard’s handedness using EEPROM
#define SPLIT_USB_DETECT // USB Detection to decide which side is "master"
#define SERIAL_USART_FULL_DUPLEX // Use full duplex communication (TRRS)
#define SERIAL_USART_TX_PIN GP0 // USART TX pin
#define SERIAL_USART_RX_PIN GP1 // USART RX pin
Expand All @@ -25,9 +20,7 @@
#ifdef RGB_MATRIX_ENABLE

# define RGB_DI_PIN GP15 // Pin for RGB logic
# define RGBLED_NUM 74 // Number of LEDs
# define DRIVER_LED_TOTAL RGBLED_NUM
# define RGB_MATRIX_LED_COUNT RGBLED_NUM
# define RGB_MATRIX_LED_COUNT 74
# define RGB_MATRIX_SPLIT \
{ 37, 37 } // 37 LEDs on each side

Expand Down
8 changes: 1 addition & 7 deletions keyboards/junco/rev1/post_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later

/* Default Bootmagic lite */
// Top left for left side
#ifndef BOOTMAGIC_LITE_ROW
# define BOOTMAGIC_LITE_ROW 0
#endif
#ifndef BOOTMAGIC_LITE_COLUMN
# define BOOTMAGIC_LITE_COLUMN 0
#endif
// Top left for left side is default in core

// Top right for right side
#ifndef BOOTMAGIC_LITE_ROW_RIGHT
Expand Down
4 changes: 0 additions & 4 deletions keyboards/junco/rev1/rev1.h

This file was deleted.

0 comments on commit f1700e8

Please sign in to comment.