diff --git a/keyboards/gray_studio/think65/solder/solder.c b/keyboards/gray_studio/think65/solder/solder.c index 8cfc6a292f3..c9833564246 100644 --- a/keyboards/gray_studio/think65/solder/solder.c +++ b/keyboards/gray_studio/think65/solder/solder.c @@ -18,29 +18,19 @@ // Optional override functions below. // You can leave any or all of these undefined. // These are only required if you want to perform custom actions. -#define CAPS_LOCK_LED A5 -#define SCROLL_LOCK_LED A15 - -#define LAYER_1_PIN C8 -#define LAYER_2_PIN C7 -#define LAYER_3_PIN C6 + void matrix_init_kb(void) { // put your keyboard start-up code here // runs once when the firmware starts up - setPinOutput(A5); - setPinOutput(A15); - setPinOutput(C8); setPinOutput(C7); - setPinOutput(C6); matrix_init_user(); } bool led_update_kb(led_t led_state) { if(led_update_user(led_state)) { - writePin(CAPS_LOCK_LED, !led_state.caps_lock); - writePin(SCROLL_LOCK_LED, !led_state.num_lock); + writePin(C7, !led_state.caps_lock); } return true; } diff --git a/keyboards/mariorion_v25/readme.md b/keyboards/mariorion_v25/readme.md index 4d834ce3486..c17a515385b 100644 --- a/keyboards/mariorion_v25/readme.md +++ b/keyboards/mariorion_v25/readme.md @@ -1,6 +1,7 @@ # mariorion_v25 -![mariorion_v25](https://imgur.com/a/FINDY2V) +![mariorion_v25_1](https://i.imgur.com/3OrUK2ph.jpeg) +![mariorion_v25_2](https://i.imgur.com/OvMBHOlh.jpeg) *A short description of the keyboard/project*