Added instructions for Gemini PR support
Added comments and updated the readme to explain how to get Gemini PR to work. Also added a YouTube link showing how to flash the ecosteno.
This commit is contained in:
parent
9185ad707d
commit
9de2f5ff59
3 changed files with 98 additions and 3 deletions
|
|
@ -469,8 +469,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
void matrix_init_user(void) {
|
||||
steno_set_mode(STENO_MODE_BOLT); // STENO_MODE_GEMINI or STENO_MODE_BOLT
|
||||
//steno_set_mode(STENO_MODE_GEMINI);
|
||||
// STENO_MODE_GEMINI only works if you remove all references to STENO_MODE_BOLT and then some in QMK.
|
||||
// This is a QMK problem
|
||||
// STENO_MODE_GEMINI only works if you remove references to TX Bolt in QMK
|
||||
// follow ecosteno-geminipr.diff to do this (thanks to dnaq in the Plover discord)
|
||||
};
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue