Lfkeyboards updates (#2421)
* Update smk65 fn layer, add iso * Added Fn layer to ISO keymap * Fix error when backlight is disabled but lighting isn't * Remove broke mini1800 iso map * Add keymaps * Add LFKPad * Add split delete to lfk78 * Typo * Custom keymap
This commit is contained in:
parent
f746174874
commit
3f3d0551cd
47 changed files with 2810 additions and 13 deletions
|
@ -16,7 +16,9 @@
|
|||
|
||||
extern rgblight_config_t rgblight_config; // Declared in rgblight.c
|
||||
|
||||
const uint8_t backlight_pwm_map[BACKLIGHT_LEVELS] = BACKLIGHT_PWM_MAP;
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
const uint8_t backlight_pwm_map[BACKLIGHT_LEVELS] = BACKLIGHT_PWM_MAP;
|
||||
#endif
|
||||
|
||||
// RGB# to ISSI matrix, this is the same across all revisions
|
||||
const uint8_t rgb_leds[][3][2] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue