Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Jun 10, 2023
2 parents 0d574cd + eee9a53 commit ea70b36
Show file tree
Hide file tree
Showing 11 changed files with 1,505 additions and 1,473 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ColumnLimit: 110
11 changes: 4 additions & 7 deletions keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,21 @@

/* Flash */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // Timeout window in ms in which the double tap can occur.
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // In ms in which the double tap can occur

/* OLED */
#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
Expand All @@ -61,7 +59,6 @@
#define MK_C_OFFSET_2 25
#define MK_C_INTERVAL_2 10


#define MK_W_OFFSET_0 1
#define MK_W_INTERVAL_0 160

Expand Down
Loading

0 comments on commit ea70b36

Please sign in to comment.