QMK Bot
80db7668da
Merge remote-tracking branch 'origin/master' into develop
2022-02-05 01:59:35 +00:00
Lalit Maganti
1febea8d4b
[Keymap] add LalitMaganti GMMK Pro Keymap ( #16203 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-04 17:59:08 -08:00
QMK Bot
9aed323aa0
Merge remote-tracking branch 'origin/master' into develop
2022-02-02 05:05:18 +00:00
Andre Brait
70c5915da8
[Keymap] Add MacOS layer ( #16151 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-01 21:04:50 -08:00
QMK Bot
2d23516462
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 19:00:54 +00:00
Gigahawk
b20bbc7152
[Keymap]: Create Gigahawk GMMK Pro keymap ( #15934 )
2022-01-30 11:00:22 -08:00
QMK Bot
dc816a98fe
Merge remote-tracking branch 'origin/master' into develop
2022-01-30 18:47:30 +00:00
Christian Grumbein
62851b5abd
[Keymap] Add hachetman layout for GMMK Pro ( #16131 )
2022-01-30 10:47:11 -08:00
QMK Bot
24324378a8
Merge remote-tracking branch 'origin/master' into develop
2022-01-19 20:54:25 +00:00
Andre Brait
6156e6da8d
Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's keymap ( #15943 )
...
* Add LED table
* Make constants constant
* Disable Mousekey to fix issues with KVM
Fixes #15939
* Update GMMK/pro/ansi/andrebrait README
2022-01-19 20:53:21 +00:00
QMK Bot
2b1f97dcc2
Merge remote-tracking branch 'origin/master' into develop
2022-01-13 05:00:26 +00:00
Choi Byungyoon
aa9577b371
[Keymap] Add personal keymap to GMMK Pro ANSI ( #15314 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-01-12 20:59:45 -08:00
cedrikl
c20522369b
[Keymap] Add another GMMK Pro ANSI Keymap with custom RGB. ( #14243 )
...
Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com>
2022-01-10 17:15:47 -08:00
QMK Bot
6ed4f51413
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:50:47 +00:00
Batın Eryılmaz
37ba5e4892
[Keymap] Add new The GMMK PRO keymap ( #15664 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-01-10 16:50:12 -08:00
QMK Bot
dfecad4362
Merge remote-tracking branch 'origin/master' into develop
2022-01-11 00:42:28 +00:00
jonavin
372c9102e2
[Keymap] Jonavin gmmk pro iso keymap ( #15775 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Jonavin <=>
2022-01-10 16:41:54 -08:00
Victor Toni
6209122213
[Keymap] Add vitoni keymap for GMMK Pro (ISO) ( #15006 )
...
* [Keymap] Add vitoni layout for GMMK Pro (ISO)
Keymap has layered cursor keys similar to laptop keyboards.
* Configure RGB defaults for startup
* Configure encoder to change value/brightness on FN layer
* Remove FN layer and add dedicated RGB layer
* Make RGB layer sticky (using TG) to avoid holding FN while configuring RGB
* Add RGB indicators for active layers
* Add RGB indicator for active RESET mode
Signed-off-by: Victor Toni <victor.toni@gmail.com>
* Configure idle / USB suspend settings
* Add RGB fade in when resuming after suspend
* Add RGB fade out before suspend
* Add fade out before idle
* Add breathe effect when idle
2021-12-27 21:13:12 +11:00
Ryan
a8d440e4e0
Tidy up NKRO_ENABLE rules ( #15382 )
2021-12-09 16:05:44 +11:00
Ryan
c12b997679
Tidy up SLEEP_LED_ENABLE
rules ( #15362 )
2021-12-01 21:13:00 +11:00
Joel Challis
282e916d86
Remove use of __flash due to LTO issues ( #15268 )
2021-11-24 18:38:49 +11:00
Drashna Jaelre
160b0558f5
Require explicit enabling of RGB Matrix modes ( #15018 )
2021-11-15 10:41:04 -08:00
QMK Bot
ea3b2e2f95
Merge remote-tracking branch 'origin/master' into develop
2021-11-05 18:27:47 +00:00
Cory Ginsberg
6bed639d08
[Keymap][GMMK Pro] Add personal profile ( #15069 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Cory Ginsberg <coryginsberg@fb.com>
2021-11-05 11:27:18 -07:00
James Young
84ea77ead6
Remove BOOTMAGIC_ENABLE = lite
option ( #15002 )
...
* remove BOOTMAGIC_ENABLE=lite setting
* change keyboard BOOTMAGIC_ENABLE rules
Edits keyboard-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keyboard BOOTMAGIC_ENABLE inline comments
Edits keyboard-level BOOTMAGIC_ENABLE inline comments to "Enable Bootmagic Lite".
* change keymap BOOTMAGIC_ENABLE rules
Edits keymap-level instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
* change keymap BOOTMAGIC_ENABLE inline comments
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* change layout/user BOOTMAGIC_ENABLE rules/comments
Edits instances of `BOOTMAGIC_ENABLE = lite` to `BOOTMAGIC_ENABLE = yes`.
Edits/adds keymap-level BOOTMAGIC_ENABLE inline comments to read "Enable Bootmagic Lite".
* update non-rules.mk BOOTMAGIC_ENABLE references in keyboards/
* remove docs references to Full Bootmagic
* convert data-driven Bootmagic Lite instances
* remove Bootmagic Lite bodge from data-driven generation
* Merge remote-tracking branch 'upstream/develop' into rm/bootmagic-full_q4a
* update docs/ja/config_options.md per mtei
* update docs/faq_misc.md per mtei
Remove remaining Full Bootmagic reference.
2021-11-05 08:18:09 +11:00
QMK Bot
640a596cca
Merge remote-tracking branch 'origin/master' into develop
2021-10-23 06:04:24 +00:00
jonavin
443d306827
[Keymap] Jonavin userspace keymap updates INVERT_NUMLOCK_INDICATOR ( #14880 )
...
Co-authored-by: Jonavin <=>
2021-10-22 23:04:08 -07:00
Drashna Jael're
b36f2609fe
Merge remote-tracking branch 'origin/master' into develop
2021-10-15 19:08:00 -07:00
BenSchaeff
4db5d85273
[Keymap] Added GMMK Pro keymap with RGB ( #14648 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-15 19:02:19 -07:00
QMK Bot
bc41d37baf
Merge remote-tracking branch 'origin/master' into develop
2021-09-28 19:24:40 +00:00
jonavin
705cd433c2
[Keymap] fix NKRO - switch to get_mods() and refactor encoder action code ( #14278 )
...
Co-authored-by: Jonavin <=>
2021-09-28 12:24:12 -07:00
BenSchaeff
09b933ad41
[Keymap] GMMK Pro keymap ( #14389 )
2021-09-18 12:05:16 -07:00
Matt
3496513865
[Keymap] Adding personal keymap ( #14326 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-09-16 21:38:11 -07:00
Ryan
5af1799735
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk ( #14379 )
2021-09-12 15:27:29 +10:00
Ryan
4791cfae1a
Remove width, height and key_count from info.json ( #14274 )
2021-09-12 14:04:56 +10:00
Zac Moulton
d7747a2d70
[Keymap] moults31 userspace and keymaps ( #12025 )
2021-09-10 18:56:50 -07:00
jonavin
b6ca21c65c
[Keymap] Jonavin keymap gmmk pro ( #14220 )
...
add rgb nightmode and optional colemak layer
Co-authored-by: Jonavin <=>
2021-09-01 20:42:31 -07:00
Andre Brait
fac5ec4656
Move GMMK Pro layouts to the correct subdir ( #14241 )
...
Also fix a compilation issue in the mike1808 keymap
2021-09-01 00:18:35 +01:00
stickandgum
eaad654798
[Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md ( #14123 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-08-24 01:48:35 -07:00
Nick Brassel
d8778eba92
Fixup line endings.
2021-08-23 19:37:16 +10:00
stickandgum
71df135254
[Keymap] Feature rich keymap for GMMK Pro (ANSI) ( #14120 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2021-08-22 19:19:11 -07:00
Drashna Jaelre
c5f41d42d8
Updated RGB Matrix suspend define part 3 ( #13954 )
...
* Updated RGB Matrix suspend define part 3
* Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978 )"
This reverts commit 80015f7fb0
.
* Add additional boards/keymaps
2021-08-22 09:46:35 +10:00
James Young
4279b14adf
Merge remote-tracking branch 'upstream/master' into develop
...
Conflicts:
keyboards/gmmk/pro/ansi/keymaps/jonavin/rules.mk
keyboards/space_space/rules.mk
2021-08-19 11:32:23 -07:00
jonavin
98af5bc64e
[Keymap] Add jonavin user space / common functions ( #13876 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Jonavin <=>
2021-08-19 10:45:49 -07:00
Tomas Guinan
999391f3ae
Created "paddlegame" keymap ( #13629 )
...
* Added gmmk pro paddlegame keymap
* Replaced config.h with my own
* Adjust code to better fit style guide
* Update readme to include layout
* Fixed keymap, was missing a few keys
* Replaced all instances of _isWinKeyDisabled with keymap_config.no_gui
* Update keyboards/gmmk/pro/ansi/keymaps/paddlegame/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Tomas Guinan <bngrybt@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-08-18 08:43:27 +10:00
Mikael Manukyan
857716794b
gmmk/pro/mike1808 keymap ( #13398 )
...
* Add gmmk/pro/mike1808 keymap
* Add licenses
* Update readme
* Add underglow support for rgb matrix layers
* Change FN to TT
* Fix rgb layer disabling during rgb settings change
* also clean up some code
2021-08-18 07:10:46 +10:00
Andre Brait
5711a3bac2
[Keymap] Improve andrebrait keymap ( #13985 )
2021-08-13 11:33:04 -07:00
Drashna Jaelre
799c2bdfa3
[Keyboard] Fix default keymap for GMMK Pro Iso ( #13980 )
2021-08-13 04:47:20 +10:00
Andre Brait
33f64903b4
[Keymap] Add andrebrait layout for GMMK Pro ( #13932 )
2021-08-12 06:55:19 -07:00
Andre Brait
dbee96098d
Make default keymap for GMMK Pro reflect stock ( #13850 )
2021-08-09 10:04:58 -07:00