Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT Adelais
|
||||
|
||||
#define MATRIX_ROW_PINS { B1, A0, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { A10, A9, A8, B15, B14, B13, B12, B11, B10, B8, B4, B5, B3, C14, A15 }
|
||||
|
||||
|
3
keyboards/mechlovin/adelais/standard_led/arm/info.json
Normal file
3
keyboards/mechlovin/adelais/standard_led/arm/info.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"keyboard_name": "Adelais"
|
||||
}
|
@@ -1,3 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD01
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD01"
|
||||
}
|
||||
}
|
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD02
|
||||
|
||||
#define ENCODERS_PAD_A { A6, A4, B7 }
|
||||
#define ENCODERS_PAD_B { A5, A3, B6 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD02"
|
||||
}
|
||||
}
|
@@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD03
|
||||
|
||||
#define ENCODERS_PAD_A { A6, A4, B7 }
|
||||
#define ENCODERS_PAD_B { A5, A3, B6 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xAD03"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user