Browse Source

[Keyboard] Small fixes to the Keybee65 (#15966)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
pull/16133/head
Wolf Van Herreweghe 2 years ago
committed by GitHub
parent
commit
0200020162
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions
  1. +3
    -0
      keyboards/keybee/keybee65/config.h
  2. +1
    -1
      keyboards/keybee/keybee65/keymaps/default/keymap.c
  3. +1
    -1
      keyboards/keybee/keybee65/keymaps/via/keymap.c

+ 3
- 0
keyboards/keybee/keybee65/config.h View File

@ -56,6 +56,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN B0
// The number of LEDs connected
#define DRIVER_LED_TOTAL 80
// Limit the Brithness of the LEDs
#define RGBLIGHT_LIMIT_VAL 96
#define RGB_VAL_STEP 12
#define RGB_MATRIX_KEYPRESSES
#define RGB_DISABLE_WHEN_USB_SUSPENDED


+ 1
- 1
keyboards/keybee/keybee65/keymaps/default/keymap.c View File

@ -1,5 +1,5 @@
/*
Copyright 2020 <me@homedrop.org>
Copyright 2020 <contact@vwolf.be>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or


+ 1
- 1
keyboards/keybee/keybee65/keymaps/via/keymap.c View File

@ -1,5 +1,5 @@
/*
Copyright 2020 <me@homedrop.org>
Copyright 2020 <contact@vwolf.be>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or


Loading…
Cancel
Save