Add instruction for rev 7

This commit is contained in:
Florent Guiotte 2023-09-29 19:29:23 +03:00
parent e324166a81
commit 6da7fc3b46
4 changed files with 30 additions and 22 deletions

View File

@ -335,26 +335,26 @@ bool dip_switch_update_user(uint8_t index, bool active) {
}
//bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
bool rgb_matrix_indicators_kb(void) {
if (!rgb_matrix_indicators_user()) {
return false;
}
//uint8_t layer = default_layer_state; //get_highest_layer(layer_state);
// if (default_layer_state == QWERTY) {
// rgb_matrix_set_color(1, 255, 0, 0);
//bool rgb_matrix_indicators_kb(void) {
// if (!rgb_matrix_indicators_user()) {
// return false;
// }
if (biton32(default_layer_state) == _GAMING) {
// LED3 for QWERTY
rgb_matrix_set_color(3, 255, 0, 0);
rgb_matrix_set_color(14, 255, 0, 0);
rgb_matrix_set_color(15, 255, 0, 0);
rgb_matrix_set_color(16, 255, 0, 0);
}
return true;
}
//
// //uint8_t layer = default_layer_state; //get_highest_layer(layer_state);
// //if (default_layer_state == QWERTY) {
// //rgb_matrix_set_color(1, 255, 0, 0);
// // }
//
// if (biton32(default_layer_state) == _GAMING) {
// // LED3 for QWERTY
// rgb_matrix_set_color(3, 255, 0, 0);
// rgb_matrix_set_color(14, 255, 0, 0);
// rgb_matrix_set_color(15, 255, 0, 0);
// rgb_matrix_set_color(16, 255, 0, 0);
// }
//
// return true;
//}
//bool rgb_matrix_indicators_user(){
// if (IS_LAYER_ON(_ADJUST)) {

View File

@ -7,10 +7,18 @@ Just setup your keyboard layout to `English (US, intl., with dead keys)`.
## Flash the planck
### Light
```bash
qmk flash -kb planck/light -km fguiotte
```
### Rev 7
```bash
qmk flash -kb planck/rev7 -km fguiotte
```
## Layout and layers
@ -78,5 +86,5 @@ Tap set on `/` to react as right shift if hold.
+ set é and è (e.g. raise a and s)
+ set FR_MDDT ·
+ set ' and " as not dead keys? Still need for « minä » so...
- [ ] Refactor gaming mode, now it's hacky stuff replacing Colemak layer
- [ ] Refactor gaming mode, now it's hacky stuff replacing Colemak layer. Plus it is not compatible with rev7!

@ -1 +1 @@
Subproject commit 11edb1610980f213b9f83161e1715a46fb7e4c51
Subproject commit 0062927e3058a8b5ef587234bbd98d42fb4e595e

@ -1 +1 @@
Subproject commit da78eb3759b8d1779b237657c7667baa4aa95ca1
Subproject commit a224be155ae18d38deccf33a6c1d259b9a5ad8d3