~ruther/qmk_firmware

ref: 4e9967557ef9d68202f9e321a0798be2490b51a7 qmk_firmware/keyboards/xelus/dawn60/keymaps/default/config.h -rw-r--r-- 659 bytes
4e996755 — Cipulot Add EC Type-B (#23170) 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

/* enable/disable LEDs based on layout */
// switch between split backspace (1) or normal backspace(0)
#undef RGB_BACKLIGHT_USE_SPLIT_BACKSPACE
#define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 0

// switch between Tsangan (1) or Arrows Bottom Row (0)
#undef RGB_BACKLIGHT_USE_7U_SPACEBAR
#define RGB_BACKLIGHT_USE_7U_SPACEBAR 0

// switch between standard split rshift (0) or arrows r shift (1)
// .------------------.           .-------------------.
// | ? |  Shift  | Fn |    vs     |  Shift  | Up | Fn |
// `------------------'           `-------------------'
#undef RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT
#define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 0