]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/xd75/keymaps/bbaserdem/keymap.c
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / xd75 / keymaps / bbaserdem / keymap.c
1 #include QMK_KEYBOARD_H
2 #include "bbaserdem.h"
3
4 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
5 /* Layout
6  * ,-----------------------------------------------------------.
7  * |Blt|Lck| ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |
8  * |---+---+-----------------------------------------------+---|
9  * |Int|Trm|                                               |Cps|
10  * |---+---|                                               |---|
11  * |Clc|Psw|                                               | \ |
12  * |---+---|                    PLANCK                     |---|
13  * |Rev|Ffw|                                               | [ |
14  * |---+---|                                               |---|
15  * |Tog|Mut|                                               | ] |
16  * `-----------------------------------------------------------'
17  */
18 [0] = KM( FKLAVYE ),
19 [1] = KM( AYARLAR ),
20 };
21