[Keyboard] boardsource/holiday/spooky data driven (#17632)
This commit is contained in:
parent
dfff040433
commit
8a1ca7f6b8
8 changed files with 124 additions and 317 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright 2020 boardsource
|
||||
/* Copyright 2022 boardsource
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -15,15 +15,9 @@
|
|||
*/
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
// Defines names for use in layer keycodes and the keymap
|
||||
enum layer_names {
|
||||
_BASE,
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
/* Base */
|
||||
[_BASE] = LAYOUT_ortho_2x3(
|
||||
[0] = LAYOUT_ortho_2x3(
|
||||
KC_F1, KC_F2, KC_F3,
|
||||
KC_F4, KC_F5, KC_F6
|
||||
),
|
||||
};
|
||||
)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue