summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/2x1800/2021
Commit message (Collapse)AuthorAgeFilesLines
* Fix `keyboard` field for some JSON keymaps (#21752)Ryan2023-08-151-1/+1
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-041-372/+372
|
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-19/+1
|
* Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-281-349/+349
|
* Move encoder config to data driven (#19923)Ryan2023-02-262-7/+6
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-8/+8
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-142-14/+14
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Remove deprecated KEYMAP alias (#15037)Joel Challis2021-11-031-1/+0
| | | | | | | * Remove deprecated KEYMAP alias * Remove some KEYMAP references * Remove some KEYMAP references
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-5/+0
|
* [keyboard] Clueboard 2x1800 2021 Support (#13220)Zach White2021-07-1418-0/+1440
* 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>