Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Up keymap #20769

Merged
merged 14 commits into from
Jun 10, 2023
Next Next commit
Use us keymap and up leader key
  • Loading branch information
flinguenheld committed May 7, 2023
commit 6f30e07ea0dd8c878b9c546a864ee6b132c0bbe7
8 changes: 3 additions & 5 deletions keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/config.h
Original file line number Diff line number Diff line change
@@ -24,17 +24,15 @@
#undef OLED_FONT_H
#define OLED_FONT_H "./oled/glcdfont.c"

#define OLED_TIMEOUT 25000
#define OLED_BRIGHTNESS 60 // Protect my eyesss
#define OLED_TIMEOUT 25000
#define OLED_BRIGHTNESS 50 // Protect my eyesss
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_MODS_ENABLE
#define SPLIT_OLED_ENABLE

/* Auto shift ♥ */
#define AUTO_SHIFT_TIMEOUT 115

/* Redefine CTRL + space (See space cadet shift) */
#define LCPO_KEYS KC_LCTL, KC_TRNS, KC_SPC
#define TAPPING_TERM 155

/* Unicode */
// #define UNICODE_SELECTED_MODES UC_LNX
Loading