-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Charlie's keymap #7
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this is so I can leave my machine on workman and have my keyboard be the same
jackhumbert
pushed a commit
that referenced
this pull request
Sep 8, 2016
* removing nkro references - wip * changed NKRO to be defined by keymap_config
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,
manolodeinternet
added a commit
to manolodeinternet/qmk_firmware
that referenced
this pull request
Apr 11, 2019
WORKS PROPERLY (solved issue with SAFE_RANGE at enum declarations for macros) * included a temporary file with works properly, but it’s small and it’s not verified, keyboards/40percentclub/gherkin/keymaps/30_layout/keymap WORKS PROPERLY.c * modified file: keyboards/40percentclub/gherkin/rules.mk, while trying to minimise the final size of the compiled QMK hex file * modified file: keyboards/40percentclub/gdherkin/keymaps/30_layout/keymap.c, for avoid abnormal behaviour of keystrokes, missing keystrokes, etc, because of the SAFE_RANGE initial value for the first macro into the enum definition. * tap_dance_states must be enumerated, all of them: FIRST WE DECLARE: enum tap_dance_states { // EACH ONE RECEIVE ITS VALUE... SINGLE_TAP = 1, SINGLE_HOLD = 2, ... * tap_dance_keycodes macros must begin by 0: SECOND WE DECLARE: enum tap_dance_keycodes { // IT BEGINS BY 0... Q_SUSR = 0 // super user layer // ... **TAB ,W_MOUS // mouse layer ... * SAFE_RANGE must be the initial value for the first custom macro keycode, for working with process_record_user(): AND AT THE LAST ONE THAT WE DECLARE: enum custom_keycodes { // IT BEGINS AT A SAFE_RANGE... (this is the last enum) // MACROS for process_record_user() DICTAD = SAFE_RANGE ,BLIT_OFF ,BLIT_01 ,BLIT_02 ,BLIT_03 ,BLIT_04 ,BLIT_05 ...
thea-leake
pushed a commit
to thea-leake/qmk_firmware
that referenced
this pull request
Aug 9, 2019
Lenbok
pushed a commit
to Lenbok/qmk_firmware
that referenced
this pull request
Aug 3, 2020
Call matrix_init_quantum from matrix_init instead of matrix_init_user
cjuniet
pushed a commit
to cjuniet/qmk_firmware
that referenced
this pull request
Sep 3, 2020
add custom keycodes to switch led profiles
theol0403
pushed a commit
to theol0403/qmk_firmware
that referenced
this pull request
Oct 14, 2020
Shredder
pushed a commit
to Shredder/qmk_firmware
that referenced
this pull request
Jan 31, 2021
streof
pushed a commit
to streof/qmk_firmware
that referenced
this pull request
Mar 26, 2021
finlaybob
pushed a commit
to finlaybob/qmk_firmware
that referenced
this pull request
Jun 8, 2021
This could be allowed for setting the backlight level on regular displays or contrast level on OLEDs. It is nice to adjust this based on a sensor or time of day.
daltona
pushed a commit
to daltona/qmk_firmware
that referenced
this pull request
Aug 28, 2021
Merge changes to support saving to NVM
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'
lalalademaxiya2
pushed a commit
to lalalademaxiya2/qmk_firmware
that referenced
this pull request
Jan 27, 2022
Delete unwanted comments.
shshsh11
pushed a commit
to shshsh11/qmk_firmware
that referenced
this pull request
Nov 13, 2022
shshsh11
pushed a commit
to shshsh11/qmk_firmware
that referenced
this pull request
Nov 13, 2022
Issue qmk#7: migrate all fingerpunch boards over to use new feature flag…
gitbook-getsquad-dev-samy bot
pushed a commit
to SamyPesse/qmk_firmware
that referenced
this pull request
Jan 25, 2023
mattpcaswell
pushed a commit
to mattpcaswell/qmk_firmware
that referenced
this pull request
Jun 7, 2023
Make each tab of keycodes run from its own file.
ankostis
pushed a commit
to ankostis/qmk_firmware
that referenced
this pull request
Mar 10, 2024
Set-limit validation check had been forgotten to above 1 from upscaling
Lefuneste83
added a commit
to Lefuneste83/qmk_firmware_fork
that referenced
this pull request
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.