renamed ffkb rp2040 from v3 to v4 to align with the product name
This commit is contained in:
parent
4d3c2f9873
commit
6b562e3659
|
|
@ -17,10 +17,10 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#if defined(KEYBOARD_fingerpunch_ffkb_rp_v3)
|
||||
# include "v3.h"
|
||||
#elif defined(KEYBOARD_fingerpunch_ffkb_rp_v4)
|
||||
#if defined(KEYBOARD_fingerpunch_ffkb_rp_v4)
|
||||
# include "v4.h"
|
||||
#elif defined(KEYBOARD_fingerpunch_ffkb_rp_v5)
|
||||
# include "v5.h"
|
||||
#endif
|
||||
|
||||
#include "keyboards/fingerpunch/src/fp.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manufacturer": "sadekbaroudi",
|
||||
"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>",
|
||||
"usb": {
|
||||
"vid": "0xFE2B",
|
||||
|
|
@ -8,7 +8,7 @@ Faux fox keyboard (ffkb)
|
|||
|
||||
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:
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "v3.h"
|
||||
#include "v4.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
// 6 column rgb config
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|| defined(KEYBOARD_fingerpunch_ffkb_byomcu_v2) \
|
||||
|| defined(KEYBOARD_fingerpunch_ffkb_byomcu_v3) \
|
||||
|| 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_fpm101) \
|
||||
|| defined(KEYBOARD_fingerpunch_luakeeb) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue