aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix/pico/keymaps/biacco/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/pico/keymaps/biacco/keymap.c')
-rw-r--r--keyboards/helix/pico/keymaps/biacco/keymap.c35
1 files changed, 15 insertions, 20 deletions
diff --git a/keyboards/helix/pico/keymaps/biacco/keymap.c b/keyboards/helix/pico/keymaps/biacco/keymap.c
index a1d041c02..aa196c7e6 100644
--- a/keyboards/helix/pico/keymaps/biacco/keymap.c
+++ b/keyboards/helix/pico/keymaps/biacco/keymap.c
@@ -1,24 +1,19 @@
1/* Copyright 2018 Biacco42
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
1#include QMK_KEYBOARD_H 16#include QMK_KEYBOARD_H
2#include "bootloader.h"
3#ifdef PROTOCOL_LUFA
4#include "lufa.h"
5#include "split_util.h"
6#endif
7#ifdef AUDIO_ENABLE
8 #include "audio.h"
9#endif
10#ifdef SSD1306OLED
11 #include "ssd1306.h"
12#endif
13
14extern keymap_config_t keymap_config;
15
16#ifdef RGBLIGHT_ENABLE
17//Following line allows macro to read current RGB settings
18extern rgblight_config_t rgblight_config;
19#endif
20
21extern uint8_t is_master;
22 17
23// Each layer gets a name for readability, which is then used in the keymap matrix below. 18// Each layer gets a name for readability, which is then used in the keymap matrix below.
24// The underscores don't mean anything - you can have a layer called STUFF or any other name. 19// The underscores don't mean anything - you can have a layer called STUFF or any other name.