-
-
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
Add the Gone Hacking Studio XLS #18362
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6cf205f - Browse repository at this point
Copy the full SHA 6cf205fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1f605 - Browse repository at this point
Copy the full SHA 1c1f605View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0a236 - Browse repository at this point
Copy the full SHA ab0a236View commit details -
Configuration menu - View commit details
-
Copy full SHA for a732528 - Browse repository at this point
Copy the full SHA a732528View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb79d7f - Browse repository at this point
Copy the full SHA fb79d7fView commit details -
ChibiOS USB: Add a dummy IN callback to work around LLD bugs (qmk#18811)
In qmk#18631 some IN notification callbacks that were doing nothing were removed, which should be a valid thing to do (ChibiOS HAL checks the `in_cb` and `out_cb` pointers for being non-NULL before invoking those optional callbacks). However, it turned out that some less popular USB LLDs (KINETIS and MIMXRT1062) have their own checks for those pointers, and (incorrectly) skip the ChibiOS callback handling when those pointers are NULL, which breaks the code for the `USB_USE_WAIT` configuration option (the waiting thread never gets resumed if the corresponding callback pointer is NULL). Add those dummy callbacks again (but use a single function for all of them instead of individual ones for each endpoint); this restores the KINETIS and MIMXRT1062 boards to the working state while the LLDs are getting fixed.
Configuration menu - View commit details
-
Copy full SHA for b89484b - Browse repository at this point
Copy the full SHA b89484bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de4138 - Browse repository at this point
Copy the full SHA 2de4138View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d6565 - Browse repository at this point
Copy the full SHA a5d6565View commit details -
Configuration menu - View commit details
-
Copy full SHA for c065bd3 - Browse repository at this point
Copy the full SHA c065bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 530ba07 - Browse repository at this point
Copy the full SHA 530ba07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e909f9 - Browse repository at this point
Copy the full SHA 8e909f9View commit details -
Add unit tests for HOLD_ON_OTHER_KEY_PRESS (qmk#18721)
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files * Add unit tests for HOLD_ON_OTHER_KEY_PRESS
Configuration menu - View commit details
-
Copy full SHA for 8f93838 - Browse repository at this point
Copy the full SHA 8f93838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2318785 - Browse repository at this point
Copy the full SHA 2318785View commit details -
Fix garbled test output (qmk#18822)
* Fix garbled test output * Correct SRC listing
Configuration menu - View commit details
-
Copy full SHA for 47cfdc2 - Browse repository at this point
Copy the full SHA 47cfdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f24275 - Browse repository at this point
Copy the full SHA 5f24275View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4caf9a - Browse repository at this point
Copy the full SHA f4caf9aView commit details -
added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (qmk#18837)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
Configuration menu - View commit details
-
Copy full SHA for 6174227 - Browse repository at this point
Copy the full SHA 6174227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0a9b9 - Browse repository at this point
Copy the full SHA 1e0a9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc2d05 - Browse repository at this point
Copy the full SHA ffc2d05View commit details -
MechBrewery MB65S Layout Rework (qmk#18814)
* rename LAYOUT_65_ansi_blocker_tsangan to LAYOUT_65_ansi_blocker_tsangan_split_bs Layout was implemented with Split Backspace. * rename LAYOUT_65_iso_blocker_7u_spc to LAYOUT_65_iso_blocker_tsangan_split_bs * rules.mk: update Community Layout support setting * mb65s.h: update matrix diagram * add LAYOUT_65_ansi_blocker * add LAYOUT_65_iso_blocker * add LAYOUT_65_ansi_blocker_tsangan * add LAYOUT_65_iso_blocker_tsangan * move Community Layout support to info.json * update Community Layout support
Configuration menu - View commit details
-
Copy full SHA for d008a2d - Browse repository at this point
Copy the full SHA d008a2dView commit details -
Bathroom Epiphanies Ghost Squid Refactor (qmk#18816)
* refactor default keymap - shorten layer names - KM_QWERTY -> _QW - KM_MEDIA -> _MD - KM_GUI_LOCK -> _GL - use QMK-native keycode aliases - use four-space indent - grid-align keycodes * remove third layer from default keymap The third layer only serves to disable the GUI keys, which we can do with a keycode. * update default keymap readme * ghost_squid.h: add matrix diagram * add LAYOUT_fullsize_ansi * add LAYOUT_fullsize_iso * use LAYOUT_fullsize_iso macro in default keymap Refactor the default keymap to use the new LAYOUT_fullsize_iso macro. * remove LAYOUT macro Same matrix as LAYOUT_fullsize_iso, but in a different assignment order. * enable Community Layout support
Configuration menu - View commit details
-
Copy full SHA for f10588b - Browse repository at this point
Copy the full SHA f10588bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ecff43 - Browse repository at this point
Copy the full SHA 3ecff43View commit details -
Add H50 keyboard from huytbt (qmk#18752)
* Add H50 keyboard from huytbt Add H50 keyboard The H50 is a mini keyboard with a 50 percent layout. The keyboard consists of 53 keys. * Optimize code * Optimize keymap code * Optimize code H50 keyboard
Configuration menu - View commit details
-
Copy full SHA for ccf3de6 - Browse repository at this point
Copy the full SHA ccf3de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96c950 - Browse repository at this point
Copy the full SHA f96c950View commit details -
Aurora65: Correct Layout Data (qmk#18826)
* info.json: apply friendly formatting * info.json: correct layout data
Configuration menu - View commit details
-
Copy full SHA for ec6a317 - Browse repository at this point
Copy the full SHA ec6a317View commit details -
Studio Kestra Galatea: fix ISO layout macros (qmk#18825)
Switch the matrix positions for `KC_NUHS` and `KC_ENT`.
Configuration menu - View commit details
-
Copy full SHA for f0fe48f - Browse repository at this point
Copy the full SHA f0fe48fView commit details -
* info.json: apply friendly formatting * han60.h: add matrix diagram * han60.h: tidy file - remove trailing whitespace - use four-space indent * info.json: remove key overlaps from LAYOUT_all rendering * rename LAYOUT_tsangan to LAYOUT_60_ansi_tsangan * rename LAYOUT_tsangan_arrowkeys to LAYOUT_60_ansi_arrow_tsangan * refactor LAYOUT_tsangan_iso into LAYOUT_60_iso_tsangan Moves position `K2C` (Enter) to the home row. * refactor LAYOUT_tsangan_iso_arrowkeys into LAYOUT_60_iso_arrow_tsangan Moves position `K2C` (Enter) to the home row. * refactor default keymap - use four-space indent - use QMK-native keycode aliases - grid-align keycodes * bugfix layout macros * add reference keymaps
Configuration menu - View commit details
-
Copy full SHA for 067fdc8 - Browse repository at this point
Copy the full SHA 067fdc8View commit details -
Mode SixtyFive HI Layout Refactor (qmk#18823)
* m65hi_alpha.h: add matrix diagram * rename LAYOUT_all to LAYOUT_65_iso_blocker * add LAYOUT_65_iso_blocker_tsangan * tidy-up keymaps - use four-space indent - polish keycode grid alignment * touch-up keymaps Switch one Page Down keycode for Page Up on the `default` keymap, and switch the Page Down and Page Up keycodes on the `via` keymap.
Configuration menu - View commit details
-
Copy full SHA for 282a4ab - Browse repository at this point
Copy the full SHA 282a4abView commit details -
MWStudio MW65 Black Refactor (qmk#18824)
* mw65_black.h: add matrix diagram * mw65_black.h: fill-in matrix definition Fill the empty electrical positions with `KC_NO`. * mw65_black.h: update matrix diagram * rename LAYOUT to LAYOUT_65_ansi_blocker * add LAYOUT_65_ansi_blocker_tsangan * info.json: correct maintainer value
Configuration menu - View commit details
-
Copy full SHA for 8c1bbd6 - Browse repository at this point
Copy the full SHA 8c1bbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08efb0a - Browse repository at this point
Copy the full SHA 08efb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b8bb3 - Browse repository at this point
Copy the full SHA 23b8bb3View commit details -
[Keyboard] Add Ellipse hotswap PCB support (qmk#18707)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b863597 - Browse repository at this point
Copy the full SHA b863597View commit details -
[Keyboard] Add Ellipse PCB support (qmk#18706)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9ce1276 - Browse repository at this point
Copy the full SHA 9ce1276View commit details -
[Keymap] Added tap dance to LNG1 key (LNG2) (qmk#18682)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: syntax-magic <dkim.8881@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 863e5c3 - Browse repository at this point
Copy the full SHA 863e5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b424451 - Browse repository at this point
Copy the full SHA b424451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3481b7d - Browse repository at this point
Copy the full SHA 3481b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 579efc6 - Browse repository at this point
Copy the full SHA 579efc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6348f - Browse repository at this point
Copy the full SHA 3d6348fView commit details -
Fix splitkb/aurora/sweep (qmk#18839)
* Fix splitkb/aurora/sweep * Add back layout alias
Configuration menu - View commit details
-
Copy full SHA for 6c0fc18 - Browse repository at this point
Copy the full SHA 6c0fc18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23be77a - Browse repository at this point
Copy the full SHA 23be77aView commit details -
Deprecate
ONESHOT_*
keycodes forQK_ONE_SHOT_*
(qmk#18844)* Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` * Docs
Configuration menu - View commit details
-
Copy full SHA for c3655ae - Browse repository at this point
Copy the full SHA c3655aeView commit details -
Deprecate
SECURE_*
keycodes forQK_SECURE_*
(qmk#18847)* Deprecate SECURE_* keycodes for QK_SECURE_* * Update keycode process * Update process_secure.c * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0691265 - Browse repository at this point
Copy the full SHA 0691265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c8486 - Browse repository at this point
Copy the full SHA 27c8486View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5da425 - Browse repository at this point
Copy the full SHA d5da425View commit details -
[Keymap] gmmk gmmk2 p65: new keymap (qmk#18808)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for c1048c5 - Browse repository at this point
Copy the full SHA c1048c5View commit details -
[Keyboard] Add Binepad BNR1 rotary encoder (qmk#18809)
Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for abed881 - Browse repository at this point
Copy the full SHA abed881View commit details -
[Keymap] Add new IIDX gamepad keymap for Synth Labs Solo (qmk#18741)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 7a87958 - Browse repository at this point
Copy the full SHA 7a87958View commit details -
[Keyboard] Update MNK65 (qmk#18743)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c177fae - Browse repository at this point
Copy the full SHA c177faeView commit details -
[Keyboard] Kepler 33 (qmk#18771)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cf8baf2 - Browse repository at this point
Copy the full SHA cf8baf2View commit details -
add "inertia" mode for mouse keys (qmk#18774)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
Configuration menu - View commit details
-
Copy full SHA for dcd1112 - Browse repository at this point
Copy the full SHA dcd1112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 210fa8b - Browse repository at this point
Copy the full SHA 210fa8bView commit details -
* Initial work on adding Sinc Rev. 3 * Add RGB Matrix support * Add encoder map support * Set I2C pins * Update LED locations for right half * Move USB definitions to info.json * Update RGB modes * Replace pin mappings for right half with correct ones * Move config.h back to rev1/rev2 due to addition of rev3 * Convert initial Rev. 3 config work to be data-driven * Convert RGB Matrix config to DD format * More config cleanup * Use full-duplex PIO * Add MCU/bootloader settings for Rev. 2 * Change ISO Enter location since it shares location with Backslash * Adjust build settings to reduce flash/EEPROM usage
Configuration menu - View commit details
-
Copy full SHA for 36c8e49 - Browse repository at this point
Copy the full SHA 36c8e49View commit details -
[Keyboard] Add Lunar II (qmk#18827)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: ai03 <sarcaphx510@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ce61b6 - Browse repository at this point
Copy the full SHA 1ce61b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b285c9 - Browse repository at this point
Copy the full SHA 7b285c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b44cf - Browse repository at this point
Copy the full SHA 39b44cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339ba1f - Browse repository at this point
Copy the full SHA 339ba1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a443f2 - Browse repository at this point
Copy the full SHA 7a443f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8b274 - Browse repository at this point
Copy the full SHA ae8b274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1ee20 - Browse repository at this point
Copy the full SHA 0d1ee20View commit details -
Configuration menu - View commit details
-
Copy full SHA for feca591 - Browse repository at this point
Copy the full SHA feca591View commit details -
Configuration menu - View commit details
-
Copy full SHA for bece663 - Browse repository at this point
Copy the full SHA bece663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53bf431 - Browse repository at this point
Copy the full SHA 53bf431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b13b2 - Browse repository at this point
Copy the full SHA 06b13b2View commit details -
Remove rgblight_list.h (qmk#18878)
* Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
Configuration menu - View commit details
-
Copy full SHA for febe303 - Browse repository at this point
Copy the full SHA febe303View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4943fe - Browse repository at this point
Copy the full SHA f4943feView commit details -
Normalise Auto Shift keycodes (qmk#18892)
* Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
Configuration menu - View commit details
-
Copy full SHA for 8f900e5 - Browse repository at this point
Copy the full SHA 8f900e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0bf15f - Browse repository at this point
Copy the full SHA f0bf15fView commit details -
[Keymap] Update Miryoku (qmk#18773)
* [miryoku] Revert "[Keymap] manna-harbour_miryoku RESET to QK_BOOT (qmk#18755)" This reverts commit 89dbc18. * [miryoku] Add keyboardio/model01 * [miryoku] Add handwired/dactyl_manuform/4x6 * [miryoku] Update BT keycodes - Update BT keycodes on Media inner index: - Move OUT_AUTO to bottom row - Move RGB_TOG in vi to pinkie column to match other TOG keycodes, and rotate row * [miryoku] Add Extra and Tap layers * [miryoku] Rename config workflow option to custom_config * [miryoku] Update custom_config.h and custom_rules.mk behaviour * [miryoku] Make mapping macro customisable globally and per layer * [miryoku] Add layer lock * [miryoku] Update RGB order in media-l-invertedt * [miryoku] Change mouse button order * [miryoku] Change to X macros for layer list - Supports adding and removing layers from custom_config.h - Add "U_" prefix to layer names - Add layer name strings - Populate keymaps array from X macro - Populate layers enum from X macro - Move layers enum to manna-harbour_miryoku.h - Rename miryoku_alternatives.h to miryoku_layer_alternatives.h - Rename miryoku_layer.h to miryoku_layer_selection.h - Remove miryoku_layer_names.h - Add miryoku_layer_list.h * [miryoku] Reformat split_3x6_3 mapping * [miryoku] Add merge field to workflows * [miryoku] Update thumb combos with new layer names * [miryoku] Update cover image * [miryoku] Add satt/vision * [miryoku] Update Branches and Building docs * [miryoku] Update reset keycode * [miryoku] Add xmk * [miryoku] Add boardsource/lulu * [miryoku] Fix keyboardio/model01
Configuration menu - View commit details
-
Copy full SHA for a86b42d - Browse repository at this point
Copy the full SHA a86b42dView commit details -
[Keyboard] Minor Aurora Sweep fixes (qmk#18879)
- Fixes compile error with `SWAP_HANDS_ENABLE = yes` - Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
Configuration menu - View commit details
-
Copy full SHA for 2788f2f - Browse repository at this point
Copy the full SHA 2788f2fView commit details -
MelGeek MJ6XY Refactor (qmk#18862)
* mj6xy.h: convert tabs to spaces * info.json: convert tabs to spaces * info.json: apply friendly formatting Whitespace-only change. * rename LAYOUT_60_ansi_7u_spc to LAYOUT_60_ansi_tsangan - rename `60_ansi_7u_spc` keymap to `default_ansi_tsangan` * add K31 position to LAYOUT_60_iso * rename LAYOUT_60_iso_7u_spc_split_rshift to LAYOUT_60_iso_tsangan_split_rshift - rename `60_iso_7u_spc_split_rshift` keymap to `default_iso_tsangan_split_rshift` * add K31 position to LAYOUT_60_iso_arrow * add K31 position to LAYOUT_60_iso_arrow_6u_spc * add K31 position to LAYOUT_60_iso_arrow_3u_spc * refactor LAYOUT_60_iso_7u_spc into LAYOUT_60_iso_tsangan - add K31 position to layout macro - rename `60_iso_7u_spc` keymap to `default_iso_tsangan` * add K31 position to LAYOUT_64_iso - rename `64_iso` keymap to `default_64_iso` * add K31 position to LAYOUT_64_iso_3u_spc - rename `64_iso_3u_spc` keymap to `default_64_iso_3u_spc` * add K31 position to LAYOUT_64_iso_split_3u_spc - rename `64_iso_split_3u_spc` keymap to `default_64_iso_split_3u_spc` * remove LAYOUT_60_iso_1u_lshift_split_rshift macro and keymap Functionally identical to `LAYOUT_60_iso_split_rshift`. * remove LAYOUT_60_iso_1u_lshift_7u_spc_split_rshift macro and keymap Functionally identical to `LAYOUT_60_iso_tsangan_split_rshift`. * rename LAYOUT_60_ansi_7u_spc_split_bs to LAYOUT_60_ansi_tsangan_split_bs - rename `60_ansi_7u_spc_split_bs` keymap to `default_60_ansi_tsangan_split_bs` * add K31 position to LAYOUT_60_iso_split_bs * rename LAYOUT_60_iso_7u_spc_split_bs_rshift to LAYOUT_60_iso_tsangan_split_bs_rshift - rename `60_iso_7u_spc_split_bs_rshift` keymap to `default_60_iso_tsangan_split_bs_rshift` * add K31 position to LAYOUT_60_iso_arrow_split_bs * add K31 position to LAYOUT_60_iso_arrow_3u_spc_split_bs - rename `60_iso_arrow_3u_spc_split_bs` keymap to `default_60_iso_arrow_3u_spc_split_bs` * add K31 position to LAYOUT_60_iso_arrow_split_bs_3u_spc - rename `60_iso_arrow_split_bs_3u_spc` keymap to `default_60_iso_arrow_split_bs_3u_spc` * refactor LAYOUT_60_iso_7u_spc_split_bs into LAYOUT_60_iso_tsangan_split_bs - add K31 position to layout macro - rename `60_iso_7u_spc_split_bs` keymap to `default_60_iso_tsangan_split_bs` * add K31 position to LAYOUT_64_iso_split_bs - rename `64_iso_split_bs` keymap to `default_64_iso_split_bs` * add K31 position to LAYOUT_64_iso_3u_spc_split_bs rename `64_iso_3u_spc_split_bs` keymap to `default_64_iso_3u_spc_split_bs` * add K31 position to LAYOUT_64_iso_split_bs_3u_spc - rename `64_iso_split_bs_3u_spc` keymap to `default_64_iso_split_bs_3u_spc` * remove LAYOUT_60_ansi_arrow_6u_spc macro and keymap Functionally identical to `LAYOUT_60_ansi_arrow`. * remove LAYOUT_64_ansi_6u_spc macro and keymap Functionally identical to `LAYOUT_64_ansi`. * remove LAYOUT_60_iso_arrow_6u_spc macro and keymap Functionally identical to `LAYOUT_60_iso_arrow`. * remove LAYOUT_64_iso_6u_spc macro and keymap Functionally identical to `LAYOUT_64_iso`. * remove LAYOUT_60_ansi_arrow_6u_spc_split_bs macro and keymap Functionally identical to `LAYOUT_60_ansi_arrow_split_bs`. * remove LAYOUT_64_ansi_6u_spc_split_bs macro and keymap Functionally identical to `LAYOUT_64_ansi_split_bs`. * remove LAYOUT_60_iso_arrow_6u_spc_split_bs macro and keymap Functionally identical to `LAYOUT_60_iso_arrow_split_bs`. * remove LAYOUT_64_iso_6u_spc_split_bs macro and keymap Functionally identical to `LAYOUT_64_iso_split_bs`. * remove LAYOUT_60_iso_1u_lshift_split_bs_rshift macro and keymap Functionally identical to `LAYOUT_60_iso_split_bs_rshift`. * remove LAYOUT_60_iso_1u_lshift_7u_spc_split_bs_rshift macro and keymap Functionally identical to `LAYOUT_60_iso_tsangan_split_bs_rshift`. * refactor keymaps - convert tabs to spaces - update keycode grid alignment * remove LAYOUT_60_ansi_arrow_3u_spc macro and keymap Subset of `LAYOUT_60_ansi_arrow_3u_spc_split_bs`. * remove LAYOUT_60_iso_arrow_3u_spc macro and keymap Subset of `LAYOUT_60_iso_arrow_3u_spc_split_bs`. * remove LAYOUT_60_iso_tsangan_split_bs macro and keymap Subset of `LAYOUT_60_iso_tsangan_split_bs_rshift`. * remove LAYOUT_60_iso_tsangan_split_rshift macro and keymap Subset of `LAYOUT_60_iso_tsangan_split_bs_rshift`. * remove LAYOUT_64_ansi_3u_spc macro and keymap Subset of `LAYOUT_64_ansi_3u_spc_split_bs`. * remove LAYOUT_64_iso_3u_spc macro and keymap Subset of `LAYOUT_64_iso_3u_spc_split_bs`. * remove LAYOUT_60_iso_split_bs macro and keymap Subset of `LAYOUT_60_iso_split_bs_rshift`. * remove LAYOUT_60_iso_split_rshift macro and keymap Subset of `LAYOUT_60_iso_split_bs_rshift`. * add LAYOUT_60_ansi_split_bs_rshift macro and keymap * remove LAYOUT_60_ansi_split_bs macro and keymap Subset of `LAYOUT_60_ansi_split_bs_rshift`. * add LAYOUT_60_tsangan_hhkb macro and keymap * remove LAYOUT_60_ansi_tsangan_split_bs macro and keymap Subset of `LAYOUT_60_tsangan_hhkb`. * standardize keymap names Rename all keymaps per QMK guidelines (e.g. keymap using `LAYOUT_60_ansi_arrow` should be named `default_60_ansi_arrow`). * add LAYOUT_all; refactor default keymap Add a `LAYOUT_all` macro, and update the `default` keymap to use the new macro. * refactor via keymap Update the `via` keymap to match the behaviour of the `default` keymap. * improve keyboard readme - fix broken image reference - improve grammar on keyboard description - fix Hardware Availability link - fix `make` instructions - add bootloader and flashing instructions * fix default_60_tsangan_hhkb keymap Fix a keycode count mismatch. * mj6xy.h: add matrix diagram * KC_GESC -> QK_GESC per fauxpark * KC_SLCK -> KC_SCRL per fauxpark
Configuration menu - View commit details
-
Copy full SHA for 48397d9 - Browse repository at this point
Copy the full SHA 48397d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08be8e - Browse repository at this point
Copy the full SHA b08be8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a9b5f - Browse repository at this point
Copy the full SHA d5a9b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bc2ae - Browse repository at this point
Copy the full SHA 17bc2aeView commit details -
[Keymap] toshi0383 keymaps update (qmk#18760)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d27676d - Browse repository at this point
Copy the full SHA d27676dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a20623 - Browse repository at this point
Copy the full SHA 1a20623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e0345 - Browse repository at this point
Copy the full SHA 47e0345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16593e0 - Browse repository at this point
Copy the full SHA 16593e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41bdfbd - Browse repository at this point
Copy the full SHA 41bdfbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4d577 - Browse repository at this point
Copy the full SHA 7c4d577View commit details -
[Keyboard] Add Hubble keyboard (qmk#18718)
Co-authored-by: Anton Chernenko <anton.chernenko@chaintrust.it>
Configuration menu - View commit details
-
Copy full SHA for f1aeb4f - Browse repository at this point
Copy the full SHA f1aeb4fView commit details -
Normalise Unicode keycodes (qmk#18898)
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
Configuration menu - View commit details
-
Copy full SHA for 999f75f - Browse repository at this point
Copy the full SHA 999f75fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07d960 - Browse repository at this point
Copy the full SHA b07d960View commit details -
Simplify Keymap Config EEPROM (qmk#18886)
* Simplify Keymap Config EEPROM * Decrement eeconfig magic number due to eeconfig changes * Update quantum/eeconfig.h Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for 1861f8f - Browse repository at this point
Copy the full SHA 1861f8fView commit details -
Added analog support for WB32 MCU. (qmk#18289)
Co-authored-by: Joy <chang.li@westberrytech.com>
Configuration menu - View commit details
-
Copy full SHA for 3006b6e - Browse repository at this point
Copy the full SHA 3006b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d19ac6 - Browse repository at this point
Copy the full SHA 3d19ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8e846 - Browse repository at this point
Copy the full SHA 6e8e846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b7d47 - Browse repository at this point
Copy the full SHA 79b7d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 694f5e6 - Browse repository at this point
Copy the full SHA 694f5e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4538dcb - Browse repository at this point
Copy the full SHA 4538dcbView commit details -
Normalise Dynamic Macro keycodes (qmk#18939)
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs
Configuration menu - View commit details
-
Copy full SHA for eee0071 - Browse repository at this point
Copy the full SHA eee0071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fedfb4 - Browse repository at this point
Copy the full SHA 8fedfb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4420364 - Browse repository at this point
Copy the full SHA 4420364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13fdd28 - Browse repository at this point
Copy the full SHA 13fdd28View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71f31a - Browse repository at this point
Copy the full SHA e71f31aView commit details -
Formalise keyboard- and user-specific EEPROM blocks (qmk#18874)
* Formalise keyboard and user eeconfig datablocks. * Add debounce helper that checks a condition and issues post-write function invocation. * Naming.
Configuration menu - View commit details
-
Copy full SHA for e79f9b9 - Browse repository at this point
Copy the full SHA e79f9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 241190f - Browse repository at this point
Copy the full SHA 241190fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 748494d - Browse repository at this point
Copy the full SHA 748494dView commit details -
Initial DD keycode migration (qmk#18643)
* Initial DD keycode migration * Sort magic keycodes
Configuration menu - View commit details
-
Copy full SHA for 214b492 - Browse repository at this point
Copy the full SHA 214b492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33fe601 - Browse repository at this point
Copy the full SHA 33fe601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abb1dc - Browse repository at this point
Copy the full SHA 4abb1dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f809e - Browse repository at this point
Copy the full SHA 29f809eView commit details -
Align dynamic tapping term keycode names (qmk#18963)
* Align dynamic tapping term keycode names * regen header
Configuration menu - View commit details
-
Copy full SHA for c86ed5e - Browse repository at this point
Copy the full SHA c86ed5eView commit details -
Align audio keycode names (qmk#18962)
* Align audio keycode names * Update docs * Update quantum
Configuration menu - View commit details
-
Copy full SHA for 7f05e8a - Browse repository at this point
Copy the full SHA 7f05e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c897a8 - Browse repository at this point
Copy the full SHA 1c897a8View commit details -
Reworked backlight keycodes. (qmk#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a931ff7 - Browse repository at this point
Copy the full SHA a931ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa17ff6 - Browse repository at this point
Copy the full SHA aa17ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f9553 - Browse repository at this point
Copy the full SHA f3f9553View commit details -
Refactor to avoid deprecated wmic execution (qmk#18122)
* wmic deprecated? * Update platforms/avr/flash.mk * Update platforms/avr/flash.mk
Configuration menu - View commit details
-
Copy full SHA for d907017 - Browse repository at this point
Copy the full SHA d907017View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1a314 - Browse repository at this point
Copy the full SHA db1a314View commit details -
[Keyboard] Add Work Louder Numpad (qmk#18912)
* [Keyboard] Add Work Louder Numpad * Add future proofing for rgb matrix * Update readme * fixup copyright headers * Actually enable via
Configuration menu - View commit details
-
Copy full SHA for 8885235 - Browse repository at this point
Copy the full SHA 8885235View commit details -
handwired/swiftrax/walter
: fix layout mismatch (qmk#18974)* `handwired/swiftrax/walter`: fix layout mismatch * Undo K4A removal, fix info.json instead
Configuration menu - View commit details
-
Copy full SHA for edb2b51 - Browse repository at this point
Copy the full SHA edb2b51View commit details -
Fix keycode parameter extraction to match the new DD keycodes (qmk#18977
) * Add macros to extract parameters from keycode values Implement both encoding and decoding for keycodes like TO(layer) or LM(layer, mod) in one place, so that the decoding won't get out of sync with the encoding. While at it, fix some macros for creating keycode values that did not apply the appropriate masks to parameters (and therefore could allow the result to be out of range if a wrong parameter was passed). * keymap_common: Use extraction macros for keycodes * pointing_device_auto_mouse: Use extraction macros for keycodes Fixes qmk#18970. * process_autocorrect: Use extraction macros for keycodes * process_caps_word: Use extraction macros for keycodes (Also fix a minor bug - SH_TG was not handled properly) * process_leader: Use extraction macros for keycodes (Technically the code is not 100% correct, because it always assumes that the LT() or MT() action was a tap, but it's a separate issue that already existed before the keycode changes.) * process_unicode: Use extraction macros for keycodes * process_unicodemap: Use extraction macros for keycodes
Configuration menu - View commit details
-
Copy full SHA for e1ee127 - Browse repository at this point
Copy the full SHA e1ee127View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8558a2 - Browse repository at this point
Copy the full SHA f8558a2View commit details -
Normalise MIDI keycodes (qmk#18972)
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
Configuration menu - View commit details
-
Copy full SHA for ccae3da - Browse repository at this point
Copy the full SHA ccae3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b80bd27 - Browse repository at this point
Copy the full SHA b80bd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7e7eb - Browse repository at this point
Copy the full SHA 6a7e7ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a2049 - Browse repository at this point
Copy the full SHA c9a2049View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55557a - Browse repository at this point
Copy the full SHA e55557aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62485fa - Browse repository at this point
Copy the full SHA 62485faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d72e48 - Browse repository at this point
Copy the full SHA 2d72e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for b30df72 - Browse repository at this point
Copy the full SHA b30df72View commit details -
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b0edae8 - Browse repository at this point
Copy the full SHA b0edae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 367b1cf - Browse repository at this point
Copy the full SHA 367b1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ed533 - Browse repository at this point
Copy the full SHA 50ed533View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8aa8c1 - Browse repository at this point
Copy the full SHA f8aa8c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a786c70 - Browse repository at this point
Copy the full SHA a786c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f27d6 - Browse repository at this point
Copy the full SHA 03f27d6View commit details -
[Keyboard] Add Brutal v2 1800 PCB to QMK (qmk#18891)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40a82cb - Browse repository at this point
Copy the full SHA 40a82cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c824e1c - Browse repository at this point
Copy the full SHA c824e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c3e44 - Browse repository at this point
Copy the full SHA d1c3e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bfb33 - Browse repository at this point
Copy the full SHA 46bfb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5ba5a - Browse repository at this point
Copy the full SHA 2b5ba5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ffbaa - Browse repository at this point
Copy the full SHA 41ffbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1b8d5 - Browse repository at this point
Copy the full SHA 3a1b8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f7cc4 - Browse repository at this point
Copy the full SHA 28f7cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373671e - Browse repository at this point
Copy the full SHA 373671eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dcd04e - Browse repository at this point
Copy the full SHA 1dcd04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d52a1b - Browse repository at this point
Copy the full SHA 3d52a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69864c5 - Browse repository at this point
Copy the full SHA 69864c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c6952 - Browse repository at this point
Copy the full SHA b0c6952View commit details -
Avoid repeated calls to rgblight_set() in tight succession when setti…
…ng lighting layers (qmk#18338) Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce1bb0c - Browse repository at this point
Copy the full SHA ce1bb0cView commit details -
Adding Synth and Keys' Debit Card (qmk#18995)
* Adding Synth and Keys' Debit Card Initial Commit * Add files via upload * Delete config.h * Update keyboards/synthandkeys/the_debit_card/info.json Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for 3cb46b5 - Browse repository at this point
Copy the full SHA 3cb46b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b1ae6 - Browse repository at this point
Copy the full SHA f3b1ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfab2e7 - Browse repository at this point
Copy the full SHA bfab2e7View commit details -
[Keymap] sharkby7e keymap updates (qmk#18906)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06c7091 - Browse repository at this point
Copy the full SHA 06c7091View commit details -
Configuration menu - View commit details
-
Copy full SHA for f84d3e6 - Browse repository at this point
Copy the full SHA f84d3e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dc0c8 - Browse repository at this point
Copy the full SHA f3dc0c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbeb89 - Browse repository at this point
Copy the full SHA ffbeb89View commit details -
Ifohancroft HotDox76v2 keymap (qmk#19030)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for f274942 - Browse repository at this point
Copy the full SHA f274942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e2b72e - Browse repository at this point
Copy the full SHA 0e2b72eView commit details -
Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabl…
Configuration menu - View commit details
-
Copy full SHA for 10ff43b - Browse repository at this point
Copy the full SHA 10ff43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2682dd6 - Browse repository at this point
Copy the full SHA 2682dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bfabe9 - Browse repository at this point
Copy the full SHA 2bfabe9View commit details -
Eric Gebhart user space and keymaps (qmk#17487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 7d579f9 - Browse repository at this point
Copy the full SHA 7d579f9View commit details -
[Keyboard] Add pumpkin pad (qmk#18897)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 3888ddd - Browse repository at this point
Copy the full SHA 3888dddView commit details -
[Keyboard] Add Handwired alcor dactyl (qmk#18586)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0aac61c - Browse repository at this point
Copy the full SHA 0aac61cView commit details -
[Keyboard] Add Serenity PCB (qmk#18705)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac17c66 - Browse repository at this point
Copy the full SHA ac17c66View commit details -
[Keymap] Update/refactor userspace and add keymaps for rmeli (qmk#18398)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Elliot Powell <johnp8727@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3108b19 - Browse repository at this point
Copy the full SHA 3108b19View commit details -
[Keyboard] Add Dayoff60 (qmk#17640)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for 065e2c8 - Browse repository at this point
Copy the full SHA 065e2c8View commit details -
[Keyboard] Add Dactyl Manuform 5x6 with 6 thumb cluster (qmk#18845)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82132e3 - Browse repository at this point
Copy the full SHA 82132e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db6f74 - Browse repository at this point
Copy the full SHA 4db6f74View commit details -
[Keyboard] Keychron Q6 (qmk#18288)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 73f5904 - Browse repository at this point
Copy the full SHA 73f5904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7dbb0 - Browse repository at this point
Copy the full SHA 6f7dbb0View commit details -
Only trigger encoder callbacks on primary side (qmk#18467)
Co-authored-by: zvecr <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for f295160 - Browse repository at this point
Copy the full SHA f295160View commit details -
Add pointing device support to data driven config (qmk#18215)
Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for 517bc56 - Browse repository at this point
Copy the full SHA 517bc56View commit details -
fix: mousekey doesn't work with trackpoint (qmk#18474)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Configuration menu - View commit details
-
Copy full SHA for 087457d - Browse repository at this point
Copy the full SHA 087457dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c7f18c - Browse repository at this point
Copy the full SHA 7c7f18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c124d3 - Browse repository at this point
Copy the full SHA 2c124d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df36d10 - Browse repository at this point
Copy the full SHA df36d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01183f0 - Browse repository at this point
Copy the full SHA 01183f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 896de27 - Browse repository at this point
Copy the full SHA 896de27View commit details -
Configuration menu - View commit details
-
Copy full SHA for b132d7f - Browse repository at this point
Copy the full SHA b132d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8927d72 - Browse repository at this point
Copy the full SHA 8927d72View commit details -
Add Bonsai C4 as a platform board file (qmk#18901)
* Set up Bonsai C4 as a platform board file * corrections and improvements based on testing and feedback * Added VBUS sensing as default capability for improved split support using Bonsai C4 * Update clock divisor for SPI flash Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
Configuration menu - View commit details
-
Copy full SHA for 1ab16bc - Browse repository at this point
Copy the full SHA 1ab16bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcef384 - Browse repository at this point
Copy the full SHA dcef384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be9a7a - Browse repository at this point
Copy the full SHA 5be9a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c726f69 - Browse repository at this point
Copy the full SHA c726f69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdd606 - Browse repository at this point
Copy the full SHA 1fdd606View commit details -
Bastard Keyboards: upstream recent changes (qmk#18903)
* bastardkb: cleanup blackpill configuration Fixes qmk#17 * bastardkb: fix splinky configuration The pinout of the splinky changed between the last beta batch, and the production one. This commit updates the keyboard definition to support the new pinout by default, while offering backward compatibility. Define `SPLINKY_BETA_PINOUT` to build the firmware with pre-production pinout. Fixes qmk#15 * bastardkb: add support for STeMCell * Update scylla/tbkmini/skeletyl outdated readmes * bastardkb/dilemma: enable circular scroll * bastardkb/dilemma: add initial version of the `via` keymap * bastardkb/dilemma/assembled: add new keyboard Fixes qmk#20 * bastardkb/dilemma: remove elite-c * Initial support for the Dilemma 3x5+3 Assembled RGB * Address code review comments * Address more comments * Address review comments * Address more nits * bastardkb: split splinky-based keyboards to distinguish between Splinky v2 and v3 pinout
Configuration menu - View commit details
-
Copy full SHA for d73f80f - Browse repository at this point
Copy the full SHA d73f80fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f7f32 - Browse repository at this point
Copy the full SHA 13f7f32View commit details -
[Keyboard] Add Constellation Rev3 (qmk#18868)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ac54337 - Browse repository at this point
Copy the full SHA ac54337View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81f290 - Browse repository at this point
Copy the full SHA a81f290View commit details -
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
Configuration menu - View commit details
-
Copy full SHA for 4c0379d - Browse repository at this point
Copy the full SHA 4c0379dView commit details -
keyboards/anavi: Add ANAVI Knob 1 (qmk#18623)
ANAVI Knob 1 is a mini mechanical keyboard with a clickable rotary encoder, USB-C, RP2040 microcontroller and I2C slot for a display. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Configuration menu - View commit details
-
Copy full SHA for 6bb015e - Browse repository at this point
Copy the full SHA 6bb015eView commit details -
Planck unicode rune layout (qmk#18674)
* Furthark layout
Configuration menu - View commit details
-
Copy full SHA for bd3dd70 - Browse repository at this point
Copy the full SHA bd3dd70View commit details -
Personal keymap updates (qmk#18763)
* Latest updates * Aligning and cleaning up planck and babyv layouts * Added license, cleaned up errors
Configuration menu - View commit details
-
Copy full SHA for ab9e62b - Browse repository at this point
Copy the full SHA ab9e62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1008109 - Browse repository at this point
Copy the full SHA 1008109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cda83c - Browse repository at this point
Copy the full SHA 8cda83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da18ad - Browse repository at this point
Copy the full SHA 1da18adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14aaa9e - Browse repository at this point
Copy the full SHA 14aaa9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20474e3 - Browse repository at this point
Copy the full SHA 20474e3View commit details -
fixed MOUSEKEY_INERTIA on AVR (qmk#19096)
Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
Configuration menu - View commit details
-
Copy full SHA for d4c5271 - Browse repository at this point
Copy the full SHA d4c5271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f63abb - Browse repository at this point
Copy the full SHA 5f63abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4820d - Browse repository at this point
Copy the full SHA 7c4820dView commit details -
[Keyboard] Add Jabberwocky v2 and reorganize (qmk#19014)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 02961c8 - Browse repository at this point
Copy the full SHA 02961c8View commit details -
[Keyboard] Add Boaty (qmk#17378)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Jels02 <joah@Joah-Big-PC.localdomain>
Configuration menu - View commit details
-
Copy full SHA for ac9e282 - Browse repository at this point
Copy the full SHA ac9e282View commit details -
[Keyboard] Add keebsforall freebird75 (qmk#18653)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for aedc938 - Browse repository at this point
Copy the full SHA aedc938View commit details -
[Keyboard] GrayStudio Aero75 Hotswap (qmk#18883)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 16fb3ec - Browse repository at this point
Copy the full SHA 16fb3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 448b24f - Browse repository at this point
Copy the full SHA 448b24fView commit details -
[Keyboard] Add WITF (qmk#18922)
Co-authored-by: Joel Challis <git@zvecr.com>
Configuration menu - View commit details
-
Copy full SHA for d8fe697 - Browse repository at this point
Copy the full SHA d8fe697View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89f39e - Browse repository at this point
Copy the full SHA d89f39eView commit details -
[Keyboard] Keychron Q5 (qmk#18283)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for e39ee71 - Browse repository at this point
Copy the full SHA e39ee71View commit details -
[Keyboard] Add XS108 (qmk#19112)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82e4a05 - Browse repository at this point
Copy the full SHA 82e4a05View commit details -
[Keyboard] add mw660 keyboard (qmk#18849)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for b965ec1 - Browse repository at this point
Copy the full SHA b965ec1View commit details -
[Keyboard] Add ScottoStarter Keyboard (qmk#18626)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4616025 - Browse repository at this point
Copy the full SHA 4616025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2453d - Browse repository at this point
Copy the full SHA 2e2453dView commit details -
[Keyboard] Move Hillside out of handwired (qmk#18751)
Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
Configuration menu - View commit details
-
Copy full SHA for 9c129f6 - Browse repository at this point
Copy the full SHA 9c129f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a841bb - Browse repository at this point
Copy the full SHA 1a841bbView commit details -
[Keyboard] Add hardwired Dactyl macropad (qmk#18761)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59a19b9 - Browse repository at this point
Copy the full SHA 59a19b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce45bb - Browse repository at this point
Copy the full SHA 2ce45bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db6200 - Browse repository at this point
Copy the full SHA 3db6200View commit details -
[Keyboard] Add YR80 (qmk#18945)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 5fc5276 - Browse repository at this point
Copy the full SHA 5fc5276View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a3f27 - Browse repository at this point
Copy the full SHA 30a3f27View commit details -
[Keyboard] change RGBLED_NUM to 20 for zoom87 (qmk#18930)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for c8d4489 - Browse repository at this point
Copy the full SHA c8d4489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c803e5 - Browse repository at this point
Copy the full SHA 1c803e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dce9ba - Browse repository at this point
Copy the full SHA 5dce9baView commit details -
[Keymap] Add home and end keys to coffee's bm40hsrgb keymap (qmk#19108)
Co-authored-by: Fae <faenkhauser@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17136ff - Browse repository at this point
Copy the full SHA 17136ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbca82c - Browse repository at this point
Copy the full SHA fbca82cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3f433 - Browse repository at this point
Copy the full SHA 3c3f433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f4f21 - Browse repository at this point
Copy the full SHA 49f4f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e71d0e - Browse repository at this point
Copy the full SHA 7e71d0eView commit details -
[Keyboard] Add Satellite Rev1 (qmk#18869)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d948a9 - Browse repository at this point
Copy the full SHA 3d948a9View commit details -
Bastard Keyboards: upstream recent changes (qmk#19083)
Co-authored-by: Simian <alex@Mandelbrot> Co-authored-by: Charly Delay <0xcharly@users.noreply.github.com> Co-authored-by: Alex Baldwin <alexbaldwin42@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 319019a - Browse repository at this point
Copy the full SHA 319019aView commit details -
[Keyboard] add og60 keyboard (qmk#19114)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e96f08 - Browse repository at this point
Copy the full SHA 6e96f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdabefb - Browse repository at this point
Copy the full SHA bdabefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce705bd - Browse repository at this point
Copy the full SHA ce705bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c156e - Browse repository at this point
Copy the full SHA a3c156eView commit details -
NVRAM refactor, phase 1. (qmk#18969)
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
Configuration menu - View commit details
-
Copy full SHA for 6e8e60c - Browse repository at this point
Copy the full SHA 6e8e60cView commit details -
Publish constants metadata to API (qmk#19143)
* Publish metadata * Ensure content is sorted
Configuration menu - View commit details
-
Copy full SHA for d5f8d67 - Browse repository at this point
Copy the full SHA d5f8d67View commit details -
[Add function] add 'Split Space and ISO and delete RGUI for Promise 87 (
qmk#18929) * add split space and ISO * Update wkl.h * update ISO * update * change KC_LGUI to KC_RGUI * delete RGUI * format * update promise87 readme.md * update promise87 wkl readme.md * Update readme.md * Update readme.md * change KC_SLCK to KC_SCRL * wuque/promise87/ansi: standardize Layout Macro names - rename `LAYOUT_tkl_f13_ansi` to `LAYOUT_tkl_f13_ansi_tsangan` - convert `LAYOUT_tkl_f13_ansi_iso` to `LAYOUT_tkl_f13_iso_tsangan` (adds position `K41`) - rename `LAYOUT_tkl_f13_ansi_split_space` to `LAYOUT_tkl_f13_ansi_tsangan_split_space` - rename `LAYOUT_tkl_f13_ansi_split_bs` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs` - rename `LAYOUT_tkl_f13_ansi_split_lshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_lshift` - rename `LAYOUT_tkl_f13_ansi_split_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_rshift` - rename `LAYOUT_tkl_f13_ansi_split_bs_rshift` to `LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift` * wuque/promise87/wkl: refactor LAYOUT_tkl_f13_ansi_wkl_iso Refactors `LAYOUT_tkl_f13_ansi_wkl_iso` into `LAYOUT_tkl_f13_iso_wkl` by adding position `K41` (Non-US Backslash) to the layout macro. Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 745bb0b - Browse repository at this point
Copy the full SHA 745bb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed32c22 - Browse repository at this point
Copy the full SHA ed32c22View commit details -
[Keymap] komidore64 planck rev6 (qmk#19036)
Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca601e6 - Browse repository at this point
Copy the full SHA ca601e6View commit details -
Additional DD backlight config (qmk#19124)
* Additional dd backlight config * Update docs
Configuration menu - View commit details
-
Copy full SHA for 8df4ac8 - Browse repository at this point
Copy the full SHA 8df4ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2196a02 - Browse repository at this point
Copy the full SHA 2196a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 160222e - Browse repository at this point
Copy the full SHA 160222eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f473d - Browse repository at this point
Copy the full SHA a9f473dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f9bca - Browse repository at this point
Copy the full SHA 94f9bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d01ab14 - Browse repository at this point
Copy the full SHA d01ab14View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdd016a - Browse repository at this point
Copy the full SHA fdd016aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 954abe3 - Browse repository at this point
Copy the full SHA 954abe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0813f - Browse repository at this point
Copy the full SHA 1b0813fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c5d2d9 - Browse repository at this point
Copy the full SHA 4c5d2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7b4c5 - Browse repository at this point
Copy the full SHA fa7b4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f05251 - Browse repository at this point
Copy the full SHA 9f05251View commit details -
2022 Nov 26 changelog. (qmk#19164)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f828b4e - Browse repository at this point
Copy the full SHA f828b4eView commit details -
* Add piantor * Update keyboards/beekeeb/piantor/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Configuration menu - View commit details
-
Copy full SHA for 05fce03 - Browse repository at this point
Copy the full SHA 05fce03View commit details -
[Docs] Update reference_info_json.md (qmk#18817)
* [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cb18a99 - Browse repository at this point
Copy the full SHA cb18a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3218433 - Browse repository at this point
Copy the full SHA 3218433View commit details -
* rb1 * Update keymap.c * Update keyboards/ryanbaekr/rb1/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Delete rb1.c * Delete rb1.h * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ryanbaekr/rb1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8d629c - Browse repository at this point
Copy the full SHA f8d629cView commit details -
Add encoder functionality Update VID Update VID and PID Update files to use encoder map
Configuration menu - View commit details
-
Copy full SHA for 0f2cfd2 - Browse repository at this point
Copy the full SHA 0f2cfd2View commit details