logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 592a2d26ceb77615548b3e64012ff3c278e1d60a
parent df87a75c82dd6f4e002981be53052447b531d955
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Tue, 26 Dec 2023 07:58:21 +0800

Default folder correction for rookiebwoy (#22753)

Add prefix for the default folder directive

Diffstat:

Mkeyboards/rookiebwoy/late9/rules.mk2+-
Mkeyboards/rookiebwoy/neopad/rules.mk2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/keyboards/rookiebwoy/late9/rules.mk b/keyboards/rookiebwoy/late9/rules.mk @@ -1 +1 @@ -DEFAULT_FOLDER = late9/rev1 +DEFAULT_FOLDER = rookiebwoy/late9/rev1 diff --git a/keyboards/rookiebwoy/neopad/rules.mk b/keyboards/rookiebwoy/neopad/rules.mk @@ -1 +1 @@ -DEFAULT_FOLDER = neopad/rev1 +DEFAULT_FOLDER = rookiebwoy/neopad/rev1