Improved spellcheck sending

This commit is contained in:
2022-07-21 21:20:16 -07:00
parent c757a1686c
commit bf6faeb94f
5 changed files with 28 additions and 14 deletions

View File

@ -22,14 +22,6 @@ extern rgb_config_t rgb_matrix_config;
#define LC_RU_G LC_HSV(153, 255, 153)
#define LC_RU_K LC_HSV( 0, 255, 145)
// Language keymap ids for layers.
// See layers/definitions/symbols.h.
enum layer_layout_ids {
LAYOUT_NULL, // This layer doesn't care what keymap the OS is using
LAYOUT_EN, // This layer is designed for the standard keymapping
LAYOUT_RU,
};
// Define custom keys
// (Must be done before keymaps are loaded)
enum custom_keycodes {

View File

@ -14,7 +14,7 @@
// What OS keyboard layout this layer is designed for.
// See keymap.h for possible values.
// See extra_mappings.h for possible values.
//
// Every layer must have this section.
#ifdef BETA_LAYER_LAYOUTS

View File

@ -1,5 +1,5 @@
#include "layers.h"
#include "extra_mappings.h"
// Create keymap array
#define BETA_LAYER_KEYS