aurora corne config
This commit is contained in:
parent
ffb65f67c9
commit
7e4f35f1f5
42
keyboards/splitkb/aurora/corne/keymaps/sporq/config.h
Normal file
42
keyboards/splitkb/aurora/corne/keymaps/sporq/config.h
Normal file
@ -0,0 +1,42 @@
|
||||
/*
|
||||
This is the c configuration file for the keymap
|
||||
|
||||
Copyright 2012 Jun Wako <wakojun@gmail.com>
|
||||
Copyright 2015 Jack Humbert
|
||||
|
||||
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 USE_MATRIX_I2C
|
||||
|
||||
#undef SOFT_SERIAL_PIN
|
||||
#define SOFT_SERIAL_PIN 16U // I broke the original pin
|
||||
|
||||
|
||||
/* Select hand configuration */
|
||||
|
||||
#define MASTER_LEFT
|
||||
// #define MASTER_RIGHT
|
||||
// #define EE_HANDS
|
||||
|
||||
#define SPLIT_WPM_ENABLE
|
||||
|
||||
//#define QUICK_TAP_TERM 0
|
||||
//#define TAPPING_TERM 100
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#define OLED_BRIGHTNESS 100
|
||||
#endif
|
1138
keyboards/splitkb/aurora/corne/keymaps/sporq/keymap.c
Normal file
1138
keyboards/splitkb/aurora/corne/keymaps/sporq/keymap.c
Normal file
File diff suppressed because it is too large
Load Diff
18
keyboards/splitkb/aurora/corne/keymaps/sporq/rules.mk
Normal file
18
keyboards/splitkb/aurora/corne/keymaps/sporq/rules.mk
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
# Needed for liatris. See here: https://docs.splitkb.com/hc/en-us/articles/6330981035676-Aurora-Build-Guide-20-Flashing-Firmware
|
||||
CONVERT_TO = promicro_rp2040
|
||||
|
||||
CONSOLE_ENABLE = yes # Console for debug
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no
|
||||
|
||||
OLED_DRIVER = SSD1306
|
||||
OLED_ENABLE = yes
|
||||
|
||||
WPM_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
||||
|
Loading…
Reference in New Issue
Block a user