You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog |
3 years ago | |
|---|---|---|
| .. | ||
| keyrecords | 3 years ago | |
| oled | 3 years ago | |
| pointing | 3 years ago | |
| rgb | 3 years ago | |
| split | 3 years ago | |
| .gitignore | ||
| .gitlab-ci.yml | 6 years ago | |
| autocorrect_data.h | 3 years ago | |
| bootmagic_better.c | 3 years ago | |
| callbacks.c | 3 years ago | |
| callbacks.h | 3 years ago | |
| callbacks.md | 3 years ago | |
| config.h | 3 years ago | |
| drashna.c | 3 years ago | |
| drashna.h | 3 years ago | |
| post_config.h | 3 years ago | |
| readme.md | 4 years ago | |
| rgblight_breathe_table.h | 4 years ago | |
| rules.mk | 3 years ago | |
| template.c | 4 years ago | |
| template.h | 4 years ago | |
readme.md
Overview
This is my personal userspace file. Most of my code exists here, as it's heavily shared.