qmk_firmware/users/drashna
Drashna Jaelre 4a87af0e9a
[Keymap] Drashna updates for 0.19 (#19175)
* 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
2022-11-29 11:43:42 -08:00
..
keyrecords [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
oled [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
pointing [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
rgb [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
split [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
.gitignore
.gitlab-ci.yml
autocorrect_data.h [Keymap] Drashna keymap updates for 0.18.0 (#18184) 2022-08-28 12:55:19 -07:00
bootmagic_better.c [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
callbacks.c [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
callbacks.h [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
callbacks.md [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
config.h Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +00:00
drashna.c [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
drashna.h [Keymap] Drashna keymap updates for 0.18.0 (#18184) 2022-08-28 12:55:19 -07:00
post_config.h [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
readme.md
rgblight_breathe_table.h
rules.mk [Keymap] Drashna updates for 0.19 (#19175) 2022-11-29 11:43:42 -08:00
template.c
template.h