Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for ymd75 rev3 #10483

Merged
merged 5 commits into from
Oct 4, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
only apply offset for rev3
  • Loading branch information
SoMuchForSubtlety committed Oct 3, 2020
commit 03d99aae17e6df68f2a3720a94f7e17a5bf6c3e0
1 change: 0 additions & 1 deletion keyboards/ymd75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define BACKLIGHT_PIN D4
#define BACKLIGHT_LEVELS 12
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4

#define RGB_DI_PIN E2
#define RGBLED_NUM 16
Expand Down
1 change: 1 addition & 0 deletions keyboards/ymd75/rev3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4 }
#define DIODE_DIRECTION ROW2COL
#define DEVICE_VER 0x0300
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4