mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-28 01:55:38 -04:00
Organization and cleanup
- added more clarity on which files have config to each rules.mk - enabled encoder on swoop again - removed rollow oled config/files because default is fine - added some keycodes back because I forgot not all keyboards have encoders - added common oled config
This commit is contained in:
parent
0b934d4532
commit
d6c6d5d731
11 changed files with 41 additions and 252 deletions
|
@ -40,4 +40,8 @@
|
|||
|
||||
#if defined(SPLIT_KEYBOARD)
|
||||
# include "config/split_config.h"
|
||||
#endif
|
||||
|
||||
#if defined(OLED_ENABLE)
|
||||
# include "config/oled_config.h"
|
||||
#endif
|
12
users/t4corun/config/oled_config.h
Normal file
12
users/t4corun/config/oled_config.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
/*
|
||||
https://docs.qmk.fm/#/feature_oled_driver
|
||||
*/
|
||||
|
||||
//Clear variables we plan to use that might be set elsewhere
|
||||
#undef OLED_TIMEOUT
|
||||
|
||||
|
||||
//Set common configuration for all keyboards
|
||||
#define OLED_TIMEOUT 60000 //1 min
|
|
@ -236,8 +236,8 @@ enum keycodes {
|
|||
|
||||
|
||||
#define LAYER_CONFIG \
|
||||
KC_F10, KC_F7, KC_F8, KC_F9, ___x___, TR_RMOD, ___x___, ___x___, EE_CLR, QK_BOOT, \
|
||||
KC_F11, KC_F4, KC_F5, KC_F6, ___x___, ___x___, TR_LSFT, _NONE_3__________________, \
|
||||
KC_F10, KC_F7, KC_F8, KC_F9, ___x___, ___x___, ___x___, ___x___, EE_CLR, QK_BOOT, \
|
||||
KC_F11, KC_F4, KC_F5, KC_F6, ___x___, BASELYR, TR_LSFT, ___x___, ___x___, TR_RMOD, \
|
||||
KC_F12, KC_F1, KC_F2, KC_F3, ___x___, TR_RHUI, TR_RSAI, TR_RVAI, TR_RSPI, TR_RTOG, \
|
||||
___x___, TR_DMR1, TR_DMP1, _NONE_3__________________
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue