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

Custom crkbd #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
Next Next commit
comment usage of D2 and D3 out, disable MASTER_LEFT
  • Loading branch information
fgebhart committed Feb 5, 2023
commit 03ce86c53f02e9c5a1a7572f8f1c73c5d8f95d4e
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/fgebhart/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* Select hand configuration */

#define MASTER_LEFT
// #define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS

Expand Down
4 changes: 2 additions & 2 deletions keyboards/crkbd/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define SOFT_SERIAL_PIN D2
// #define SOFT_SERIAL_PIN D2

/* ws2812 RGB LED */
#define RGB_DI_PIN D3
// #define RGB_DI_PIN D3

#ifdef RGBLIGHT_ENABLE
# define RGBLED_NUM 54 // Number of LEDs
Expand Down