diff --git a/keyboards/sofle_pico/info.json b/keyboards/sofle_pico/info.json index 5bd06551ce2..e3f708a1363 100644 --- a/keyboards/sofle_pico/info.json +++ b/keyboards/sofle_pico/info.json @@ -2,6 +2,7 @@ "manufacturer": "Ryan Neff", "keyboard_name": "sofle_pico", "url": "https://github.com/JellyTitan/sofle_pico", + "bootloader_instructions": "Hold the BOOT button while plugging in the usb cable", "maintainer": "Ryan Neff ", "tags": ["ortho", "split", "rgb", "encoder", "OLED"], "usb": { @@ -10,12 +11,19 @@ "device_version": "3.5.1" }, "features": { - "bootmagic": true, + "bootmagic": false, "command": false, + "dynamic_tapping_term": true, + "encoder": true, + "encoder_map": true, "console": false, "extrakey": true, "mousekey": true, - "nkro": true + "tap_dance": true, + "nkro": true, + "rgb_matrix": true, + "oled": true, + "wpm": true }, "ws2812": { "pin": "GP0", diff --git a/keyboards/sofle_pico/post_config.h b/keyboards/sofle_pico/post_config.h deleted file mode 100644 index bcc15a941a0..00000000000 --- a/keyboards/sofle_pico/post_config.h +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2022 Dane Skalski (@Daneski13) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -/* Default Bootmagic lite */ -// Top left for left side is default in core - -// Top right for right side -#ifndef BOOTMAGIC_LITE_ROW_RIGHT -# define BOOTMAGIC_LITE_ROW_RIGHT 5 -#endif -#ifndef BOOTMAGIC_LITE_COLUMN_RIGHT -# define BOOTMAGIC_LITE_COLUMN_RIGHT 0 -#endif diff --git a/keyboards/sofle_pico/rules.mk b/keyboards/sofle_pico/rules.mk index e310b3bbdda..d33f6363cb8 100644 --- a/keyboards/sofle_pico/rules.mk +++ b/keyboards/sofle_pico/rules.mk @@ -4,17 +4,3 @@ SERIAL_DRIVER = vendor # @todo: Move to json # OLED_DRIVER = SSD1306 OLED_TRANSPORT = i2c -# Encoder Support -ENCODER_ENABLE = yes -# Use Enocoder Mapping -ENCODER_MAP_ENABLE = yes -# Turn on tap dance: -TAP_DANCE_ENABLE = no -# Enables RGB Lighting Effects -RGB_MATRIX_ENABLE = yes -# Dynamic Tapping Term: -DYNAMIC_TAPPING_TERM_ENABLE = yes - -OLED_ENABLE = yes -# OLED_DRIVER = SSD1306 -WPM_ENABLE = yes \ No newline at end of file