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
|
0bd02952ea
|
Remove "command":false from keyboards (#25193)
|
2025-04-24 10:28:13 +10:00 |
|
Joel Challis
|
07684bcc99
|
Remove "console":false from keyboards (#25190)
|
2025-04-23 12:09:56 +10:00 |
|
James Young
|
030d503d35
|
Migrate LOCKING_*_ENABLE to Data-Driven: K, Part 3 (#23770)
Affects:
- `kindakeyboards/conone65`
- `kinesis`
- `kingly_keys/ave/ortho`
- `kingly_keys/ave/staggered`
- `kingly_keys/little_foot`
- `kingly_keys/romac`
- `kingly_keys/romac_plus`
- `kingly_keys/ropro`
- `kingly_keys/smd_milk`
- `kingly_keys/soap`
- `kira/kira75`
- `kisakeyluxury/qtz`
- `kiserdesigns/madeline`
- `kiwikeebs/macro`
- `kiwikeebs/macro_v2`
- `kiwikey/borderland`
- `kiwikey/kawii9`
- `kiwikey/wanderland`
- `kkatano/bakeneko60`
- `kkatano/bakeneko65/rev2`
- `kkatano/bakeneko65/rev3`
- `kkatano/bakeneko80`
- `kkatano/wallaby`
- `kkatano/yurei`
- `knops/mini`
- `kona_classic`
- `kopibeng/mnk60_stm32`
- `kopibeng/mnk65`
- `kopibeng/mnk65_stm32`
- `kopibeng/mnk88`
- `kopibeng/typ65`
- `kopibeng/xt60`
- `kopibeng/xt60_singa`
- `kopibeng/xt65`
- `kopibeng/xt8x`
- `kprepublic/bm16s`
- `kprepublic/bm40hsrgb/rev1`
- `kprepublic/bm65hsrgb/rev1`
- `kprepublic/bm68hsrgb/rev1`
- `kprepublic/bm980hsrgb`
- `kprepublic/cospad`
- `ktec/daisy`
- `kumaokobo/kudox/columner`
- `kumaokobo/kudox/rev1`
- `kumaokobo/kudox/rev2`
- `kumaokobo/kudox/rev3`
- `kumaokobo/kudox_full/rev1`
- `kumaokobo/kudox_game/rev1`
- `kumaokobo/kudox_game/rev2`
- `kumaokobo/pico/65keys`
- `kumaokobo/pico/70keys`
- `kv/revt`
- `kwub/bloop`
- `ky01`
|
2024-05-22 21:59:35 +01:00 |
|
Joel Challis
|
831deac212
|
Migrate build target markers to keyboard.json (#23293)
|
2024-03-30 11:31:50 +00:00 |
|
NCKiser
|
8ad43a965f
|
Added kiserdesigns keyboard folder and Madeline keyboard (#21857)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2023-09-02 21:34:09 -07:00 |
|