added game layout

This commit is contained in:
2025-05-27 08:49:16 -07:00
parent fab75ada44
commit 6bfd7c5f12
8 changed files with 221 additions and 131 deletions

View File

@@ -3,22 +3,19 @@
//
// Learned that the hard way.
// 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 "game.h"
#include "ctrl.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"
@@ -26,4 +23,3 @@
#include "macros.h"
#include "fkeys.h"
#include "keyboard.h"