forked from mirrors/qmk_userspace
[keyboard] Clueboard 2x1800 2021 Support (#13220)
* 2x1800 2021 * add support for writing a whole frame at a time * improvements * wip * fix scrolling * small tweak * add a buffer that's larger than the display * add the start of a font * working upper and lower case letters * add qmk animation * integrate the message sign into the qmk task system * add encoder defaults * add MAX7219_LED_CUSTOM to config.h * tweaks * remove unneeded keymaps * add a keymap showing how to control the signboard * cleanup * cleanup * add a way to disable the startup test * make it easier to define options at the keymap level * Fix define names Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com> * Apply suggestions from gcochard Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com> * feedback from noroads * format info.json Co-authored-by: Greg Cochard <gcochard@users.noreply.github.com>
This commit is contained in:
parent
18c6e1d46d
commit
9d0b7ab9b9
18 changed files with 1440 additions and 0 deletions
1
keyboards/clueboard/2x1800/2021/rules.mk
Normal file
1
keyboards/clueboard/2x1800/2021/rules.mk
Normal file
|
|
@ -0,0 +1 @@
|
|||
QUANTUM_LIB_SRC += max7219.c spi_master.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue