Minor edits

This commit is contained in:
2024-08-23 09:43:24 -07:00
parent 41b6c60810
commit a36926391a
7 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,24 @@
// First layer will be "default" layer in QMK.
// Second will have index 1, etc. See layers.h
// These MUST be first.
// (For example, LAYER_ARROWS overlays on top of LAYER_MAIN.)
#include "main.h"
#include "russian.h"
#include "numbers.h" // Must be under symbols and arrows
// The order of the layers below doesn't matter,
// since they avoid transparent keys.
#include "symbols.h"
#include "symbols_ru.h"
#include "flip.h"
#include "arrows.h"
#include "desktop.h"
//#include "fkeys.h"
#include "keyboard.h"