1
0
Fork 0

[Keyboard] boardsource/holiday/spooky data driven (#17632)

This commit is contained in:
jack 2022-07-12 22:47:32 -06:00 committed by GitHub
parent dfff040433
commit 8a1ca7f6b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 124 additions and 317 deletions

View file

@ -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
),
};
)
};