renamed ffkb rp2040 from v3 to v4 to align with the product name

This commit is contained in:
Sadek Baroudi 2023-11-23 22:26:05 -08:00
parent 4d3c2f9873
commit 6b562e3659
19 changed files with 7 additions and 7 deletions

View File

@ -17,10 +17,10 @@
#include "quantum.h" #include "quantum.h"
#if defined(KEYBOARD_fingerpunch_ffkb_rp_v3) #if defined(KEYBOARD_fingerpunch_ffkb_rp_v4)
# include "v3.h"
#elif defined(KEYBOARD_fingerpunch_ffkb_rp_v4)
# include "v4.h" # include "v4.h"
#elif defined(KEYBOARD_fingerpunch_ffkb_rp_v5)
# include "v5.h"
#endif #endif
#include "keyboards/fingerpunch/src/fp.h" #include "keyboards/fingerpunch/src/fp.h"

View File

@ -1,7 +1,7 @@
{ {
"manufacturer": "sadekbaroudi", "manufacturer": "sadekbaroudi",
"keyboard_name": "ffkb", "keyboard_name": "ffkb",
"url": "https://fingerpunch.xyz/product/faux-fox-keyboard-rp2040-v3/", "url": "https://fingerpunch.xyz/product/faux-fox-keyboard-v4/",
"maintainer": "Sadek Baroudi <sadekbaroudi@gmail.com>", "maintainer": "Sadek Baroudi <sadekbaroudi@gmail.com>",
"usb": { "usb": {
"vid": "0xFE2B", "vid": "0xFE2B",

View File

@ -8,7 +8,7 @@ Faux fox keyboard (ffkb)
Make example for this keyboard (after setting up your build environment): Make example for this keyboard (after setting up your build environment):
``` ```
make fingerpunch/ffkb/rp/v3:default RGBLIGHT_ENABLE=yes FP_EC11=yes CIRQUE_ENABLE=yes make fingerpunch/ffkb/rp/v4:default RGBLIGHT_ENABLE=yes FP_EC11=yes CIRQUE_ENABLE=yes
``` ```
Options are: Options are:

View File

@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "v3.h" #include "v4.h"
#ifdef RGB_MATRIX_ENABLE #ifdef RGB_MATRIX_ENABLE
// 6 column rgb config // 6 column rgb config

View File

@ -13,7 +13,7 @@
|| defined(KEYBOARD_fingerpunch_ffkb_byomcu_v2) \ || defined(KEYBOARD_fingerpunch_ffkb_byomcu_v2) \
|| defined(KEYBOARD_fingerpunch_ffkb_byomcu_v3) \ || defined(KEYBOARD_fingerpunch_ffkb_byomcu_v3) \
|| defined(KEYBOARD_fingerpunch_ffkb_lite_v1) \ || defined(KEYBOARD_fingerpunch_ffkb_lite_v1) \
|| defined(KEYBOARD_fingerpunch_ffkb_rp2040_v3) \ || defined(KEYBOARD_fingerpunch_ffkb_rp_v4) \
|| defined(KEYBOARD_fingerpunch_fflx) \ || defined(KEYBOARD_fingerpunch_fflx) \
|| defined(KEYBOARD_fingerpunch_fpm101) \ || defined(KEYBOARD_fingerpunch_fpm101) \
|| defined(KEYBOARD_fingerpunch_luakeeb) \ || defined(KEYBOARD_fingerpunch_luakeeb) \