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

defined KEYMAP_GRID for grid layouts #3

Merged
merged 1 commit into from
Jan 23, 2015
Merged

Conversation

pepers
Copy link
Contributor

@pepers pepers commented Jan 23, 2015

This adds better support for grid layouts, as users won't have to redefine the KEYMAP in the keymap_common header file. I saw @nathanrosspowell already uses this, and I think it is a good idea.

@jackhumbert
Copy link
Member

Ah yeah! I saw that earlier, but looking at it closer, that's perfect!

jackhumbert added a commit that referenced this pull request Jan 23, 2015
defined KEYMAP_GRID for grid layouts
@jackhumbert jackhumbert merged commit 1d3f3cd into qmk:master Jan 23, 2015
@jackhumbert
Copy link
Member

This'd work well for the Atomics too.

@pepers
Copy link
Contributor Author

pepers commented Jan 26, 2015

Great! What are you calling the two separate Atomic layouts?

@jackhumbert
Copy link
Member

There's my internal codes, then what I'm calling them. The 5 I have right now are (only 3 are for sale):

JCK: Semi-standard
ASK: Short space
MLO: Semi-grid
KLN: Grid
PKR: Standard

Sorry for picking shortcodes that don't make sense :)

ezuk pushed a commit that referenced this pull request Apr 6, 2016
jackhumbert pushed a commit that referenced this pull request Sep 21, 2016
nelseric pushed a commit to nelseric/qmk_firmware that referenced this pull request Jan 25, 2017
Added ryanmaclean's keymaps
jackhumbert pushed a commit that referenced this pull request Feb 22, 2017
pulling in remote changes
jackhumbert added a commit that referenced this pull request May 27, 2017
Fix typo in Macro.md in dynamic macro section.
jetpacktuxedo referenced this pull request in jetpacktuxedo/qmk_firmware Jun 7, 2017
kmtoki pushed a commit to kmtoki/qmk_firmware that referenced this pull request Oct 5, 2017
drashna pushed a commit that referenced this pull request Aug 21, 2018
* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'ä'

Closes #2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes #3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.
muramasa64 pushed a commit to muramasa64/qmk_firmware that referenced this pull request Aug 25, 2018
* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'ä'

Closes qmk#2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes qmk#3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.
klardotsh referenced this pull request in klardotsh/qmk_firmware Aug 27, 2018
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this pull request Sep 6, 2018
* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'ä'

Closes qmk#2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes qmk#3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this pull request Sep 21, 2018
# This is the 1st commit message:

Easier switching between mac and win layers; logic for defining os-specific keys

# This is the commit message qmk#2:

sleep and power keys for win; added control-backspace instead of control-escape

# This is the commit message qmk#3:

adding wait in windows power/sleep macros

# This is the commit message qmk#4:

Adding switch to last window tap functinality; tweaked "mo_layer_tap"

# This is the commit message qmk#5:

An attempt to fix volume buttons in win

# This is the commit message qmk#6:

Fixed repeat function; changed win volume keys to f20-f22

# This is the commit message qmk#7:

Added macros for vim save/quit

# This is the commit message qmk#8:

Fixes for single tap of palm keys on non-palm layers

# This is the commit message qmk#9:

Moved volume and home/end keys, changed double tap for left and right brackets, replaced = and -

# This is the commit message qmk#10:

Added minimize/maximize shortcuts for mac

# This is the commit message qmk#11:

Removed unnecessary maximize shortcut for mac

# This is the commit message qmk#12:

An attempt to fix volume buttons in win

# This is the commit message qmk#13:

added find next/previous (f3/shift-f3) keys

# This is the commit message qmk#14:

Remapped alt+tab/space; mo alt layer tap for win

# This is the commit message qmk#15:

Code refactoring; changing lang on mac via alt-space

# This is the commit message qmk#16:

Added dedicated keys for undo and f3; moved brackets

# This is the commit message qmk#17:

Moved exchanged GRV and Insert keys

# This is the commit message qmk#18:

Adjusted repeat timers

# This is the commit message qmk#19:

Added dedicated keys for curly braces

# This is the commit message qmk#20:

Added hold functionality to arrow keys in alt layer

# This is the commit message qmk#21:

Added macros for terminal

# This is the commit message qmk#22:

Added macro to clear terminal output in iterm2 (mac) and console (win)

# This is the commit message qmk#23:

Fixed save macro for vim,

# This is the commit message qmk#24:

Fixed clear command for conemu on win; changed location of volume keys

# This is the commit message qmk#25:

Replaced double tap k and comma macros with escape+key functionality

# This is the commit message qmk#26:

Re-added K-tap for lang change, added redo as a hold functionality for undo key,

# This is the commit message qmk#27:

Removed f3 and undo as a separate keys, removed k-tap combo; caps and change lang

# This is the commit message qmk#28:

Combination to close window; removed esc + 3

# This is the commit message qmk#29:

Custom keycode for lang/caps, macro for closing app

# This is the commit message qmk#30:

Holding keys for esc layer,
ChrissiQ pushed a commit to ChrissiQ/qmk_firmware that referenced this pull request Sep 25, 2018
* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'ä'

Closes qmk#2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes qmk#3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.
joric referenced this pull request in joric/qmk Feb 28, 2019
HenrySiau added a commit to HenrySiau/qmk_firmware that referenced this pull request Apr 6, 2019
noroadsleft referenced this pull request in noroadsleft/qmk_firmware Dec 16, 2020
drashna pushed a commit that referenced this pull request Jan 14, 2021
* added urbanvanilla keymap

Urbanvanilla's keymap for massdrop/alt keyboard
adds in an idle timer to turn off RGB after set amount of time.
poor unsuccessful attempt at replicating a velocikey like functionality.
Grave escape is enabled on ESC.

* Update readme.md

* updating documentation

* Create readme.md

* restoring default documentation

* update with review changes implemented

removed unnecessary lines and files.
increased wait_us() parameter to 40 as was still getting chatter at 20.
removed some code for the terrible rudimentary attempt at velocikey for rgb matrix

* Update matrix.c

* Revert "Merge pull request #3 from urbanvanilla/dev_branch"

This reverts commit deb55d7, reversing
changes made to ba88173.

* Update keymap.c

* added urbanvanilla keymap

Urbanvanilla's keymap for massdrop/alt keyboard
adds in an idle timer to turn off RGB after set amount of time.
poor unsuccessful attempt at replicating a velocikey like functionality.
Grave escape is enabled on ESC.

* Update readme.md

* updating documentation

* Create readme.md

* restoring default documentation

* update with review changes implemented

removed unnecessary lines and files.
increased wait_us() parameter to 40 as was still getting chatter at 20.
removed some code for the terrible rudimentary attempt at velocikey for rgb matrix

* Update matrix.c

* Revert "Merge pull request #3 from urbanvanilla/dev_branch"

This reverts commit deb55d7, reversing
changes made to ba88173.

* Delete matrix.c

* Update keyboards/massdrop/alt/keymaps/urbanvanilla/config.h

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keymap.c

* Update keymap.c

* Update keyboards/massdrop/alt/keymaps/urbanvanilla/keymap.c

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
stdvar pushed a commit to stdvar/qmk_firmware that referenced this pull request Mar 10, 2021
* [Keyboard] K6 Gateron RGB (Sonix SN32F248B)

* Update info.json

Corrected the layout.

* K6: Update MCUConf and remove CT16.h

As per requested here SonixQMK#3 (comment)
matthewdias pushed a commit to matthewdias/qmk_firmware that referenced this pull request Mar 27, 2021
finlaybob pushed a commit to finlaybob/qmk_firmware that referenced this pull request Jun 8, 2021
* Adding implementation of angled lines
@skullydazed skullydazed mentioned this pull request Jun 26, 2021
11 tasks
dejaeghered pushed a commit to dejaeghered/qmk_firmware that referenced this pull request Jul 2, 2021
jiaxin96 referenced this pull request in Oh-My-Mechanical-Keyboard/qmk_firmware Aug 30, 2021
commit 52d1e434c5031b11c024a6086f15a705a7dc8c34
Author: JX <572673807@qq.com>
Date:   Mon Aug 30 11:57:37 2021 +0800

    Squashed commit of the following:

    commit baa4230
    Author: Zach White <skullydazed@gmail.com>
    Date:   Sun Aug 29 16:46:36 2021 -0700

        ensure that the directory for sys.executable is in the user's path (qmk#14229)

    commit b705020
    Author: Zach White <skullydazed@gmail.com>
    Date:   Sun Aug 29 16:41:56 2021 -0700

        move everything from qmkfm/base_container to qmkfm/qmk_cli (qmk#14230)

    commit 13a2da9
    Author: peott-fr <70998091+peott-fr@users.noreply.github.com>
    Date:   Sun Aug 29 14:52:49 2021 -0700

        Nyquist (qmk#14202)

        * adding my Nyquist keymap

        * Updating Nyquist keymap with licensing.

        * Cleaning-up and improving Nyquist keymap.

        * Cleaning-up and improving Nyquist keymap.

    commit a1866a9
    Author: Sergey Vlasov <sigprof@gmail.com>
    Date:   Mon Aug 30 00:24:43 2021 +0300

        Update the nix-shell environment (qmk#13316)

        * Nix: Allow calls to `bin/qmk` even when the build was started by `qmk`

        The `$PATH` modifications performed by the Nix wrapper for the `qmk`
        executable prevent `bin/qmk` from working properly (the changed `$PATH`
        contains a wrong `python3` executable which does not have the needed
        Python modules in its module path).  As a workaround, disable the
        generation of that wrapper for the `qmk` Python package (there is yet
        another wrapper generated while building the Python environment, which
        would still set the Python module path properly when running `qmk`).

        Although `bin/qmk` is officially deprecated, QMK CLI still invokes it in
        some cases (at least `qmk doctor` and `qmk pytest`), therefore keeping
        these invocations working is useful.

        * Nix: Update `util/nix/pyproject.toml` to match `requirements*.txt`

        Update the Python dependency information used by Poetry to match the
        current state of the qmk_firmware code.

        * Nix: Bump QMK CLI dependency to 1.0.0; bump other Python deps

        Update Python dependencies for nix-shell to the most recent releases:

         - dotty-dict: 1.3.0 -> no longer used
         - milc: 1.4.2 -> 1.6.2
         - pep8-naming: 0.11.1 -> 0.12.1
         - pygments: 2.9.0 -> 2.10.0
         - pyrsistent: 0.17.3 -> 0.18.0
         - pyusb: 1.1.1 -> 1.2.1
         - setuptools-scm: 6.0.1 -> no longer used
         - qmk: 0.1.0 -> 1.0.0
         - qmk-dotty-dict: not used -> 1.3.0.post1
         - yapf: 0.30.0 -> 0.31.0

        Note to self: The command to update Python dependencies changed to:

            ( cd util/nix && nix run 'nixpkgs#poetry' -- update --lock )

    commit ef7fdee
    Author: J.Flanagan <jrfhoutx@comcast.net>
    Date:   Sun Aug 29 14:18:56 2021 -0500

        [Keyboard] Add Viktus SP Mini (qmk#14069)

        Co-authored-by: Ryan <fauxpark@gmail.com>
        Co-authored-by: Drashna Jaelre <drashna@live.com>

commit 5b6ec115dfeeb5742ee8a74d7417db9f3ce06cb3
Author: JX <572673807@qq.com>
Date:   Mon Aug 30 11:55:34 2021 +0800

    del yr kbs

commit b79ac2d8951ae95869af933b38a42a1b3572b3de
Author: JX <572673807@qq.com>
Date:   Mon Aug 30 11:54:48 2021 +0800

    rebase

commit 3cf068dd3a4192b78dcdfed1bf54bf57284291a7
Merge: 0755243 5c3d45a2d2
Author: JX <572673807@qq.com>
Date:   Mon Aug 30 11:51:45 2021 +0800

    Merge branch 'master' of https://github.com/Oh-My-Mechanical-Keyboard/qmk_firmware

commit 5c3d45a2d27cb950c3052e0c007bfc6b99bb3301
Merge: a210ace14d f87cd8e
Author: JX <572673807@qq.com>
Date:   Sun Aug 29 23:58:54 2021 +0800

    Merge pull request #1 from qmk/master

    update to qmk

commit a210ace14ddb30502d106254cacda306c869cb25
Author: JX <572673807@qq.com>
Date:   Sun Aug 29 23:57:05 2021 +0800

    del master yr kbs

commit 2ce5192
Author: JX <572673807@qq.com>
Date:   Sun Aug 29 22:57:58 2021 +0800

    update local file

commit 6e09953
Author: JX <572673807@qq.com>
Date:   Sat Aug 28 01:49:54 2021 +0800

    del u80

commit c673215
Author: JX <572673807@qq.com>
Date:   Sat Aug 28 01:28:15 2021 +0800

    Delete uchen80v1.zip

commit bc37cfc
Author: JX <572673807@qq.com>
Date:   Sat Aug 28 01:25:01 2021 +0800

    add yr kbs

commit 0755243
Author: JX <572673807@qq.com>
Date:   Fri Aug 27 14:00:43 2021 +0800

    Distinguish product id between versions of one kb

commit d7b6051
Author: JX <572673807@qq.com>
Date:   Fri Aug 27 13:33:08 2021 +0800

    add info.json for kbs waiting to push into qmk master

commit 4d52f89
Author: JX <572673807@qq.com>
Date:   Fri Aug 27 11:23:03 2021 +0800

    fix all init make readme

commit 04ed3a3
Author: JX <572673807@qq.com>
Date:   Fri Aug 27 11:15:21 2021 +0800

    move WS69v2 to whiteMouse69

commit ef4ee0c
Author: JX <572673807@qq.com>
Date:   Fri Aug 27 00:59:31 2021 +0800

    add zhou65 via config file

commit b1381d3
Author: JX <572673807@qq.com>
Date:   Thu Aug 26 20:49:16 2021 +0800

    fix e75 keymap

commit 1e183b4
Merge: 3b8a86c 2ceec5c
Author: JX <572673807@qq.com>
Date:   Thu Aug 26 01:40:09 2021 +0800

    Merge branch 'master' of https://github.com/Oh-My-Mechanical-Keyboard/qmk_firmware

commit 3b8a86c
Author: JX <572673807@qq.com>
Date:   Thu Aug 26 01:34:56 2021 +0800

    fix share ep bug

commit 2ceec5c
Merge: f58a2d6 bb1b822
Author: JX <572673807@qq.com>
Date:   Wed Aug 25 18:33:57 2021 +0800

    Merge pull request #7 from qmk/master

    update to qmk master

commit f58a2d6
Author: JX <572673807@qq.com>
Date:   Wed Aug 25 01:03:32 2021 +0800

    fix e75 pin bug and add zhou75 solder version

commit f78926d
Author: JX <572673807@qq.com>
Date:   Sun Aug 22 19:19:54 2021 +0800

    add boyPad

commit fe2769f
Author: JX <572673807@qq.com>
Date:   Sun Aug 22 15:45:43 2021 +0800

    del hotdox76 v2 kb

commit b99e2e0
Author: JX <572673807@qq.com>
Date:   Sun Aug 22 03:22:15 2021 +0800

    Update hotdox76_V2.c

commit 7888677
Author: JX <572673807@qq.com>
Date:   Sun Aug 22 03:05:10 2021 +0800

    fix split oled layer state and current input not sync

commit a54bf3a
Author: JX <572673807@qq.com>
Date:   Thu Aug 19 17:32:12 2021 +0800

    fix avr oled

commit 4b68c3b
Author: JX <572673807@qq.com>
Date:   Tue Aug 17 23:33:33 2021 +0800

    add hotswap version for m69

commit 8fea4d1
Author: JX <572673807@qq.com>
Date:   Mon Aug 16 01:23:25 2021 +0800

    add Eureka75 and hotdox76_V2

commit d9ab3ed
Author: JX <572673807@qq.com>
Date:   Sun Aug 8 23:46:56 2021 +0800

    add hotdox76 v2 kb (prelim)

commit b4e8c50
Author: JX <572673807@qq.com>
Date:   Sat Aug 7 03:37:57 2021 +0800

    add yp87ble and fix zhou75 encoder pin error

commit 2a560b8
Author: JX <572673807@qq.com>
Date:   Sat Aug 7 01:37:07 2021 +0800

    fix eep path

    Change the EEP path to automatically obtain the absolute path of the current directory

commit 5888f9f
Author: JX <572673807@qq.com>
Date:   Sun Aug 1 23:17:01 2021 +0800

    fix 69 keymap

commit fba647d
Author: JX <572673807@qq.com>
Date:   Sun Aug 1 23:10:01 2021 +0800

    fix whitemouse69 rgb position

commit 260a647
Author: JX <572673807@qq.com>
Date:   Sun Aug 1 22:27:30 2021 +0800

    fix zhou75 encoder

commit 01be073
Author: JX <572673807@qq.com>
Date:   Sun Aug 1 21:51:30 2021 +0800

    add zhou75, boy40ble and yp980ble

commit 183a9f8
Author: JX <572673807@qq.com>
Date:   Tue Jul 27 15:59:41 2021 +0800

    Update config.h

commit a0572b4
Author: JX <572673807@qq.com>
Date:   Tue Jul 27 15:38:50 2021 +0800

    add led indicate for m69

commit bd7e66b
Author: JX <572673807@qq.com>
Date:   Tue Jul 27 15:15:32 2021 +0800

    add M69(87%)

commit 551ed94
Merge: 98a0816 bbdcb0b
Author: JX <572673807@qq.com>
Date:   Thu Jul 22 16:10:36 2021 +0800

    Merge branch 'master' of https://github.com/Oh-My-Mechanical-Keyboard/qmk_firmware

commit 98a0816
Author: JX <572673807@qq.com>
Date:   Thu Jul 22 16:05:09 2021 +0800

    添加keep函数

commit bbdcb0b
Merge: e869849 07ae72e
Author: JX <572673807@qq.com>
Date:   Sun Jul 18 22:17:29 2021 +0800

    Merge pull request #6 from qmk/master

    update to the upstream of qmk master

commit e869849
Author: JX <572673807@qq.com>
Date:   Sun Jul 18 22:06:10 2021 +0800

    add ws69v2 keyboard

commit 0c625e7
Author: JX <572673807@qq.com>
Date:   Thu Jul 15 14:23:22 2021 +0800

    Create chibios.mk

commit b9183ce
Author: JX <572673807@qq.com>
Date:   Thu Jul 15 13:46:58 2021 +0800

    Update main.c

commit b6e16c4
Author: JX <572673807@qq.com>
Date:   Thu Jul 15 13:00:20 2021 +0800

    更新白鼠69为spi驱动需要更改spi的频率,qmk的bug

commit be78933
Author: JX <572673807@qq.com>
Date:   Fri Jul 9 16:57:49 2021 +0800

    更新白鼠69 rgb矩阵

commit a4c0819
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 28 23:54:21 2021 +0800

    v-alpha1

commit 574b709
Author: jiaxin96 <572673807@qq.com>
Date:   Sun Jun 27 00:42:05 2021 +0800

    添加新键盘

commit 42b0038
Author: jiaxin96 <572673807@qq.com>
Date:   Sun Jun 27 00:40:48 2021 +0800

    修改重启nrf

commit ee800f1
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 26 00:10:13 2021 +0800

    Update biu_nrf52.cpp

commit 79e2882
Author: JX <572673807@qq.com>
Date:   Thu Jun 24 18:58:11 2021 +0800

    Update keymap.c

commit cf51e9c
Merge: 7595114 d77cd42
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Jun 22 14:15:07 2021 +0800

    Merge branch 'master' of https://github.com/Oh-My-Mechanical-Keyboard/qmk_firmware

commit 7595114
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Jun 22 14:11:26 2021 +0800

    add sleep

commit d77cd42
Author: JX <572673807@qq.com>
Date:   Mon Jun 21 22:47:27 2021 +0800

    Update getRgbMtrixPosition.js

commit 6db9a90
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 17:48:18 2021 +0800

    Update biu_nrf52.cpp

commit dda8139
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 17:41:29 2021 +0800

    add ble unpair current interface

commit 8d0cf13
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 17:39:49 2021 +0800

    add final80v2 and yp980ble

commit 50e5c4b
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 15:22:16 2021 +0800

    Update biu_nrf52.cpp

commit a3f4903
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 14:33:17 2021 +0800

    Update biu_nrf52.cpp

commit c5d6b19
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 21 14:08:08 2021 +0800

    restructure the nrf framework

commit 2841425
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 23:31:08 2021 +0800

    fix pre init bug(add return)

commit 44ba86c
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 22:55:05 2021 +0800

    Update biu_nrf52.cpp

commit ed2f91b
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 22:43:14 2021 +0800

    Delete uart.c

commit ffef7ec
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 22:42:54 2021 +0800

    Create uart.c

commit cf3c262
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 22:11:51 2021 +0800

    fix uart

commit df7a30c
Merge: fafaa74 1012972
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 20:22:03 2021 +0800

    Merge branch 'qmk-master'

commit 1012972
Merge: fafaa74 939ce6a
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 20:21:37 2021 +0800

    Merge branch 'master' of https://github.com/qmk/qmk_firmware into qmk-master

commit fafaa74
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 20:17:18 2021 +0800

    ignore vscode setting

commit f44ccff
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 20:13:12 2021 +0800

    add batinfo update and fix the uart setting of chibios

commit 236b1c5
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 17:02:03 2021 +0800

    add bat information update

commit 0cfbe71
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 19 16:05:53 2021 +0800

    add nrf52 uart module support lib

commit 67fe370
Author: jiaxin96 <572673807@qq.com>
Date:   Thu Jun 17 11:18:42 2021 +0800

    start test usb anc ble switch

commit 278d0e7
Author: jiaxin96 <572673807@qq.com>
Date:   Thu Jun 17 00:20:01 2021 +0800

    add adc and extern the uart buffer for f401 wm28

commit 3c0dbc5
Author: JX <572673807@qq.com>
Date:   Wed Jun 16 15:55:34 2021 +0800

    Update settings.json

commit 5699d3d
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 20:33:37 2021 +0800

    simplify the r65 code

commit 8e30997
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 20:29:33 2021 +0800

    add wm uart map

commit eacbc03
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 19:54:03 2021 +0800

    Update getRgbMtrixPosition.js

commit 2f8235c
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 19:52:28 2021 +0800

    add tdcq rgb

commit c4ce4eb
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 17:13:10 2021 +0800

    Enables the master branch to also use the EEPROM of Stm32F4

commit ed2ccb4
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 15:49:52 2021 +0800

    fix tdcq

commit cf46f1e
Author: jiaxin96 <572673807@qq.com>
Date:   Mon Jun 14 14:17:03 2021 +0800

    fix eeprom bug

commit 21e2df3
Author: jiaxin96 <572673807@qq.com>
Date:   Sun Jun 13 00:23:13 2021 +0800

    Update keymap.c

commit bedd819
Author: jiaxin96 <572673807@qq.com>
Date:   Sun Jun 13 00:16:29 2021 +0800

    fix via col and row number for wm28

commit 65e50fc
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 12 23:52:48 2021 +0800

    add bs 28 and CUSTOM_MATRIX

commit 0d7451b
Merge: 1866908 0ef145d
Author: JX <572673807@qq.com>
Date:   Sat Jun 12 16:23:55 2021 +0800

    Merge branch 'qmk:master' into master

commit 1866908
Author: jiaxin96 <572673807@qq.com>
Date:   Sat Jun 12 16:23:18 2021 +0800

    ADD bs28 TEST

commit db3f05e
Author: jiaxin96 <572673807@qq.com>
Date:   Fri Jun 11 12:12:05 2021 +0800

    fix via rgb

commit 063438b
Author: jiaxin96 <572673807@qq.com>
Date:   Fri Jun 11 12:05:03 2021 +0800

    add via info

commit 85e6ad9
Author: jiaxin96 <572673807@qq.com>
Date:   Fri Jun 11 11:49:02 2021 +0800

    Update readme.md

commit 0400d2f
Author: jiaxin96 <572673807@qq.com>
Date:   Fri Jun 11 11:48:27 2021 +0800

    add tdcq64 2s

commit 6e29f1a
Author: JX <572673807@qq.com>
Date:   Tue Jun 8 21:56:16 2021 +0800

    Update readme.md

commit f677b10
Author: JX <572673807@qq.com>
Date:   Mon Jun 7 19:45:12 2021 +0800

    Update readme.md

commit c70834d
Author: jiaxin96 <572673807@qq.com>
Date:   Fri Jun 4 12:17:37 2021 +0800

    Update config.h

commit 836cf47
Author: jiaxin96 <572673807@qq.com>
Date:   Mon May 24 21:12:06 2021 +0800

    update tdcq68 config.h

commit 3ded209
Author: jiaxin96 <572673807@qq.com>
Date:   Sun May 23 11:48:31 2021 +0800

    add doc for r65ble

commit 21d4461
Author: jiaxin96 <572673807@qq.com>
Date:   Sun May 23 00:47:04 2021 +0800

    add tdcq68 and add gpl2 header

commit bf24140
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 22:30:50 2021 +0800

    fix f401_rgb

commit 4f29f66
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 21:50:04 2021 +0800

    add stm32f103 and stm32f401 f411 case

commit 6f71392
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 17:20:20 2021 +0800

    add tap code delay and format the encoder behever

commit 93e889d
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 17:05:19 2021 +0800

    add sb65p-via-json

commit d205b5a
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 16:55:52 2021 +0800

    fix part of format error and add some licenses header

commit 2549671
Merge: 244d968 40f235a
Author: JX <572673807@qq.com>
Date:   Sat May 22 11:23:12 2021 +0800

    Merge pull request #3 from qmk/master

    update to qmk master

commit 244d968
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 11:20:54 2021 +0800

    Update keymap.c

commit 374885b
Author: jiaxin96 <572673807@qq.com>
Date:   Sat May 22 11:12:22 2021 +0800

    add r65ble-test

commit 02028fb
Merge: 5cb336a 63cdf80
Author: JX <572673807@qq.com>
Date:   Wed Apr 28 14:16:40 2021 +0800

    Merge pull request #2 from qmk/master

    update to the qmk master branch

commit 5cb336a
Author: jiaxin96 <572673807@qq.com>
Date:   Wed Apr 21 15:32:34 2021 +0800

    Update config.h

commit 9b733f3
Author: jiaxin96 <572673807@qq.com>
Date:   Wed Apr 21 14:03:10 2021 +0800

    revision of the config.h

commit bfcf59c
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Apr 20 21:54:14 2021 +0800

    Fix some typos

commit ad4b88d
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Apr 20 21:43:22 2021 +0800

    add info.json for all keyboards of "y&r studio"

commit 06011cf
Merge: 2363cd4 8405d28
Author: JX <572673807@qq.com>
Date:   Tue Apr 20 21:22:16 2021 +0800

    Merge pull request #1 from qmk/master

    update to the master of the qmk repo.

commit 2363cd4
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Apr 20 21:20:16 2021 +0800

    add readme and correct layout naming

commit 2b475ab
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Apr 20 01:15:33 2021 +0800

    add readme files

commit d6e1277
Author: jiaxin96 <572673807@qq.com>
Date:   Tue Apr 20 00:55:51 2021 +0800

    add keyboards

    add keyboards and utils for 'y&r studio'
vomindoraan added a commit to vomindoraan/qmk_firmware that referenced this pull request Sep 16, 2021
Disable flags in keymap-level rules.mk that clash with userspace-level
defaults

We want all affected keymaps to compile to the exact same binaries as
before the migration. Since keymap-level flags now override userspace
flags rather than vice-versa, we need to make sure that we disable
keymap flags that explicitly differ from the userspace defaults.
ymlmkb referenced this pull request in ymlmkb/qmk_firmware Jan 20, 2022
crokobit added a commit to crokobit/qmk_firmware that referenced this pull request Mar 6, 2022
# This is the 1st commit message:

add crokobit ergox keymap

# The commit message qmk#2 will be skipped:

# update

# The commit message qmk#3 will be skipped:

# update

# The commit message qmk#4 will be skipped:

# update

# The commit message qmk#5 will be skipped:

# update

# The commit message qmk#6 will be skipped:

# update
enriquein pushed a commit to enriquein/qmk_firmware that referenced this pull request Apr 3, 2022
mechmehmet added a commit to mechmehmet/qmk_firmware that referenced this pull request Mar 12, 2023
retrogeek46 pushed a commit to retrogeek46/qmk_firmware that referenced this pull request May 30, 2023
mattpcaswell pushed a commit to mattpcaswell/qmk_firmware that referenced this pull request Jun 7, 2023
mattpcaswell pushed a commit to mattpcaswell/qmk_firmware that referenced this pull request Jun 7, 2023
* Add international backslash

* delete useless log

* add possibility to switch between layouts

* keycode fix

* delete comment

* fix n refactor

* cleanup

* A different way to organize the code lookup table (qmk#2)

* A different way to organize the code lookup table

* Rename

* Row org

* Extract layouts

 - use import name rather than aliases

* Simplify Layouts

* Reset keymap before switching layout

* move getQMKCode into vuex getter

* Encapsulate knowledge of internals

 - remove dependency on knowing the internals of store

* reduce code

* Better naming

* lint / handle default layout / radio buttons

* lint

* Update comments for slice of ISO (qmk#3)

* Update comments for slice of ISO

* Linting

* review

* review
tetsu-sh pushed a commit to tetsu-sh/qmk_firmware that referenced this pull request Jun 18, 2023
fauh45 pushed a commit to fauh45/qmk_firmware that referenced this pull request Dec 13, 2023
BorisTestov pushed a commit to BorisTestov/qmk_firmware that referenced this pull request May 23, 2024
* Translated faq.md and added all other files (copy from English)

* Translated driver_installation_zadig.md in French

* Translated faq_build.md in French

* Translated faq_debug in French

* Translateed faq_general.md in French

* Translated first part of faq_keymap.md

* Renamed docs/fr-FR folder to docs/fr-fr

* Finished translation of faq_keymap.md

* Update faq_build.md

* Review (qmk#3)

* Review

* Update docs/fr-fr/faq_keymap.md

* Update docs/fr-fr/faq_debug.md

* Fix some PR comments

Co-Authored-By: Noan Mousy <4sstylz@protonmail.ch>
Co-Authored-By: Wermeille Bastien <bastien.wermeille@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants