QMK/keyboards/betalupi_ergodox/keymaps/default/layers/definitions/layers.inc

29 lines
545 B
PHP
Raw Normal View History

2022-07-20 19:09:10 -07:00
// ORDER MATTERS!
// Don't forget how QMK layers work...
//
// 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, since they activate other layers.
#include "main.h"
2022-07-20 19:09:10 -07:00
#include "russian.h"
2022-12-03 23:05:46 -08:00
#include "plain.h"
2022-07-20 19:09:10 -07:00
// The order of these doesn't really matter,
// since only one will be active at a time.
#include "symbols.h"
2022-07-20 19:09:10 -07:00
#include "symbols_ru.h"
#include "arrows.h"
#include "desktop.h"
#include "fkeys.h"
#include "keyboard.h"
#include "numpad.h"
2022-07-20 19:09:10 -07:00