2022-07-20 19:09:10 -07:00
|
|
|
// First layer will be "default" layer in QMK.
|
|
|
|
// Second will have index 1, etc. See layers.h
|
|
|
|
|
|
|
|
|
2023-12-16 12:27:53 -08:00
|
|
|
// These MUST be first.
|
2023-12-13 17:46:21 -08:00
|
|
|
// (For example, LAYER_ARROWS overlays on top of LAYER_MAIN.)
|
2022-07-19 08:45:18 -07:00
|
|
|
#include "main.h"
|
2022-07-20 19:09:10 -07:00
|
|
|
#include "russian.h"
|
|
|
|
|
2022-12-03 23:05:46 -08:00
|
|
|
|
2023-12-16 12:27:53 -08:00
|
|
|
#include "numbers.h" // Must be under symbols and arrows
|
|
|
|
|
|
|
|
|
|
|
|
// The order of the layers below doesn't matter,
|
|
|
|
// since they avoid transparent keys.
|
2022-07-19 08:45:18 -07:00
|
|
|
#include "symbols.h"
|
2022-07-20 19:09:10 -07:00
|
|
|
#include "symbols_ru.h"
|
2023-12-13 17:46:21 -08:00
|
|
|
#include "flip.h"
|
2022-07-20 19:09:10 -07:00
|
|
|
|
2022-07-19 08:45:18 -07:00
|
|
|
#include "arrows.h"
|
|
|
|
#include "desktop.h"
|
2023-12-16 12:27:53 -08:00
|
|
|
//#include "fkeys.h"
|
2022-07-19 08:45:18 -07:00
|
|
|
#include "keyboard.h"
|
2022-07-20 19:09:10 -07:00
|
|
|
|