File tree Expand file tree Collapse file tree
mechanicalkeyboards/point65 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88#define SERIAL_USART_RX_PIN GP13
99#define USB_VBUS_PIN GP24
1010
11- /* RP2040- and hardware-specific config */
12- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
13- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
1411#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
Original file line number Diff line number Diff line change 4444 "pid" : " 0x0000" ,
4545 "vid" : " 0xFEED"
4646 },
47+ "rp2040_bootloader" : {
48+ "double_tap_reset" : true ,
49+ "double_tap_reset_timeout" : 500
50+ },
4751 "layout_aliases" : {
4852 "LAYOUT" : " LAYOUT_split_3x5_3_ex2"
4953 },
Original file line number Diff line number Diff line change 99#define SERIAL_USART_TX_PIN GP0
1010#define SERIAL_USART_RX_PIN GP1
1111#define SERIAL_USART_PIN_SWAP
12- <<<<<<< HEAD
13-
14- /* Reset */
15- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
16- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
17- = == == ==
18- >>>>>>> 33252b 93ee (Migrate keyboards E )
Original file line number Diff line number Diff line change 99#define SERIAL_USART_TX_PIN GP0
1010#define SERIAL_USART_RX_PIN GP1
1111#define SERIAL_USART_PIN_SWAP
12- <<<<<<< HEAD
13-
14- /* Reset */
15- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
16- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
17- = == == ==
18- >>>>>>> 33252b 93ee (Migrate keyboards E )
Original file line number Diff line number Diff line change 1616
1717#pragma once
1818
19- /* Double tap the side button to enter bootloader */
20- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
21- #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
22-
2319/* couple of defaults */
2420#define RGB_INDICATOR_POS_OFFSET 48 /* Indicator LEDs additional brightness */
Original file line number Diff line number Diff line change 6666 "device_version" : " 1.0.0" ,
6767 "vid" : " 0x4242"
6868 },
69+ "rp2040_bootloader" : {
70+ "double_tap_reset" : true ,
71+ "double_tap_reset_timeout" : 500
72+ },
6973 "ws2812" : {
7074 "driver" : " vendor"
7175 },
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4646 "pid" : " 0x8889" ,
4747 "vid" : " 0x4C27"
4848 },
49+ "rp2040_bootloader" : {
50+ "double_tap_reset" : true ,
51+ "double_tap_reset_timeout" : 500
52+ },
4953 "ws2812" : {
5054 "driver" : " vendor" ,
5155 "pin" : " GP20"
You can’t perform that action at this time.
0 commit comments