Browse Source

reduce some code

pull/23359/head
Sắn 1 month ago
parent
commit
f1438b6b93
2 changed files with 1 additions and 6 deletions
  1. +0
    -6
      keyboards/asmodus/plaquead/plaqueadrgb/config.h
  2. +1
    -0
      keyboards/asmodus/plaquead/plaqueadrgb/info.json

+ 0
- 6
keyboards/asmodus/plaquead/plaqueadrgb/config.h View File

@ -14,18 +14,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
#define RP2040_FLASH_GENERIC_03H
#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_CENTER { 127, 32 }
#define DRIVER_LED_TOTAL 134
#define RGB_MATRIX_LED_COUNT 134
#define CAPS_LOCK_LED_INDEX 54
#define SCROLL_LOCK_LED_INDEX 1
#endif

+ 1
- 0
keyboards/asmodus/plaquead/plaqueadrgb/info.json View File

@ -29,6 +29,7 @@
"layer_count": 6
},
"rgb_matrix": {
"center_point": [127, 32],
"animations": {
"alphas_mods": true,
"gradient_up_down": true,


Loading…
Cancel
Save