Merge remote-tracking branch 'origin/toril940mariorion_v25' into toril940mariorion_v25

This commit is contained in:
toril940 2023-10-15 23:27:10 +01:00
commit d792055ba9
2 changed files with 4 additions and 13 deletions

View File

@ -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;
}

View File

@ -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*