-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Add splitkb.com's Aurora Sofle v2 (#21499)
Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Thomas Baart <[email protected]>
- Loading branch information
1 parent
d9260b1
commit bf498b2
Showing
17 changed files
with
1,185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* Copyright 2023 splitkb.com <[email protected]> | ||
* | ||
* 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 | ||
|
||
#ifdef OLED_ENABLE | ||
# define OLED_FONT_H "keyboards/splitkb/aurora/sofle_v2/glcdfont.c" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,250 @@ | ||
/* Copyright 2023 splitkb.com <[email protected]> | ||
* | ||
* 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/>. | ||
*/ | ||
|
||
#include "progmem.h" | ||
|
||
// NOTE: This file is a copy of `crkbd/soundmonster/glcdfont.c` | ||
|
||
// Corne 8x6 font with QMK Firmware Logo | ||
// Online editor: https://helixfonteditor.netlify.com/ | ||
// See also: https://github.com/soundmonster/glcdfont_converter | ||
|
||
const unsigned char font[] PROGMEM = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, | ||
0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, | ||
0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, | ||
0x18, 0x3C, 0x7E, 0x3C, 0x18, 0x00, | ||
0x1C, 0x57, 0x7D, 0x57, 0x1C, 0x00, | ||
0x1C, 0x5E, 0x7F, 0x5E, 0x1C, 0x00, | ||
0x00, 0x18, 0x3C, 0x18, 0x00, 0x00, | ||
0xFF, 0xE7, 0xC3, 0xE7, 0xFF, 0x00, | ||
0x00, 0x18, 0x24, 0x18, 0x00, 0x00, | ||
0xFF, 0xE7, 0xDB, 0xE7, 0xFF, 0x00, | ||
0x30, 0x48, 0x3A, 0x06, 0x0E, 0x00, | ||
0x26, 0x29, 0x79, 0x29, 0x26, 0x00, | ||
0x40, 0x7F, 0x05, 0x05, 0x07, 0x00, | ||
0x40, 0x7F, 0x05, 0x25, 0x3F, 0x00, | ||
0x5A, 0x3C, 0xE7, 0x3C, 0x5A, 0x00, | ||
0x7F, 0x3E, 0x1C, 0x1C, 0x08, 0x00, | ||
0x08, 0x1C, 0x1C, 0x3E, 0x7F, 0x00, | ||
0x14, 0x22, 0x7F, 0x22, 0x14, 0x00, | ||
0x5F, 0x5F, 0x00, 0x5F, 0x5F, 0x00, | ||
0x06, 0x09, 0x7F, 0x01, 0x7F, 0x00, | ||
0x00, 0x66, 0x89, 0x95, 0x6A, 0x00, | ||
0x60, 0x60, 0x60, 0x60, 0x60, 0x00, | ||
0x94, 0xA2, 0xFF, 0xA2, 0x94, 0x00, | ||
0x08, 0x04, 0x7E, 0x04, 0x08, 0x00, | ||
0x10, 0x20, 0x7E, 0x20, 0x10, 0x00, | ||
0x08, 0x08, 0x2A, 0x1C, 0x08, 0x00, | ||
0x08, 0x1C, 0x2A, 0x08, 0x08, 0x00, | ||
0x1E, 0x10, 0x10, 0x10, 0x10, 0x00, | ||
0x0C, 0x1E, 0x0C, 0x1E, 0x0C, 0x00, | ||
0x30, 0x38, 0x3E, 0x38, 0x30, 0x00, | ||
0x06, 0x0E, 0x3E, 0x0E, 0x06, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x5F, 0x00, 0x00, 0x00, | ||
0x00, 0x07, 0x00, 0x07, 0x00, 0x00, | ||
0x14, 0x7F, 0x14, 0x7F, 0x14, 0x00, | ||
0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x00, | ||
0x23, 0x13, 0x08, 0x64, 0x62, 0x00, | ||
0x36, 0x49, 0x56, 0x20, 0x50, 0x00, | ||
0x00, 0x08, 0x07, 0x03, 0x00, 0x00, | ||
0x00, 0x1C, 0x22, 0x41, 0x00, 0x00, | ||
0x00, 0x41, 0x22, 0x1C, 0x00, 0x00, | ||
0x2A, 0x1C, 0x7F, 0x1C, 0x2A, 0x00, | ||
0x08, 0x08, 0x3E, 0x08, 0x08, 0x00, | ||
0x00, 0x80, 0x70, 0x30, 0x00, 0x00, | ||
0x08, 0x08, 0x08, 0x08, 0x08, 0x00, | ||
0x00, 0x00, 0x60, 0x60, 0x00, 0x00, | ||
0x20, 0x10, 0x08, 0x04, 0x02, 0x00, | ||
0x3E, 0x51, 0x49, 0x45, 0x3E, 0x00, | ||
0x00, 0x42, 0x7F, 0x40, 0x00, 0x00, | ||
0x72, 0x49, 0x49, 0x49, 0x46, 0x00, | ||
0x21, 0x41, 0x49, 0x4D, 0x33, 0x00, | ||
0x18, 0x14, 0x12, 0x7F, 0x10, 0x00, | ||
0x27, 0x45, 0x45, 0x45, 0x39, 0x00, | ||
0x3C, 0x4A, 0x49, 0x49, 0x31, 0x00, | ||
0x41, 0x21, 0x11, 0x09, 0x07, 0x00, | ||
0x36, 0x49, 0x49, 0x49, 0x36, 0x00, | ||
0x46, 0x49, 0x49, 0x29, 0x1E, 0x00, | ||
0x00, 0x00, 0x14, 0x00, 0x00, 0x00, | ||
0x00, 0x40, 0x34, 0x00, 0x00, 0x00, | ||
0x00, 0x08, 0x14, 0x22, 0x41, 0x00, | ||
0x14, 0x14, 0x14, 0x14, 0x14, 0x00, | ||
0x00, 0x41, 0x22, 0x14, 0x08, 0x00, | ||
0x02, 0x01, 0x59, 0x09, 0x06, 0x00, | ||
0x3E, 0x41, 0x5D, 0x59, 0x4E, 0x00, | ||
0x7C, 0x12, 0x11, 0x12, 0x7C, 0x00, | ||
0x7F, 0x49, 0x49, 0x49, 0x36, 0x00, | ||
0x3E, 0x41, 0x41, 0x41, 0x22, 0x00, | ||
0x7F, 0x41, 0x41, 0x41, 0x3E, 0x00, | ||
0x7F, 0x49, 0x49, 0x49, 0x41, 0x00, | ||
0x7F, 0x09, 0x09, 0x09, 0x01, 0x00, | ||
0x3E, 0x41, 0x41, 0x51, 0x73, 0x00, | ||
0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, | ||
0x00, 0x41, 0x7F, 0x41, 0x00, 0x00, | ||
0x20, 0x40, 0x41, 0x3F, 0x01, 0x00, | ||
0x7F, 0x08, 0x14, 0x22, 0x41, 0x00, | ||
0x7F, 0x40, 0x40, 0x40, 0x40, 0x00, | ||
0x7F, 0x02, 0x1C, 0x02, 0x7F, 0x00, | ||
0x7F, 0x04, 0x08, 0x10, 0x7F, 0x00, | ||
0x3E, 0x41, 0x41, 0x41, 0x3E, 0x00, | ||
0x7F, 0x09, 0x09, 0x09, 0x06, 0x00, | ||
0x3E, 0x41, 0x51, 0x21, 0x5E, 0x00, | ||
0x7F, 0x09, 0x19, 0x29, 0x46, 0x00, | ||
0x26, 0x49, 0x49, 0x49, 0x32, 0x00, | ||
0x03, 0x01, 0x7F, 0x01, 0x03, 0x00, | ||
0x3F, 0x40, 0x40, 0x40, 0x3F, 0x00, | ||
0x1F, 0x20, 0x40, 0x20, 0x1F, 0x00, | ||
0x3F, 0x40, 0x38, 0x40, 0x3F, 0x00, | ||
0x63, 0x14, 0x08, 0x14, 0x63, 0x00, | ||
0x03, 0x04, 0x78, 0x04, 0x03, 0x00, | ||
0x61, 0x59, 0x49, 0x4D, 0x43, 0x00, | ||
0x00, 0x7F, 0x41, 0x41, 0x41, 0x00, | ||
0x02, 0x04, 0x08, 0x10, 0x20, 0x00, | ||
0x00, 0x41, 0x41, 0x41, 0x7F, 0x00, | ||
0x04, 0x02, 0x01, 0x02, 0x04, 0x00, | ||
0x40, 0x40, 0x40, 0x40, 0x40, 0x00, | ||
0x00, 0x03, 0x07, 0x08, 0x00, 0x00, | ||
0x20, 0x54, 0x54, 0x78, 0x40, 0x00, | ||
0x7F, 0x28, 0x44, 0x44, 0x38, 0x00, | ||
0x38, 0x44, 0x44, 0x44, 0x28, 0x00, | ||
0x38, 0x44, 0x44, 0x28, 0x7F, 0x00, | ||
0x38, 0x54, 0x54, 0x54, 0x18, 0x00, | ||
0x00, 0x08, 0x7E, 0x09, 0x02, 0x00, | ||
0x18, 0x24, 0x24, 0x1C, 0x78, 0x00, | ||
0x7F, 0x08, 0x04, 0x04, 0x78, 0x00, | ||
0x00, 0x44, 0x7D, 0x40, 0x00, 0x00, | ||
0x20, 0x40, 0x40, 0x3D, 0x00, 0x00, | ||
0x7F, 0x10, 0x28, 0x44, 0x00, 0x00, | ||
0x00, 0x41, 0x7F, 0x40, 0x00, 0x00, | ||
0x7C, 0x04, 0x78, 0x04, 0x78, 0x00, | ||
0x7C, 0x08, 0x04, 0x04, 0x78, 0x00, | ||
0x38, 0x44, 0x44, 0x44, 0x38, 0x00, | ||
0x7C, 0x18, 0x24, 0x24, 0x18, 0x00, | ||
0x18, 0x24, 0x24, 0x18, 0x7C, 0x00, | ||
0x7C, 0x08, 0x04, 0x04, 0x08, 0x00, | ||
0x48, 0x54, 0x54, 0x54, 0x24, 0x00, | ||
0x04, 0x04, 0x3F, 0x44, 0x24, 0x00, | ||
0x3C, 0x40, 0x40, 0x20, 0x7C, 0x00, | ||
0x1C, 0x20, 0x40, 0x20, 0x1C, 0x00, | ||
0x3C, 0x40, 0x30, 0x40, 0x3C, 0x00, | ||
0x44, 0x28, 0x10, 0x28, 0x44, 0x00, | ||
0x4C, 0x90, 0x90, 0x90, 0x7C, 0x00, | ||
0x44, 0x64, 0x54, 0x4C, 0x44, 0x00, | ||
0x00, 0x08, 0x36, 0x41, 0x00, 0x00, | ||
0x00, 0x00, 0x77, 0x00, 0x00, 0x00, | ||
0x00, 0x41, 0x36, 0x08, 0x00, 0x00, | ||
0x02, 0x01, 0x02, 0x04, 0x02, 0x00, | ||
0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, | ||
0xF8, 0x18, 0x00, 0xC0, 0xF0, 0xFC, | ||
0xFE, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, | ||
0xFF, 0xFF, 0x7E, 0x00, 0x00, 0x00, | ||
0x00, 0xF8, 0x04, 0x22, 0x52, 0xE2, | ||
0x42, 0x42, 0x42, 0xE2, 0x52, 0x22, | ||
0x22, 0x22, 0x42, 0x82, 0x02, 0x02, | ||
0x22, 0x22, 0x02, 0x04, 0xF8, 0x00, | ||
0x00, 0xF8, 0x04, 0x02, 0x02, 0x82, | ||
0x42, 0x22, 0x42, 0x82, 0x02, 0x02, | ||
0x02, 0x82, 0x42, 0x22, 0x12, 0x22, | ||
0x42, 0x82, 0x02, 0x04, 0xF8, 0x00, | ||
0x00, 0xF8, 0xFC, 0xDE, 0xAE, 0x1E, | ||
0xBE, 0xBE, 0xBE, 0x1E, 0xAE, 0xDE, | ||
0xDE, 0xDE, 0xBE, 0x7E, 0xFE, 0xFE, | ||
0xDE, 0xDE, 0xFE, 0xFC, 0xF8, 0x00, | ||
0x00, 0xF8, 0xFC, 0xFE, 0xFE, 0x7E, | ||
0xBE, 0xDE, 0xBE, 0x7E, 0xFE, 0xFE, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x80, 0x80, 0x40, 0x40, 0x20, 0x20, | ||
0x10, 0x10, 0x08, 0x08, 0x10, 0x10, | ||
0x20, 0x20, 0x40, 0x40, 0x80, 0x80, | ||
0x80, 0x80, 0xC0, 0xC0, 0xE0, 0xE0, | ||
0xF0, 0xF0, 0xF8, 0xF8, 0xF0, 0xF0, | ||
0xE0, 0xE0, 0xC0, 0xC0, 0x80, 0x80, | ||
0x80, 0x80, 0x40, 0x40, 0x20, 0x20, | ||
0x10, 0x10, 0x08, 0x08, 0x10, 0x10, | ||
0x20, 0x20, 0x40, 0x40, 0x80, 0x80, | ||
0x80, 0x80, 0x40, 0xC0, 0x60, 0xA0, | ||
0x50, 0xB0, 0x58, 0xA8, 0x50, 0xB0, | ||
0x60, 0xA0, 0x40, 0xC0, 0x80, 0x80, | ||
0x00, 0xF8, 0xFC, 0xFE, 0xFF, 0xE0, | ||
0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, | ||
0xFF, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, | ||
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x1F, | ||
0x07, 0x01, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x1F, 0x20, 0x44, 0x4A, 0x47, | ||
0x42, 0x42, 0x42, 0x47, 0x4A, 0x44, | ||
0x40, 0x40, 0x40, 0x40, 0x41, 0x42, | ||
0x44, 0x44, 0x40, 0x20, 0x1F, 0x00, | ||
0x00, 0x1F, 0x20, 0x40, 0x41, 0x40, | ||
0x40, 0x40, 0x40, 0x40, 0x41, 0x40, | ||
0x41, 0x41, 0x4F, 0x48, 0x48, 0x48, | ||
0x4F, 0x41, 0x41, 0x20, 0x1F, 0x00, | ||
0x00, 0x1F, 0x3F, 0x7B, 0x75, 0x78, | ||
0x7D, 0x7D, 0x7D, 0x78, 0x75, 0x7B, | ||
0x7F, 0x7F, 0x7F, 0x7F, 0x7E, 0x7D, | ||
0x7B, 0x7B, 0x7F, 0x3F, 0x1F, 0x00, | ||
0x00, 0x1F, 0x3F, 0x7F, 0x7E, 0x7F, | ||
0x7F, 0x7F, 0x7F, 0x7F, 0x7E, 0x7F, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x88, 0x88, 0x5D, 0x5D, 0x3E, 0x3E, | ||
0x7C, 0x7C, 0xF8, 0xF8, 0x7C, 0x7C, | ||
0x3E, 0x3E, 0x5D, 0x5D, 0x88, 0x88, | ||
0x88, 0x88, 0x55, 0x55, 0x23, 0x23, | ||
0x47, 0x47, 0x8F, 0x8F, 0x47, 0x47, | ||
0x23, 0x23, 0x55, 0x55, 0x88, 0x88, | ||
0x88, 0x88, 0xD5, 0xD5, 0xE2, 0xE2, | ||
0xC4, 0xC4, 0x88, 0x88, 0xC4, 0xC4, | ||
0xE2, 0xE2, 0xD5, 0xD5, 0x88, 0x88, | ||
0x88, 0x88, 0x5D, 0xD5, 0x6B, 0xB6, | ||
0x6D, 0xD6, 0xAD, 0xDA, 0x6D, 0xD6, | ||
0x6B, 0xB6, 0x5D, 0xD5, 0x88, 0x88, | ||
0x00, 0x03, 0x0F, 0x1F, 0x3F, 0x3F, | ||
0x3F, 0x3F, 0x1F, 0x1F, 0x3F, 0x3F, | ||
0x7F, 0x7F, 0x7F, 0x3F, 0x3F, 0x1F, | ||
0x3F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7C, | ||
0x78, 0x78, 0x38, 0x1C, 0x0F, 0x00, | ||
0x04, 0xF8, 0x00, 0x00, 0xF8, 0x04, | ||
0x20, 0x1F, 0x00, 0x00, 0x1F, 0x20, | ||
0xFC, 0xF8, 0x00, 0x00, 0xF8, 0x04, | ||
0x3F, 0x1F, 0x00, 0x00, 0x1F, 0x20, | ||
0x04, 0xF8, 0x00, 0x00, 0xF8, 0xFC, | ||
0x20, 0x1F, 0x00, 0x00, 0x1F, 0x3F, | ||
0xFC, 0xF8, 0x00, 0x00, 0xF8, 0xFC, | ||
0x3F, 0x1F, 0x00, 0x00, 0x1F, 0x3F, | ||
0xFE, 0x7E, 0xBE, 0xDE, 0xEE, 0xDE, | ||
0xBE, 0x7E, 0xFE, 0xFC, 0xF8, 0x00, | ||
0x7E, 0x7E, 0x70, 0x77, 0x77, 0x77, | ||
0x70, 0x7E, 0x7E, 0x3F, 0x1F, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | ||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02, | ||
0x04, 0x04, 0x08, 0x08, 0x04, 0x04, | ||
0x02, 0x02, 0x01, 0x01, 0x00, 0x00, | ||
0x00, 0x00, 0x01, 0x01, 0x02, 0x02, | ||
0x04, 0x04, 0x08, 0x08, 0x04, 0x04, | ||
0x02, 0x02, 0x01, 0x01, 0x00, 0x00, | ||
0x00, 0x00, 0x01, 0x01, 0x03, 0x03, | ||
0x07, 0x07, 0x0F, 0x0F, 0x07, 0x07, | ||
0x03, 0x03, 0x01, 0x01, 0x00, 0x00, | ||
0x00, 0x00, 0x01, 0x01, 0x03, 0x02, | ||
0x05, 0x06, 0x0D, 0x0A, 0x05, 0x06, | ||
0x03, 0x02, 0x01, 0x01, 0x00, 0x00 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"manufacturer": "splitkb.com", | ||
"maintainer": "splitkb", | ||
"build": { | ||
"lto": true | ||
}, | ||
"development_board": "elite_c", | ||
"split": { | ||
"enabled": true | ||
}, | ||
"url": "https://splitkb.com", | ||
"usb": { | ||
"device_version": "1.0.0", | ||
"vid": "0x8D1D" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* Copyright 2023 splitkb.com <[email protected]> | ||
* | ||
* 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 RGBLIGHT_EFFECT_BREATHING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
/* Copyright 2023 splitkb.com <[email protected]> | ||
* | ||
* 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/>. | ||
*/ | ||
|
||
#include QMK_KEYBOARD_H | ||
|
||
enum layers { | ||
_DEFAULT = 0, | ||
}; | ||
|
||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
[_DEFAULT] = LAYOUT( | ||
KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, S(KC_F), S(KC_E), S(KC_D), S(KC_C), S(KC_B), S(KC_A), | ||
KC_G, KC_H, KC_I, KC_J, KC_K, KC_L, S(KC_L), S(KC_K), S(KC_J), S(KC_I), S(KC_H), S(KC_G), | ||
KC_M, KC_N, KC_O, KC_P, KC_Q, KC_R, S(KC_R), S(KC_Q), S(KC_P), S(KC_O), S(KC_N), S(KC_M), | ||
KC_S, KC_T, KC_U, KC_V, KC_W, KC_X, KC_Y, S(KC_Y), S(KC_X), S(KC_W), S(KC_V), S(KC_U), S(KC_T), S(KC_S), | ||
KC_Z, KC_1, KC_2, KC_3, KC_4, S(KC_4), S(KC_3), S(KC_2), S(KC_1), S(KC_Z) | ||
|
||
) | ||
}; | ||
|
||
#ifdef RGBLIGHT_ENABLE | ||
void keyboard_post_init_user(void) { | ||
rgblight_enable_noeeprom(); // enables RGB, without saving settings | ||
rgblight_sethsv_noeeprom(HSV_RED); // sets the color to red without saving | ||
rgblight_mode_noeeprom(RGBLIGHT_MODE_BREATHING + 3); // sets mode to Fast breathing without saving | ||
} | ||
#endif | ||
|
||
#ifdef ENCODER_ENABLE | ||
bool encoder_update_user(uint8_t index, bool clockwise) { | ||
// 0 is left-half encoder | ||
// 1 is right-half encoder | ||
if (index == 0) { | ||
tap_code(KC_0); | ||
} else if (index == 1) { | ||
tap_code(KC_1); | ||
} | ||
|
||
if (clockwise) { | ||
tap_code16(KC_PLUS); | ||
} else { | ||
tap_code(KC_MINUS); | ||
} | ||
|
||
return false; | ||
} | ||
#endif | ||
|
||
#ifdef OLED_ENABLE | ||
bool oled_task_user(void) { | ||
// A 128x32 OLED rotated 90 degrees is 5 characters wide and 16 characters tall | ||
// This example string should fill that neatly | ||
oled_write_P(PSTR("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789!@#$%^&*()[]{}-=_+?"), false); | ||
return false; | ||
} | ||
#endif |
Oops, something went wrong.