summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75
diff options
context:
space:
mode:
authorBatuhan Baserdem <bbaserdem@users.noreply.github.com>2018-07-19 05:17:55 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-19 05:17:55 +0200
commit738a9fc16c833d79831c5a26eb33880661e33524 (patch)
treee79b6c21bdbd263ef4e2a2c8dc3bf8a3377e6f41 /keyboards/xd75
parentb89cec9ebc5ef0a4c0ff820414007006c7b497fa (diff)
downloadqmk_firmware-738a9fc16c833d79831c5a26eb33880661e33524.tar.gz
qmk_firmware-738a9fc16c833d79831c5a26eb33880661e33524.tar.xz
Userspace update for user bbaserdem (#3443)
* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error * Lets split eh * Finalized things regarding keymap
Diffstat (limited to 'keyboards/xd75')
-rw-r--r--keyboards/xd75/keymaps/bbaserdem/config.h20
-rw-r--r--keyboards/xd75/keymaps/bbaserdem/keymap.c63
-rw-r--r--keyboards/xd75/keymaps/bbaserdem/readme.md6
3 files changed, 8 insertions, 81 deletions
diff --git a/keyboards/xd75/keymaps/bbaserdem/config.h b/keyboards/xd75/keymaps/bbaserdem/config.h
index 2c24bb767..28d32e562 100644
--- a/keyboards/xd75/keymaps/bbaserdem/config.h
+++ b/keyboards/xd75/keymaps/bbaserdem/config.h
@@ -1,21 +1,5 @@
-/* Copyright 2017 REPLACE_WITH_YOUR_NAME
- *
- * 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
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * 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 CONFIG_USER_H
-#define CONFIG_USER_H
+#ifndef CONFIG_KEYMAP_H
+#define CONFIG_KEYMAP_H
#include "../../config.h"
diff --git a/keyboards/xd75/keymaps/bbaserdem/keymap.c b/keyboards/xd75/keymaps/bbaserdem/keymap.c
index 0b8ab6235..68071d018 100644
--- a/keyboards/xd75/keymaps/bbaserdem/keymap.c
+++ b/keyboards/xd75/keymaps/bbaserdem/keymap.c
@@ -15,66 +15,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |Tog|Mut| | ] |
* `-----------------------------------------------------------'
*/
-[_DV] = KM(
- BL_STEP, LGUI(KC_ESC), KC_GRV,KC_1,KC_2,KC_3,KC_4,KC_5,KC_6,KC_7,KC_8,KC_9,KC_0,KC_MINS,KC_EQL,
- KC_WHOM, LGUI(KC_ENT), DVORAK_1, KC_CAPS,
- KC_CALC, LGUI(KC_P), DVORAK_2, KC_BSLS,
- KC_MPRV, KC_MNXT, DVORAK_3, KC_LBRC,
- KC_MPLY, KC_MUTE, DVORAK_4, KC_RBRC ),
-
-[_AL] = KM(
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,
- _______,_______, ALTCHAR_1, _______,
- _______,_______, ALTCHAR_2, _______,
- _______,_______, ALTCHAR_3, _______,
- _______,_______, ALTCHAR_4, _______ ),
-
-[_GA] = KM(
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,
- _______,_______, GAME_1, _______,
- _______,_______, GAME_2, _______,
- _______,_______, GAME_3, _______,
- _______,_______, GAME_4, _______ ),
-
-[_NU] = KM(
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,
- _______,_______, NUMBERS_1, _______,
- _______,_______, NUMBERS_2, _______,
- _______,_______, NUMBERS_3, _______,
- _______,_______, NUMBERS_4, _______ ),
-
-[_SE] = KM(
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,
- _______,_______, SETTINGS_1, _______,
- _______,_______, SETTINGS_2, _______,
- _______,_______, SETTINGS_3, _______,
- _______,_______, SETTINGS_4, _______ ),
-
-[_MO] = KM(
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,_______,_______,_______,
- _______,_______,_______,
- _______,_______, MOUSE_1, _______,
- _______,_______, MOUSE_2, _______,
- _______,_______, MOUSE_3, _______,
- _______,_______, MOUSE_4, _______ ),
-
-#ifdef AUDIO_ENABLE
-[_MU] = KM(
- XXX, XXX, MASK, XXX,
- XXX, XXX, MASK, XXX,
- XXX, XXX, MASK, XXX,
- XXX, XXX, MASK, XXX,
- XXX, XXX, MUSIC_4, XXX ),
-#endif
-
+[0] = KM( FKLAVYE ),
+[1] = KM( AYARLAR ),
};
diff --git a/keyboards/xd75/keymaps/bbaserdem/readme.md b/keyboards/xd75/keymaps/bbaserdem/readme.md
index 68a05b030..f96c8ea97 100644
--- a/keyboards/xd75/keymaps/bbaserdem/readme.md
+++ b/keyboards/xd75/keymaps/bbaserdem/readme.md
@@ -1,7 +1,9 @@
# XD75RE Setup
-This layout is the xd75re layout, inspired by my planck keymap.
-Contains some code from the original keymap here, but had to be modded.
+(WIP) F keyboard for turkish, using unicode.
+
+* Write down keymap in userspace
+* Figure out LED indicators
# Make