parent
f3d52d8fe8
commit
035e7fdb8b
11 changed files with 81 additions and 21 deletions
21
keyboards/boardsource/lulu/avr/info.json
Normal file
21
keyboards/boardsource/lulu/avr/info.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"development_board": "elite_c",
|
||||
"matrix_pins": {
|
||||
"cols": ["F6", "F7", "B1", "B3", "B2", "B6"],
|
||||
"rows": ["C6", "D7", "E6", "B4", "B5"]
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"rgblight": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{ "pin_a": "F0", "pin_b": "F1" }
|
||||
]
|
||||
}
|
||||
}
|
1
keyboards/boardsource/lulu/avr/rules.mk
Normal file
1
keyboards/boardsource/lulu/avr/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
# This file intentionally left blank
|
Loading…
Add table
Add a link
Reference in a new issue