summaryrefslogtreecommitdiffstats
path: root/keyboards/fc660c
diff options
context:
space:
mode:
authorSpacebarRacecar <42380065+SpacebarRacecar@users.noreply.github.com>2018-10-22 22:23:22 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 22:23:22 +0200
commit704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5 (patch)
treee3ed96d6cc1d4a78c65db1dc571956feeaef83e6 /keyboards/fc660c
parente7451448361b0d1490f74aae6dfe4f80e86ea1ca (diff)
downloadqmk_firmware-704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5.tar.gz
qmk_firmware-704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5.tar.xz
Keymap: Updates to personal userspace and keymaps (#4206)
* - updated personal userspace - updated fc660c, niu mini and planck keymaps - added prime_o keymap * Rename README.md to readme.md
Diffstat (limited to 'keyboards/fc660c')
-rw-r--r--keyboards/fc660c/keymaps/spacebarracecar/README.md4
-rw-r--r--keyboards/fc660c/keymaps/spacebarracecar/config.h11
-rw-r--r--keyboards/fc660c/keymaps/spacebarracecar/keymap.c6
-rw-r--r--keyboards/fc660c/keymaps/spacebarracecar/readme.md5
4 files changed, 13 insertions, 13 deletions
diff --git a/keyboards/fc660c/keymaps/spacebarracecar/README.md b/keyboards/fc660c/keymaps/spacebarracecar/README.md
deleted file mode 100644
index 7d87ef8cf..000000000
--- a/keyboards/fc660c/keymaps/spacebarracecar/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# US International keymap for PCs with German set as input language
-
-This keymap emulates a US International layout including a deadkey layer on PCs that have German set as the input language.
-This allows the use of the keyboard on any PC in Germany without the need of changing the input language.
diff --git a/keyboards/fc660c/keymaps/spacebarracecar/config.h b/keyboards/fc660c/keymaps/spacebarracecar/config.h
index 9c9b00656..9d83a2700 100644
--- a/keyboards/fc660c/keymaps/spacebarracecar/config.h
+++ b/keyboards/fc660c/keymaps/spacebarracecar/config.h
@@ -1,9 +1,8 @@
#pragma once
-// higher value means deeper actuation point, less sensitive
-// be careful and only make small adjustments (steps of 1 or 2).
-// too high and keys will fail to actuate. too low and keys will actuate spontaneously.
-// test all keys before further adjustment.
-// this should probably stay in the range +/-5.
+/*
+higher value means deeper actuation point, less sensitive
+this should probably stay in the range +/-5.
+*/
#undef ACTUATION_DEPTH_ADJUSTMENT
-#define ACTUATION_DEPTH_ADJUSTMENT +2
+#define ACTUATION_DEPTH_ADJUSTMENT -1
diff --git a/keyboards/fc660c/keymaps/spacebarracecar/keymap.c b/keyboards/fc660c/keymaps/spacebarracecar/keymap.c
index 2cbef10bb..760b83b9f 100644
--- a/keyboards/fc660c/keymaps/spacebarracecar/keymap.c
+++ b/keyboards/fc660c/keymaps/spacebarracecar/keymap.c
@@ -28,11 +28,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______,KC_PGDN,KC_UP, KC_PGUP,KC_HOME,XXXXXXX,XXXXXXX,XXXXXXX,GUIU, XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX, CU_ESCT,
_______,KC_LEFT,KC_DOWN,KC_RGHT,KC_END, XXXXXXX,XXXXXXX,GUIL, GUID, GUIR, XXXXXXX,XXXXXXX, KC_ENT,
_______,KC_MPRV,KC_MPLY,KC_MNXT,KC_VOLD,KC_VOLU,KC_MUTE,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,_______, KC_PGUP,
- RESET, _______,_______, _______, _______,_______,_______, KC_HOME,KC_PGDN,KC_END
+ RESET, _______,_______, KC_SPC, _______,_______,_______, KC_HOME,KC_PGDN,KC_END
)
};
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- return process_record_userspace(keycode, record);
+bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
+ return true;
}
diff --git a/keyboards/fc660c/keymaps/spacebarracecar/readme.md b/keyboards/fc660c/keymaps/spacebarracecar/readme.md
new file mode 100644
index 000000000..88c447e75
--- /dev/null
+++ b/keyboards/fc660c/keymaps/spacebarracecar/readme.md
@@ -0,0 +1,5 @@
+# SpacebarRacecar US-International FC660C Keymap for German PCs
+
+This keymap emulates most keys of the US-International layout on PCs that have German set as input language.
+This allows the use of the keyboard on any PC in Germany without the need to change any settings.
+The keymap is mostly based on the US-International layout.