-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Keymap] Drashna updates for 0.19 #19175
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drashna
changed the title
[Keymap] Drashna updates for 0.18
[Keymap] Drashna updates for 0.19
Nov 27, 2022
fauxpark
approved these changes
Nov 28, 2022
elpekenin
pushed a commit
to elpekenin/qmk_firmware
that referenced
this pull request
Dec 7, 2022
* 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
crembz
pushed a commit
to crembz/qmk_firmware
that referenced
this pull request
Dec 18, 2022
* 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
Glodigit
pushed a commit
to Glodigit/qmk_firmware
that referenced
this pull request
Oct 18, 2023
* upstream/master: (1776 commits) Fixup EFL and F4's sector selection. (qmk#19221) Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (qmk#19222) [Keyboard] Fix config error for Charybdis (qmk#19219) [Keyboard] Add keyboard Caticorn (qmk#19138) Add meow48 ver.1.0 keyboard (qmk#19217) [Keyboard] Daskeyboard4 (qmk#18675) Update OLED doc (qmk#19213) [Keyboard] Add Litl keyboard (qmk#19000) [Keymap] Fixed ifohancroft Swap Hands Config (qmk#19176) Keeb.io Sinc: Enable Split LED state (qmk#19187) [Keymap] Update Miryoku (qmk#19190) Ignore some layout macro names from lint (qmk#19207) Add some community layouts to 40percentclub boards (qmk#19209) Add ortho_3x3 community layout (qmk#19210) Add missing default_ortho_5x5 keymap (qmk#19208) Fix bad bootmagic config (qmk#19206) Extend layout lint checks (qmk#19200) Fix headers in info.json reference (qmk#19202) Enable bootmagic (qmk#19191) [Keymap] Drashna updates for 0.19 (qmk#19175) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
matrix_*_*
functions.housekeeping_task_*
instead ofmatrix_scan_*
keyboard_(pre|post)_init_*
instead ofmatrix_init_*
Types of Changes
Checklist