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 |
|
Joel Challis
|
b43fc33be3
|
Remove duplication of RGB Matrix defaults (#25146)
* Remove duplication of RGB Matrix defaults
* Remove more duplication of defaults
* fix
|
2025-04-17 20:59:59 -06: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 |
|
James Gzowski
|
c2f7974c8e
|
[Keyboard] Add Ashwing66 (#24031)
* Create hello.txt
* Add files via upload
* Create keymap.c
* Ashwing66
* Update readme.md
* Update keymap.c
* Ashwing66 addition
* Ashwing66 addition
* Changes as per request
* Changes as per request
* Changes as per request, Updated repo, fixed filenames
* 02-Jul-11:04:08
|
2024-07-03 20:34:17 -06:00 |
|