diff options
author | Zach White <skullydazed@gmail.com> | 2021-07-14 21:24:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 21:24:15 -0700 |
commit | 9d0b7ab9b9de09c0ef3305daadd742a4e86b1a17 (patch) | |
tree | dc8e3769c4d6ff8990a523fb61fd74e04c441c88 /keyboards/clueboard/2x1800/2021/2021.h | |
parent | 18c6e1d46d36b27a6db64c85b306515e42e94b12 (diff) |
[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>
Diffstat (limited to 'keyboards/clueboard/2x1800/2021/2021.h')
-rw-r--r-- | keyboards/clueboard/2x1800/2021/2021.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/clueboard/2x1800/2021/2021.h b/keyboards/clueboard/2x1800/2021/2021.h new file mode 100644 index 0000000000..ecb9e00c4e --- /dev/null +++ b/keyboards/clueboard/2x1800/2021/2021.h @@ -0,0 +1,18 @@ +/* Copyright 2017 Zach White <skullydazed@gmail.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#pragma once + +#include "quantum.h" |