dd
This commit is contained in:
parent
de5d37061b
commit
37e2ee5b60
1 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,16 @@
|
|||
#include QMK_KEYBOARD_H
|
||||
#include "keymap_german.h"
|
||||
|
||||
// layers
|
||||
enum my_layers {
|
||||
_BASE,
|
||||
_NUM,
|
||||
_SYM,
|
||||
_MOV,
|
||||
_MEDIA
|
||||
};
|
||||
|
||||
|
||||
// rgb
|
||||
void keyboard_post_init_user(void) {
|
||||
rgblight_enable_noeeprom(); // Enables RGB, without saving settings
|
||||
|
@ -122,13 +132,6 @@ combo_t key_combos[] = {
|
|||
};
|
||||
|
||||
// keymap
|
||||
enum my_layers {
|
||||
_BASE,
|
||||
_NUM,
|
||||
_SYM,
|
||||
_MOV,
|
||||
_MEDIA
|
||||
};
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
// white
|
||||
[_BASE] = LAYOUT_planck_mit(
|
||||
|
|
Loading…
Reference in a new issue