From b5d9bee969e49484d6ded13330f5074af73818dc Mon Sep 17 00:00:00 2001 From: lebastaq Date: Mon, 23 Jul 2018 20:43:13 +0200 Subject: Keymap: Add software development oriented bepo layout to xd75 (#3451) * added special keys * formatting * disabled autoshift * updated readme to follow guidelines * changed copyright * minor fixes * added changes requested * update traditional bepo layout --- keyboards/xd75/keymaps/c4software_bepo/config.h | 7 +------ keyboards/xd75/keymaps/c4software_bepo/keymap.c | 4 ++-- keyboards/xd75/keymaps/c4software_bepo/rules.mk | 4 ---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to 'keyboards/xd75/keymaps/c4software_bepo') diff --git a/keyboards/xd75/keymaps/c4software_bepo/config.h b/keyboards/xd75/keymaps/c4software_bepo/config.h index 015377b5f8..39845f15b7 100644 --- a/keyboards/xd75/keymaps/c4software_bepo/config.h +++ b/keyboards/xd75/keymaps/c4software_bepo/config.h @@ -14,11 +14,6 @@ * along with this program. If not, see . */ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H +# pragma once #include "../../config.h" - -// place overrides here - -#endif diff --git a/keyboards/xd75/keymaps/c4software_bepo/keymap.c b/keyboards/xd75/keymaps/c4software_bepo/keymap.c index 28f032a7fd..be7ca93d2d 100644 --- a/keyboards/xd75/keymaps/c4software_bepo/keymap.c +++ b/keyboards/xd75/keymaps/c4software_bepo/keymap.c @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#include "xd75.h" +#include QMK_KEYBOARD_H #include "keymap_bepo.h" // Layer shorthand @@ -57,7 +57,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { * | RESET | | FN | | | | P0 | . | FN | | End | | * '--------------------------------------------------------------------------------------------------------------------------------------' */ - + [_FN] = { /* FUNCTION */ { KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_SLSH, KC_ASTR, KC_F9, KC_F10, KC_F11, KC_F12 }, { KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_P7, KC_P8, KC_P9, KC_MINS, RGB_TOG, RGB_MOD, RGB_HUI }, diff --git a/keyboards/xd75/keymaps/c4software_bepo/rules.mk b/keyboards/xd75/keymaps/c4software_bepo/rules.mk index d4e08cfb26..7efceba50a 100644 --- a/keyboards/xd75/keymaps/c4software_bepo/rules.mk +++ b/keyboards/xd75/keymaps/c4software_bepo/rules.mk @@ -12,7 +12,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -ifndef QUANTUM_DIR - include ../../../../Makefile -endif -- cgit v1.2.3