Switch to ANSI layout

This commit is contained in:
fauxpark
2020-04-02 03:10:51 +11:00
parent 3fe8d604a4
commit 781308507d

View File

@@ -21,11 +21,11 @@
// clang-format off // clang-format off
/* /*
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐ * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐
* │ Ё  1  2  3  4  5  6  7  8  9  0  - │ = │ \ │   │ * │ Ё  1  2  3  4  5  6  7  8  9  0  - │ = │       │
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤ * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤
* │     │ Й │ Ц │ У │ К │ Е │ Н │ Г │ Ш │ Щ │ З │ Х │ Ъ │     │ * │     │ Й │ Ц │ У │ К │ Е │ Н │ Г │ Ш │ Щ │ З │ Х │ Ъ │  \  │
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘     │ * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
* │      │ Ф │ Ы │ В │ А │ П │ Р │ О │ Л │ Д │ Ж │ Э │        │ * │      │ Ф │ Ы │ В │ А │ П │ Р │ О │ Л │ Д │ Ж │ Э │        │
* ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤
* │        │ Я │ Ч │ С │ М │ И │ Т │ Ь │ Б │ Ю │ . │          │ * │        │ Я │ Ч │ С │ М │ И │ Т │ Ь │ Б │ Ю │ . │          │
@@ -47,7 +47,6 @@
#define RU_0 KC_0 // 0 #define RU_0 KC_0 // 0
#define RU_MINS KC_MINS // - #define RU_MINS KC_MINS // -
#define RU_EQL KC_EQL // = #define RU_EQL KC_EQL // =
#define RU_BSLS KC_BSLS // (backslash)
// Row 2 // Row 2
#define RU_SHTI KC_Q // Й #define RU_SHTI KC_Q // Й
#define RU_TSE KC_W // Ц #define RU_TSE KC_W // Ц
@@ -61,6 +60,7 @@
#define RU_ZE KC_P // З #define RU_ZE KC_P // З
#define RU_HA KC_LBRC // Х #define RU_HA KC_LBRC // Х
#define RU_HARD KC_RBRC // Ъ #define RU_HARD KC_RBRC // Ъ
#define RU_BSLS KC_BSLS // (backslash)
// Row 3 // Row 3
#define RU_EF KC_A // Ф #define RU_EF KC_A // Ф
#define RU_YERU KC_S // Ы #define RU_YERU KC_S // Ы
@@ -86,11 +86,11 @@
#define RU_DOT KC_SLSH // . #define RU_DOT KC_SLSH // .
/* Shifted symbols /* Shifted symbols
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐ * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐
* │   │ ! │ " │ № │ ; │ % │ : │ ? │ * │ ( │ )  _  + │ / │   │ * │   │ ! │ " │ № │ ; │ % │ : │ ? │ * │ ( │ )  _  + │       │
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤ * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤
* │     │   │   │   │   │   │   │   │   │   │   │   │   │     │ * │     │   │   │   │   │   │   │   │   │   │   │   │   │  /  │
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘     │ * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
* │      │   │   │   │   │   │   │   │   │   │   │   │        │ * │      │   │   │   │   │   │   │   │   │   │   │   │        │
* ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤
* │        │   │   │   │   │   │   │   │   │   │ , │          │ * │        │   │   │   │   │   │   │   │   │   │ , │          │
@@ -111,16 +111,17 @@
#define RU_RPRN S(RU_0) // ) #define RU_RPRN S(RU_0) // )
#define RU_UNDS S(RU_MINS) // _ #define RU_UNDS S(RU_MINS) // _
#define RU_PLUS S(RU_EQL) // + #define RU_PLUS S(RU_EQL) // +
// Row 2
#define RU_SLSH S(RU_BSLS) // / #define RU_SLSH S(RU_BSLS) // /
// Row 4 // Row 4
#define RU_COMM S(RU_DOT) // , #define RU_COMM S(RU_DOT) // ,
/* AltGr symbols /* AltGr symbols
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐ * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬──────┐
* │   │   │   │   │   │   │   │   │ ₽ │   │   │   │   │      │ * │   │   │   │   │   │   │   │   │ ₽ │   │   │   │   │       │
* ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤ * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬────┤
* │     │   │   │   │   │   │   │   │   │   │   │   │   │     │ * │     │   │   │   │   │   │   │   │   │   │   │   │   │     │
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┘     │ * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
* │      │   │   │   │   │   │   │   │   │   │   │   │        │ * │      │   │   │   │   │   │   │   │   │   │   │   │        │
* ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤ * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤
* │        │   │   │   │   │   │   │   │   │   │   │          │ * │        │   │   │   │   │   │   │   │   │   │   │          │