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 |
|
Joel Challis
|
960c4969a5
|
Remove empty url fields (#25181)
|
2025-04-22 17:59:00 +01:00 |
|
Sắn
|
ce9713c47d
|
Add support for Starry FRL (#24626)
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2025-03-28 01:27:36 -07:00 |
|
Ryan
|
26f898c8a5
|
salane/ncr80alpsskfl : add additional layouts (#24809)
|
2025-01-13 11:39:40 +11:00 |
|
Sắn
|
191172aa4e
|
[Keyboard] Add NCR80 ALPS SKFL/FR (#24625)
* ADD NCR80 ALPS SKFL/FR
* fix
* Update config.h
* Update config.h
* Update keyboards/salane/ncr80alpsskfl/keyboard.json
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keymaps/default/keymap.c
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* Update keyboards/salane/ncr80alpsskfl/keyboard.json
Co-authored-by: jack <jack@pngu.org>
* Update keyboards/salane/ncr80alpsskfl/readme.md
Co-authored-by: jack <jack@pngu.org>
---------
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <jack@pngu.org>
|
2024-12-03 00:35:24 -07:00 |
|