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
..
2022-10-31 21:15:12 +00:00
2022-05-30 22:38:08 -07:00
2022-11-15 16:52:01 +00:00
2022-10-27 19:33:38 +01:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-10-27 19:33:38 +01:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-10-27 23:50:14 +01:00
2022-10-15 22:22:59 +01:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00
2022-10-31 21:15:12 +00:00
2022-11-15 16:52:01 +00:00
2022-10-27 23:50:14 +01:00
2022-10-31 21:15:12 +00:00
2022-11-15 16:52:01 +00:00
2022-11-15 16:52:01 +00:00

User space

This is a place for users to put code that they might use between keyboards. If you build the keymap mine, /users/mine/rules.mk will be included in your build, and /users/mine/ will be in your path - keep these things in mind when naming your files and referencing them from other places.