diff --git a/keyboards/cheapino/config.h b/keyboards/cheapino/config.h index 712125ad619..263af510558 100644 --- a/keyboards/cheapino/config.h +++ b/keyboards/cheapino/config.h @@ -3,41 +3,24 @@ #pragma once -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT - #define BOTH_SHIFTS_TURNS_ON_CAPS_WORD #define WS2812_PIO_USE_PIO1 // Force the usage of PIO1 peripheral, by default the WS2812 implementation uses the PIO0 peripheral -//#define WS2812_TRST_US 80 #define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB // Pick good defaults for enabling homerow modifiers #define TAPPING_TERM 230 - #define WS2812_DI_PIN GP16 // The pin connected to the data pin of the LEDs #define RGBLIGHT_LED_COUNT 1 // The number of LEDs connected - +// Max number of threads #define MAX_DEFERRED_EXECUTORS 32 // #define DEBUG_MATRIX_SCAN_RATE +// Avoid very bright default LED #define RGBLIGHT_DEFAULT_HUE 128 // Sets the default hue value, if none has been set #define RGBLIGHT_DEFAULT_SAT 128 // Sets the default saturation value, if none has been set #define RGBLIGHT_DEFAULT_VAL 32 // Sets the default brightness value, if none has been set - // + diff --git a/keyboards/cheapino/halconf.h b/keyboards/cheapino/halconf.h index c06a0cbf6cc..76f57357719 100644 --- a/keyboards/cheapino/halconf.h +++ b/keyboards/cheapino/halconf.h @@ -1,8 +1,4 @@ #pragma once -#define HAL_USE_PWM TRUE -#define HAL_USE_PAL TRUE -#define HAL_USE_I2C TRUE - #include_next diff --git a/keyboards/cheapino/keyboard.json b/keyboards/cheapino/keyboard.json index e8a799af8e0..1e317892058 100644 --- a/keyboards/cheapino/keyboard.json +++ b/keyboards/cheapino/keyboard.json @@ -34,10 +34,10 @@ "processor": "RP2040", "url": "", "usb": { - "device_version": "1.0.0", - "pid": "0x0000", + "device_version": "1.0.1", + "pid": "0x10B8", "vid": "0xFEE3", - "force_nkro": true + "force_nkro": false }, "layouts": { "LAYOUT_split_3x5_3": { diff --git a/keyboards/cheapino/mcuconf.h b/keyboards/cheapino/mcuconf.h index 7ed3f874511..fce64fa805d 100644 --- a/keyboards/cheapino/mcuconf.h +++ b/keyboards/cheapino/mcuconf.h @@ -1,6 +1,4 @@ - #pragma once +#pragma once #include_next -#undef RP_I2C_USE_I2C1 -#define RP_I2C_USE_I2C1 TRUE