[Keyboard] Add boardsource/the_q (#23782)
* initial unsplit keyboard * move shared code * unsplit: fix underglow led x,y & remove unecessary code * unsplit: remove split code & tidy readme * unsplit: limit brightness & community layout * rename keyboard * the_q: tidy keymap & readme * lulu: remove accidental build target * rename file
This commit is contained in:
parent
07fd206370
commit
c97ec805cd
13 changed files with 314 additions and 283 deletions
14
keyboards/boardsource/the_q/the_q.c
Normal file
14
keyboards/boardsource/the_q/the_q.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2024 jack (@waffle87)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#include "quantum.h"
|
||||
#include "lib/oled.h"
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
bool oled_task_kb(void) {
|
||||
if (!oled_task_user()) {
|
||||
return false;
|
||||
}
|
||||
render_layer_state();
|
||||
return false;
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue