Skip to content
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

Closed
wants to merge 672 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    6cf205f View commit details
    Browse the repository at this point in the history
  2. Deprecate KC_LEAD for QK_LEAD (qmk#18792)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1c1f605 View commit details
    Browse the repository at this point in the history
  3. Deprecate KC_LOCK for QK_LOCK (qmk#18796)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ab0a236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a732528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb79d7f View commit details
    Browse the repository at this point in the history
  6. 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.
    sigprof authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b89484b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2de4138 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5d6565 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c065bd3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    530ba07 View commit details
    Browse the repository at this point in the history
  11. Deprecate VLK_TOG for VK_TOGG (qmk#18807)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8e909f9 View commit details
    Browse the repository at this point in the history
  12. 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
    precondition authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8f93838 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2318785 View commit details
    Browse the repository at this point in the history
  14. Fix garbled test output (qmk#18822)

    * Fix garbled test output
    
    * Correct SRC listing
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    47cfdc2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f24275 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f4caf9a View commit details
    Browse the repository at this point in the history
  17. 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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6174227 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e0a9b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ffc2d05 View commit details
    Browse the repository at this point in the history
  20. 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
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d008a2d View commit details
    Browse the repository at this point in the history
  21. 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
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f10588b View commit details
    Browse the repository at this point in the history
  22. Add mini36 (qmk#18739)

    controller-works authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3ecff43 View commit details
    Browse the repository at this point in the history
  23. 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
    huytbt authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ccf3de6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f96c950 View commit details
    Browse the repository at this point in the history
  25. Aurora65: Correct Layout Data (qmk#18826)

    * info.json: apply friendly formatting
    
    * info.json: correct layout data
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ec6a317 View commit details
    Browse the repository at this point in the history
  26. Studio Kestra Galatea: fix ISO layout macros (qmk#18825)

    Switch the matrix positions for `KC_NUHS` and `KC_ENT`.
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f0fe48f View commit details
    Browse the repository at this point in the history
  27. Han60 Refactor (qmk#18819)

    * 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
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    067fdc8 View commit details
    Browse the repository at this point in the history
  28. 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.
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    282a4ab View commit details
    Browse the repository at this point in the history
  29. 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
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8c1bbd6 View commit details
    Browse the repository at this point in the history
  30. spelling fix (qmk#18831)

    PeterHindes authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    08efb0a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    23b8bb3 View commit details
    Browse the repository at this point in the history
  32. [Keyboard] Add Ellipse hotswap PCB support (qmk#18707)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b863597 View commit details
    Browse the repository at this point in the history
  33. [Keyboard] Add Ellipse PCB support (qmk#18706)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9ce1276 View commit details
    Browse the repository at this point in the history
  34. [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>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    863e5c3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b424451 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3481b7d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    579efc6 View commit details
    Browse the repository at this point in the history
  38. Fixup huytbt/h50 (qmk#18841)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3d6348f View commit details
    Browse the repository at this point in the history
  39. Fix splitkb/aurora/sweep (qmk#18839)

    * Fix splitkb/aurora/sweep
    
    * Add back layout alias
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6c0fc18 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    23be77a View commit details
    Browse the repository at this point in the history
  41. Deprecate ONESHOT_* keycodes for QK_ONE_SHOT_* (qmk#18844)

    * Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*`
    
    * Docs
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c3655ae View commit details
    Browse the repository at this point in the history
  42. Deprecate SECURE_* keycodes for QK_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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0691265 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    27c8486 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    d5da425 View commit details
    Browse the repository at this point in the history
  45. [Keymap] gmmk gmmk2 p65: new keymap (qmk#18808)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c1048c5 View commit details
    Browse the repository at this point in the history
  46. [Keyboard] Add Binepad BNR1 rotary encoder (qmk#18809)

    Co-authored-by: Joel Challis <git@zvecr.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    abed881 View commit details
    Browse the repository at this point in the history
  47. [Keymap] Add new IIDX gamepad keymap for Synth Labs Solo (qmk#18741)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7a87958 View commit details
    Browse the repository at this point in the history
  48. [Keyboard] Update MNK65 (qmk#18743)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c177fae View commit details
    Browse the repository at this point in the history
  49. [Keyboard] Kepler 33 (qmk#18771)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cf8baf2 View commit details
    Browse the repository at this point in the history
  50. add "inertia" mode for mouse keys (qmk#18774)

    Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    dcd1112 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    210fa8b View commit details
    Browse the repository at this point in the history
  52. Add Sinc Rev. 3 (qmk#18846)

    * 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
    nooges authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    36c8e49 View commit details
    Browse the repository at this point in the history
  53. [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>
    4 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1ce61b6 View commit details
    Browse the repository at this point in the history
  54. initial (qmk#18859)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7b285c9 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    39b44cf View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    339ba1f View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7a443f2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ae8b274 View commit details
    Browse the repository at this point in the history
  59. Normalise Combo keycodes (qmk#18877)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0d1ee20 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    feca591 View commit details
    Browse the repository at this point in the history
  61. Remove KC_DELT (qmk#18882)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bece663 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    53bf431 View commit details
    Browse the repository at this point in the history
  63. Fixup keebio/sinc/rev3 (qmk#18866)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    06b13b2 View commit details
    Browse the repository at this point in the history
  64. 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
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    febe303 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f4943fe View commit details
    Browse the repository at this point in the history
  66. Normalise Auto Shift keycodes (qmk#18892)

    * Normalise Auto Shift keycodes
    
    * Add keycode table to main list
    
    * Add old keycodes to legacy header
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8f900e5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    f0bf15f View commit details
    Browse the repository at this point in the history
  68. [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
    manna-harbour authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a86b42d View commit details
    Browse the repository at this point in the history
  69. [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
    leah-splitkb authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2788f2f View commit details
    Browse the repository at this point in the history
  70. 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
    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    48397d9 View commit details
    Browse the repository at this point in the history
  71. Docs: fix a typo (qmk#18896)

    luantty2 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b08be8e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    d5a9b5f View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    17bc2ae View commit details
    Browse the repository at this point in the history
  74. [Keymap] toshi0383 keymaps update (qmk#18760)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d27676d View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1a20623 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    47e0345 View commit details
    Browse the repository at this point in the history
  77. Revert "mcp23018: add return status to init (qmk#18178)" (qmk#18709)

    This reverts commit 3fffa51.
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    16593e0 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    41bdfbd View commit details
    Browse the repository at this point in the history
  79. Properly fix elephant42 (qmk#18908)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7c4d577 View commit details
    Browse the repository at this point in the history
  80. [Keyboard] Add Hubble keyboard (qmk#18718)

    Co-authored-by: Anton Chernenko <anton.chernenko@chaintrust.it>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f1aeb4f View commit details
    Browse the repository at this point in the history
  81. 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
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    999f75f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    b07d960 View commit details
    Browse the repository at this point in the history
  83. 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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1861f8f View commit details
    Browse the repository at this point in the history
  84. Added analog support for WB32 MCU. (qmk#18289)

    Co-authored-by: Joy <chang.li@westberrytech.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3006b6e View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3d19ac6 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    6e8e846 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    79b7d47 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    694f5e6 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    4538dcb View commit details
    Browse the repository at this point in the history
  90. 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
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    eee0071 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    8fedfb4 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    4420364 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    13fdd28 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    e71f31a View commit details
    Browse the repository at this point in the history
  95. 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.
    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e79f9b9 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    241190f View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    748494d View commit details
    Browse the repository at this point in the history
  98. Initial DD keycode migration (qmk#18643)

    * Initial DD keycode migration
    
    * Sort magic keycodes
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    214b492 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    33fe601 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    4abb1dc View commit details
    Browse the repository at this point in the history
  101. Remove thermal printer. (qmk#18959)

    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    29f809e View commit details
    Browse the repository at this point in the history
  102. Align dynamic tapping term keycode names (qmk#18963)

    * Align dynamic tapping term keycode names
    
    * regen header
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c86ed5e View commit details
    Browse the repository at this point in the history
  103. Align audio keycode names (qmk#18962)

    * Align audio keycode names
    
    * Update docs
    
    * Update quantum
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7f05e8a View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    1c897a8 View commit details
    Browse the repository at this point in the history
  105. Reworked backlight keycodes. (qmk#18961)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a931ff7 View commit details
    Browse the repository at this point in the history
  106. Star75 Refactor (qmk#18885)

    noroadsleft authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    aa17ff6 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    f3f9553 View commit details
    Browse the repository at this point in the history
  108. Refactor to avoid deprecated wmic execution (qmk#18122)

    * wmic deprecated?
    
    * Update platforms/avr/flash.mk
    
    * Update platforms/avr/flash.mk
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d907017 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    db1a314 View commit details
    Browse the repository at this point in the history
  110. [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
    drashna authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8885235 View commit details
    Browse the repository at this point in the history
  111. handwired/swiftrax/walter: fix layout mismatch (qmk#18974)

    * `handwired/swiftrax/walter`: fix layout mismatch
    
    * Undo K4A removal, fix info.json instead
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    edb2b51 View commit details
    Browse the repository at this point in the history
  112. 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
    sigprof authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e1ee127 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    f8558a2 View commit details
    Browse the repository at this point in the history
  114. 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
    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ccae3da View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    b80bd27 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    6a7e7eb View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    c9a2049 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    e55557a View commit details
    Browse the repository at this point in the history
  119. Publish hjson files as json (qmk#18996)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    62485fa View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    2d72e48 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    b30df72 View commit details
    Browse the repository at this point in the history
  122. [Keymap] KO Kyria (qmk#18413)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b0edae8 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    367b1cf View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    50ed533 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    f8aa8c1 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    a786c70 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    03f27d6 View commit details
    Browse the repository at this point in the history
  128. [Keyboard] Add Brutal v2 1800 PCB to QMK (qmk#18891)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    40a82cb View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    c824e1c View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    d1c3e44 View commit details
    Browse the repository at this point in the history
  131. Configuration menu
    Copy the full SHA
    46bfb33 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    2b5ba5a View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    41ffbaa View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    3a1b8d5 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    28f7cc4 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    373671e View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    1dcd04e View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    3d52a1b View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    69864c5 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    b0c6952 View commit details
    Browse the repository at this point in the history
  141. Avoid repeated calls to rgblight_set() in tight succession when setti…

    …ng lighting layers (qmk#18338)
    
    Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ce1bb0c View commit details
    Browse the repository at this point in the history
  142. 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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3cb46b5 View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    f3b1ae6 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    bfab2e7 View commit details
    Browse the repository at this point in the history
  145. [Keymap] sharkby7e keymap updates (qmk#18906)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    06c7091 View commit details
    Browse the repository at this point in the history
  146. Fixup bn006 on develop (qmk#19029)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f84d3e6 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    f3dc0c8 View commit details
    Browse the repository at this point in the history
  148. LED config fixes (qmk#18973)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ffbeb89 View commit details
    Browse the repository at this point in the history
  149. Ifohancroft HotDox76v2 keymap (qmk#19030)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f274942 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    0e2b72e View commit details
    Browse the repository at this point in the history
  151. Don't clear keys on layer change unless STRICT_LAYER_RELEASE is enabl…

    …ed (qmk#18577)
    
    * Don't clear mousekeys unless clearing keys
    
    * Revert "Don't clear mousekeys unless clearing keys"
    
    This reverts commit 29a0c06.
    
    * Just don't clear anything on layer set
    
    * Fix lint
    
    * Enable test?
    drashna authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    10ff43b View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    2682dd6 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    2bfabe9 View commit details
    Browse the repository at this point in the history
  154. Eric Gebhart user space and keymaps (qmk#17487)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    7d579f9 View commit details
    Browse the repository at this point in the history
  155. [Keyboard] Add pumpkin pad (qmk#18897)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3888ddd View commit details
    Browse the repository at this point in the history
  156. [Keyboard] Add Handwired alcor dactyl (qmk#18586)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0aac61c View commit details
    Browse the repository at this point in the history
  157. [Keyboard] Add Serenity PCB (qmk#18705)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ac17c66 View commit details
    Browse the repository at this point in the history
  158. [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>
    4 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3108b19 View commit details
    Browse the repository at this point in the history
  159. [Keyboard] Add Dayoff60 (qmk#17640)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    Co-authored-by: Joel Challis <git@zvecr.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    065e2c8 View commit details
    Browse the repository at this point in the history
  160. [Keyboard] Add Dactyl Manuform 5x6 with 6 thumb cluster (qmk#18845)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    82132e3 View commit details
    Browse the repository at this point in the history
  161. Configuration menu
    Copy the full SHA
    4db6f74 View commit details
    Browse the repository at this point in the history
  162. [Keyboard] Keychron Q6 (qmk#18288)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    73f5904 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    6f7dbb0 View commit details
    Browse the repository at this point in the history
  164. Only trigger encoder callbacks on primary side (qmk#18467)

    Co-authored-by: zvecr <git@zvecr.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f295160 View commit details
    Browse the repository at this point in the history
  165. Add pointing device support to data driven config (qmk#18215)

    Co-authored-by: Joel Challis <git@zvecr.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    517bc56 View commit details
    Browse the repository at this point in the history
  166. fix: mousekey doesn't work with trackpoint (qmk#18474)

    Co-authored-by: Nick Brassel <nick@tzarc.org>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    087457d View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    7c7f18c View commit details
    Browse the repository at this point in the history
  168. Fixup. (qmk#19059)

    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2c124d3 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    df36d10 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    01183f0 View commit details
    Browse the repository at this point in the history
  171. Cleanup. (qmk#19061)

    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    896de27 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    b132d7f View commit details
    Browse the repository at this point in the history
  173. Fixup keychron/q6 (qmk#19066)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8927d72 View commit details
    Browse the repository at this point in the history
  174. 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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1ab16bc View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    dcef384 View commit details
    Browse the repository at this point in the history
  176. Fixup day_off (qmk#19067)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    5be9a7a View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    c726f69 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    1fdd606 View commit details
    Browse the repository at this point in the history
  179. 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
    0xcharly authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d73f80f View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    13f7f32 View commit details
    Browse the repository at this point in the history
  181. [Keyboard] Add Constellation Rev3 (qmk#18868)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ac54337 View commit details
    Browse the repository at this point in the history
  182. Fix some old keycodes (qmk#19086)

    fauxpark authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a81f290 View commit details
    Browse the repository at this point in the history
  183. Fix typo (qmk#19035)

    Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
    kosorin authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4c0379d View commit details
    Browse the repository at this point in the history
  184. 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>
    leon-anavi authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6bb015e View commit details
    Browse the repository at this point in the history
  185. Planck unicode rune layout (qmk#18674)

    * Furthark layout
    trguhq authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bd3dd70 View commit details
    Browse the repository at this point in the history
  186. Personal keymap updates (qmk#18763)

    * Latest updates
    
    * Aligning and cleaning up planck and babyv layouts
    
    * Added license, cleaned up errors
    bghull authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ab9e62b View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    1008109 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    8cda83c View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    1da18ad View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    14aaa9e View commit details
    Browse the repository at this point in the history
  191. Configuration menu
    Copy the full SHA
    20474e3 View commit details
    Browse the repository at this point in the history
  192. fixed MOUSEKEY_INERTIA on AVR (qmk#19096)

    Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d4c5271 View commit details
    Browse the repository at this point in the history
  193. Configuration menu
    Copy the full SHA
    5f63abb View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    7c4820d View commit details
    Browse the repository at this point in the history
  195. [Keyboard] Add Jabberwocky v2 and reorganize (qmk#19014)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    02961c8 View commit details
    Browse the repository at this point in the history
  196. [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>
    4 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ac9e282 View commit details
    Browse the repository at this point in the history
  197. [Keyboard] Add keebsforall freebird75 (qmk#18653)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    aedc938 View commit details
    Browse the repository at this point in the history
  198. [Keyboard] GrayStudio Aero75 Hotswap (qmk#18883)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    16fb3ec View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    448b24f View commit details
    Browse the repository at this point in the history
  200. [Keyboard] Add WITF (qmk#18922)

    Co-authored-by: Joel Challis <git@zvecr.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d8fe697 View commit details
    Browse the repository at this point in the history
  201. Fix Typo in Saevus Cor Matrix (qmk#19073)

    doon authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d89f39e View commit details
    Browse the repository at this point in the history
  202. [Keyboard] Keychron Q5 (qmk#18283)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e39ee71 View commit details
    Browse the repository at this point in the history
  203. [Keyboard] Add XS108 (qmk#19112)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    82e4a05 View commit details
    Browse the repository at this point in the history
  204. [Keyboard] add mw660 keyboard (qmk#18849)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b965ec1 View commit details
    Browse the repository at this point in the history
  205. [Keyboard] Add ScottoStarter Keyboard (qmk#18626)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4616025 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    2e2453d View commit details
    Browse the repository at this point in the history
  207. [Keyboard] Move Hillside out of handwired (qmk#18751)

    Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9c129f6 View commit details
    Browse the repository at this point in the history
  208. Fixup keychron/q5 (qmk#19119)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1a841bb View commit details
    Browse the repository at this point in the history
  209. [Keyboard] Add hardwired Dactyl macropad (qmk#18761)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    59a19b9 View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    2ce45bb View commit details
    Browse the repository at this point in the history
  211. Configuration menu
    Copy the full SHA
    3db6200 View commit details
    Browse the repository at this point in the history
  212. [Keyboard] Add YR80 (qmk#18945)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    5fc5276 View commit details
    Browse the repository at this point in the history
  213. [Keyboard] Fix up Boaty (qmk#19117)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    30a3f27 View commit details
    Browse the repository at this point in the history
  214. [Keyboard] change RGBLED_NUM to 20 for zoom87 (qmk#18930)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c8d4489 View commit details
    Browse the repository at this point in the history
  215. Configuration menu
    Copy the full SHA
    1c803e5 View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    5dce9ba View commit details
    Browse the repository at this point in the history
  217. [Keymap] Add home and end keys to coffee's bm40hsrgb keymap (qmk#19108)

    Co-authored-by: Fae <faenkhauser@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    17136ff View commit details
    Browse the repository at this point in the history
  218. Merge API update workflow (qmk#19121)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fbca82c View commit details
    Browse the repository at this point in the history
  219. Remove .noci functionality (qmk#19122)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3c3f433 View commit details
    Browse the repository at this point in the history
  220. Stub next develop dates

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    49f4f21 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    7e71d0e View commit details
    Browse the repository at this point in the history
  222. [Keyboard] Add Satellite Rev1 (qmk#18869)

    Co-authored-by: Drashna Jaelre <drashna@live.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3d948a9 View commit details
    Browse the repository at this point in the history
  223. 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>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    319019a View commit details
    Browse the repository at this point in the history
  224. [Keyboard] add og60 keyboard (qmk#19114)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6e96f08 View commit details
    Browse the repository at this point in the history
  225. Update .gitignore (qmk#19132)

    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bdabefb View commit details
    Browse the repository at this point in the history
  226. Configuration menu
    Copy the full SHA
    ce705bd View commit details
    Browse the repository at this point in the history
  227. initial (qmk#19137)

    waffle87 authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a3c156e View commit details
    Browse the repository at this point in the history
  228. 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`.
    tzarc authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    6e8e60c View commit details
    Browse the repository at this point in the history
  229. Publish constants metadata to API (qmk#19143)

    * Publish metadata
    
    * Ensure content is sorted
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d5f8d67 View commit details
    Browse the repository at this point in the history
  230. [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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    745bb0b View commit details
    Browse the repository at this point in the history
  231. Configuration menu
    Copy the full SHA
    ed32c22 View commit details
    Browse the repository at this point in the history
  232. [Keymap] komidore64 planck rev6 (qmk#19036)

    Co-authored-by: Ryan <fauxpark@gmail.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ca601e6 View commit details
    Browse the repository at this point in the history
  233. Additional DD backlight config (qmk#19124)

    * Additional dd backlight config
    
    * Update docs
    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8df4ac8 View commit details
    Browse the repository at this point in the history
  234. Configuration menu
    Copy the full SHA
    2196a02 View commit details
    Browse the repository at this point in the history
  235. jsonify some info.json (qmk#19146)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    160222e View commit details
    Browse the repository at this point in the history
  236. Fix annepro2/c18:iso_default (qmk#19147)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    a9f473d View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    94f9bca View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    d01ab14 View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    fdd016a View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    954abe3 View commit details
    Browse the repository at this point in the history
  241. Configuration menu
    Copy the full SHA
    1b0813f View commit details
    Browse the repository at this point in the history
  242. Configuration menu
    Copy the full SHA
    4c5d2d9 View commit details
    Browse the repository at this point in the history
  243. Revert lib/usbhost changes (qmk#19165)

    zvecr authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    fa7b4c5 View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    9f05251 View commit details
    Browse the repository at this point in the history
  245. 2022 Nov 26 changelog. (qmk#19164)

    Co-authored-by: Joel Challis <git@zvecr.com>
    Co-authored-by: Ryan <fauxpark@gmail.com>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f828b4e View commit details
    Browse the repository at this point in the history
  246. Add piantor (qmk#18920)

    * Add piantor
    
    * Update keyboards/beekeeb/piantor/readme.md
    
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    
    Co-authored-by: Drashna Jaelre <drashna@live.com>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    05fce03 View commit details
    Browse the repository at this point in the history
  247. [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>
    3 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cb18a99 View commit details
    Browse the repository at this point in the history
  248. Fix RWIN typo within keycode list (qmk#19155)

    fix typo
    gshmu authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3218433 View commit details
    Browse the repository at this point in the history
  249. new keyboard rb1 (qmk#18164)

    * 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>
    2 people authored and ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f8d629c View commit details
    Browse the repository at this point in the history
  250. Add GHS.XLS

    Add encoder functionality
    
    Update VID
    
    Update VID and PID
    
    Update files to use encoder map
    ramonimbao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0f2cfd2 View commit details
    Browse the repository at this point in the history