1
0
Fork 0

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
This commit is contained in:
SpacebarRacecar 2018-10-22 22:23:22 +02:00 committed by Drashna Jaelre
parent e745144836
commit 704a2e8d3c
16 changed files with 411 additions and 54 deletions

View file

@ -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.

View file

@ -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

View file

@ -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;
}

View file

@ -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.