summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/keymaps/c4software_bepo
diff options
context:
space:
mode:
authorlebastaq <qlebastard@gmail.com>2018-07-23 20:43:13 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-23 20:43:13 +0200
commitb5d9bee969e49484d6ded13330f5074af73818dc (patch)
tree7c926a0a27bf460fb1dec2a1ff1bbfcce1957d7f /keyboards/xd75/keymaps/c4software_bepo
parent1775a3075e20b331432188a018b1c7a0c140cc1c (diff)
downloadqmk_firmware-b5d9bee969e49484d6ded13330f5074af73818dc.tar.gz
qmk_firmware-b5d9bee969e49484d6ded13330f5074af73818dc.tar.xz
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
Diffstat (limited to 'keyboards/xd75/keymaps/c4software_bepo')
-rw-r--r--keyboards/xd75/keymaps/c4software_bepo/config.h7
-rw-r--r--keyboards/xd75/keymaps/c4software_bepo/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/c4software_bepo/rules.mk4
3 files changed, 3 insertions, 12 deletions
diff --git a/keyboards/xd75/keymaps/c4software_bepo/config.h b/keyboards/xd75/keymaps/c4software_bepo/config.h
index 015377b5f..39845f15b 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 <http://www.gnu.org/licenses/>.
*/
-#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 28f032a7f..be7ca93d2 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 <http://www.gnu.org/licenses/>.
*/
-#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 d4e08cfb2..7efceba50 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 <http://www.gnu.org/licenses/>.
-
-ifndef QUANTUM_DIR
- include ../../../../Makefile
-endif