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

Move keyboard USB IDs and strings to data driven: develop #18152

Merged
merged 2 commits into from
Aug 24, 2022
Merged
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
Also do new onekeys
fauxpark committed Aug 24, 2022
commit b278351593f178dd76b083f1facf92ce1421dc49
2 changes: 0 additions & 2 deletions keyboards/handwired/onekey/bluepill_f103c6/config.h
Original file line number Diff line number Diff line change
@@ -18,8 +18,6 @@

#include "config_common.h"

#define PRODUCT Onekey Bluepill STM32F103C6

#define MATRIX_COL_PINS { B0 }
#define MATRIX_ROW_PINS { A7 }
#define UNUSED_PINS
3 changes: 3 additions & 0 deletions keyboards/handwired/onekey/bluepill_f103c6/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey Bluepill STM32F103C6"
}
1 change: 0 additions & 1 deletion keyboards/handwired/onekey/kb2040/config.h
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@

#include "config_common.h"

#define PRODUCT Onekey Raspberry Pi RP2040
#define MATRIX_COL_PINS \
{ GP4 }
#define MATRIX_ROW_PINS \
3 changes: 3 additions & 0 deletions keyboards/handwired/onekey/kb2040/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey KB2040"
}
1 change: 0 additions & 1 deletion keyboards/handwired/onekey/rp2040/config.h
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@

#include "config_common.h"

#define PRODUCT Onekey Raspberry Pi RP2040
#define MATRIX_COL_PINS \
{ GP4 }
#define MATRIX_ROW_PINS \
3 changes: 3 additions & 0 deletions keyboards/handwired/onekey/rp2040/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey RP2040"
}
2 changes: 0 additions & 2 deletions keyboards/handwired/onekey/teensy_35/config.h
Original file line number Diff line number Diff line change
@@ -19,8 +19,6 @@
// TODO: including this causes "error: expected identifier before '(' token" errors
//#include "config_common.h"

#define PRODUCT Onekey Teensy 3.5

#define MATRIX_COL_PINS { D5 } // 20/A6
#define MATRIX_ROW_PINS { B2 } // 19/A5

3 changes: 3 additions & 0 deletions keyboards/handwired/onekey/teensy_35/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey Teensy 3.5"
}