[Keymap] Moar personal keymap and userspace tweaks (#7238)
* Enable link-time optimization * Make RGB static gradient ranges shorter * Shift Quefrency media keys to the right * Shift KBD67 media keys to the right * Move some 60% keys from function to adjust layer * Set "extra" Lily58 keys to browser back/forward * Remove Instant60 EEPROM hack after #6968 * Remove unnecessary bits from macropad keymaps * Update KLE images
This commit is contained in:
parent
f5cf5b950f
commit
1f6cb53fb3
16 changed files with 50 additions and 63 deletions
|
@ -5,11 +5,8 @@ enum layer {
|
|||
LAYER_FUNCTION,
|
||||
};
|
||||
|
||||
/* Switch to function layer when held. */
|
||||
#define LY_FUNC MO(LAYER_FUNCTION)
|
||||
|
||||
/* Send Ctrl+Alt+L (Cinnamon screen lock shortcut) when pressed. */
|
||||
#define KY_LOCK LCA(KC_L)
|
||||
#define KY_LOCK LCA(KC_L) /* Cinnamon lock screen */
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[LAYER_DEFAULT] = LAYOUT(
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
BOOTLOADER = caterina # Pro Micro
|
Loading…
Add table
Add a link
Reference in a new issue