mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-21 00:04:46 +08:00
Sofle rev1 Keymap - featuring keyboard pets (#12499)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
co-authored by
Drashna Jaelre
Ryan
parent
9da95bc3ab
commit
147cf8afbb
@@ -0,0 +1,21 @@
|
||||
/* Copyright 2021 HellSingCoder
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#define OLED_TIMEOUT 120000
|
||||
#define OLED_BRIGHTNESS 120
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,32 @@
|
||||
[](https://www.youtube.com/watch?v=HgIQRazCAjo)
|
||||
|
||||
# Personal keymap for Sofle Keyboard rev1
|
||||
|
||||
|
||||
Features:
|
||||
|
||||
- Modes for Qwerty and Games support. Games swaps enter and space to play FPS games and adds directional arrows.
|
||||
- Modified Qwerty layout to allow usage without hidden layers (for the most).
|
||||
- The OLED on master half shows selected OS, Layer and caps lock state.
|
||||
- The secondary display shows a logo and the wpm counter.
|
||||
- Left encoder controls arrow left/right. Right encoder arrow up/down.
|
||||
- Holding shift changes the encoders to next/previous and volup/voldown respectively.
|
||||
- Press the encoders to play/pause and mute.
|
||||
- Smart Backspace (shift + backspace to delete)
|
||||
- Single Layer button (press to Lower, shift + press to change mode)
|
||||
- **Features Luna, your keyboard pet!**
|
||||
|
||||
#Luna, the keyboard pet
|
||||
|
||||
Features:
|
||||
- Luna reacts to your wpm counter
|
||||
- under 10 wpm she sits
|
||||
- between 10 and 40 wpm she walks
|
||||
- over 40 wpm she runs
|
||||
- She will move sneakily if you hold down Ctrl
|
||||
- Will bark at people on the internet if you activate Caps Lock!
|
||||
- Luna jumps every time you hit Space
|
||||
|
||||
|
||||
Learn how to adopt a keyboard pet here
|
||||
https://www.youtube.com/watch?v=HgIQRazCAjo
|
||||
@@ -0,0 +1,6 @@
|
||||
OLED_DRIVER_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
|
||||
WPM_ENABLE = yes
|
||||
Reference in New Issue
Block a user