b7b4ffc449
Affects: - `ck60i` - `coarse/cordillera` - `contender` - `converter/a1200/mistress1200` - `converter/adb_usb` - `converter/m0110_usb` - `converter/siemens_tastatur` - `cool836a` - `copenhagen_click/click_pad_v1` - `coseyfannitutti/discipad` - `coseyfannitutti/discipline` - `coseyfannitutti/mysterium` - `coseyfannitutti/romeo` - `cozykeys/bloomer` - `cozykeys/speedo/v2` - `cozykeys/speedo/v3` - `craftwalk` - `crawlpad` - `crazy_keyboard_68` - `crbn` - `creatkeebs/glacier` - `crimsonkeyboards/resume1800` - `crin` - `cutie_club/borsdorf` - `cutie_club/fidelity` - `cutie_club/giant_macro_pad` - `cutie_club/keebcats/denis` - `cutie_club/keebcats/dougal` - `cutie_club/novus` - `cutie_club/wraith`
9 lines
199 B
C
Executable file
9 lines
199 B
C
Executable file
#pragma once
|
|
|
|
/* Pins for custom per-row LEDs. Should be changed to use named pins. */
|
|
#define LED_ROW_PINS { 8, 9, 10, 11 }
|
|
|
|
/* key combination for command */
|
|
#define IS_COMMAND() ( \
|
|
false \
|
|
)
|