Nick Brassel
|
5b3508b9b5
|
Replace preprocessor guards for ENCODER_MAP_ENABLE with !ENCODER_CALLBACKS_ENABLE .
|
2025-06-03 10:06:52 +10:00 |
|
Nick Brassel
|
b2b6afffcb
|
Remove any instances of rules.mk which only enabled encoder map.
- Command executed:
find keyboards -name rules.mk | while read f ; do if [ "$(cat $f | grep -v ENCODER_MAP_ENABLE | sed -e 's@#.*@@g')" = "" ]; then echo $f ; fi; done | while read f ; do git rm -rf $f ; done
|
2025-06-03 10:01:45 +10:00 |
|
Ryan
|
f3bae56808
|
Update keycodes for keyboards with RGB Matrix (#24484)
|
2024-11-24 12:03:08 +00:00 |
|
Nick Brassel
|
45dc2499dc
|
Remove all via-enabled keymaps, including via . (#24322)
|
2024-08-26 07:51:22 +10:00 |
|
gkeyboard
|
e97ec68692
|
Add GreatPad macropad under gkeyboard (#22696)
* Add GreatPad under gkeyboard
Add GreatPad macropad
* Update keyboards/gkeyboard/greatpad/config.h
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/greatpad.c
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/info.json
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/info.json
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/keymaps/default/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
* Update keyboards/gkeyboard/greatpad/keymaps/via/keymap.c
Co-authored-by: jack <0x6a73@protonmail.com>
* Add a license header
Add a license header to glcdfont.c
* Update glcdfont.c
* delete file
* Revert "delete file"
This reverts commit 388e6f03e4 .
* Update keyboards/gkeyboard/greatpad/mcuconf.h
Co-authored-by: jack <0x6a73@protonmail.com>
* Update .vscode/settings.json
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/gkeyboard/greatpad/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Enable encoder
Enable encoder in file info.json
* Update keyboards/gkeyboard/greatpad/greatpad.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update info.json
Run qmk format-json -i file info.json
---------
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2024-02-02 09:01:10 -07:00 |
|