diff options
author | fauxpark <fauxpark@gmail.com> | 2022-10-29 16:54:14 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2022-10-29 16:54:14 +1100 |
commit | 9d717c85dc184c0e34b40251b5703ae3626f571e (patch) | |
tree | 9ef6e296e81a48b7c6f5d265e52e571b8a5bc3ba /keyboards/rart/rart80 | |
parent | 22be7e79ac6a328ed5a7dc8c4e6f17d749852221 (diff) | |
parent | e90ff84c31905932849164204c10ea58255ddad2 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/rart/rart80')
-rw-r--r-- | keyboards/rart/rart80/config.h | 4 | ||||
-rw-r--r-- | keyboards/rart/rart80/rules.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/rart/rart80/config.h b/keyboards/rart/rart80/config.h index 21c88a18cf..c49ebc38af 100644 --- a/keyboards/rart/rart80/config.h +++ b/keyboards/rart/rart80/config.h @@ -39,13 +39,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define LED_CAPS_LOCK_PIN D5 +#define LED_CAPS_LOCK_PIN D4 #define LED_PIN_ON_STATE 0 #define BOOTMAGIC_LITE_ROW 0 #define BOOTMAGIC_LITE_COLUMN 1 -#define RGB_DI_PIN C0 +#define RGB_DI_PIN D5 #ifdef RGB_DI_PIN #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD diff --git a/keyboards/rart/rart80/rules.mk b/keyboards/rart/rart80/rules.mk index 3f9d76149a..4655675b62 100644 --- a/keyboards/rart/rart80/rules.mk +++ b/keyboards/rart/rart80/rules.mk @@ -18,5 +18,4 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output -ENCODER_ENABLE = no +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |