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 Iris LM series of keyboards #24510

Merged
merged 10 commits into from
Oct 23, 2024
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
Move serial driver settings to json, remove wear-leveling settings th…
…at are already default
  • Loading branch information
nooges committed Oct 21, 2024
commit 7af6449a1b010e31c9629401bcf5290568684a28
6 changes: 5 additions & 1 deletion keyboards/keebio/iris_lm/g1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"encoder": true,
"extrakey": true,
"mousekey": true,
"rgb_matrix": true
},
"encoder": {
"enabled": true,
"rotary": [
{"pin_a": "A15", "pin_b": "C10"},
{"pin_a": "B13", "pin_b": "B12"}
Expand Down Expand Up @@ -38,6 +39,9 @@
"rows": ["C4", "A7", "B14", "B5", "F1"]
}
},
"serial": {
"driver": "usart"
},
"transport": {
"sync" :{
"matrix_state": true
Expand Down
3 changes: 0 additions & 3 deletions keyboards/keebio/iris_lm/g1/rules.mk

This file was deleted.

4 changes: 4 additions & 0 deletions keyboards/keebio/iris_lm/k1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"rgb_matrix": true
Expand All @@ -23,6 +24,9 @@
"rows": ["C4", "A7", "A6", "B5", "F1"]
}
},
"serial": {
"driver": "usart"
},
"transport": {
"sync" :{
"matrix_state": true
Expand Down
3 changes: 0 additions & 3 deletions keyboards/keebio/iris_lm/k1/rules.mk

This file was deleted.