summaryrefslogtreecommitdiff
path: root/board/prism/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/prism/board.c')
-rw-r--r--board/prism/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/prism/board.c b/board/prism/board.c
index e35eaf9ef5..dc5c042db1 100644
--- a/board/prism/board.c
+++ b/board/prism/board.c
@@ -87,7 +87,6 @@ struct rgbkbd rgbkbds[] = {
.col_len = RGB_GRID0_COL,
.row_len = RGB_GRID0_ROW,
},
- .init = &rgbkbd_default,
.buf = grid0,
},
[1] = {
@@ -97,7 +96,6 @@ struct rgbkbd rgbkbds[] = {
.col_len = RGB_GRID1_COL,
.row_len = RGB_GRID1_ROW,
},
- .init = &rgbkbd_default,
.buf = grid1,
},
};