aboutsummaryrefslogtreecommitdiff
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 13:23:22 -0700
commit704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5 (patch)
treee3ed96d6cc1d4a78c65db1dc571956feeaef83e6 /keyboards/fc660c
parente7451448361b0d1490f74aae6dfe4f80e86ea1ca (diff)
downloadqmk_firmware-704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5.tar.gz
qmk_firmware-704a2e8d3c0bd15f6c8accd5a39fb88ca6c9e2d5.zip
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 @@
1# US International keymap for PCs with German set as input language
2
3This keymap emulates a US International layout including a deadkey layer on PCs that have German set as the input language.
4This 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 @@
1#pragma once 1#pragma once
2 2
3// higher value means deeper actuation point, less sensitive 3/*
4// be careful and only make small adjustments (steps of 1 or 2). 4higher value means deeper actuation point, less sensitive
5// too high and keys will fail to actuate. too low and keys will actuate spontaneously. 5this should probably stay in the range +/-5.
6// test all keys before further adjustment. 6*/
7// this should probably stay in the range +/-5.
8#undef ACTUATION_DEPTH_ADJUSTMENT 7#undef ACTUATION_DEPTH_ADJUSTMENT
9#define ACTUATION_DEPTH_ADJUSTMENT +2 8#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] = {
28 _______,KC_PGDN,KC_UP, KC_PGUP,KC_HOME,XXXXXXX,XXXXXXX,XXXXXXX,GUIU, XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX, CU_ESCT, 28 _______,KC_PGDN,KC_UP, KC_PGUP,KC_HOME,XXXXXXX,XXXXXXX,XXXXXXX,GUIU, XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX, CU_ESCT,
29 _______,KC_LEFT,KC_DOWN,KC_RGHT,KC_END, XXXXXXX,XXXXXXX,GUIL, GUID, GUIR, XXXXXXX,XXXXXXX, KC_ENT, 29 _______,KC_LEFT,KC_DOWN,KC_RGHT,KC_END, XXXXXXX,XXXXXXX,GUIL, GUID, GUIR, XXXXXXX,XXXXXXX, KC_ENT,
30 _______,KC_MPRV,KC_MPLY,KC_MNXT,KC_VOLD,KC_VOLU,KC_MUTE,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,_______, KC_PGUP, 30 _______,KC_MPRV,KC_MPLY,KC_MNXT,KC_VOLD,KC_VOLU,KC_MUTE,XXXXXXX,XXXXXXX,XXXXXXX,XXXXXXX,_______, KC_PGUP,
31 RESET, _______,_______, _______, _______,_______,_______, KC_HOME,KC_PGDN,KC_END 31 RESET, _______,_______, KC_SPC, _______,_______,_______, KC_HOME,KC_PGDN,KC_END
32 ) 32 )
33 33
34}; 34};
35 35
36bool process_record_user(uint16_t keycode, keyrecord_t *record) { 36bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
37 return process_record_userspace(keycode, record); 37 return true;
38} 38}
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 @@
1# SpacebarRacecar US-International FC660C Keymap for German PCs
2
3This keymap emulates most keys of the US-International layout on PCs that have German set as input language.
4This allows the use of the keyboard on any PC in Germany without the need to change any settings.
5The keymap is mostly based on the US-International layout.