Improved spellcheck sending
This commit is contained in:
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "layers.h"
|
||||
|
||||
#include "extra_mappings.h"
|
||||
|
||||
// Create keymap array
|
||||
#define BETA_LAYER_KEYS
|
||||
|
Reference in New Issue
Block a user