1
0
Fork 0

[Keyboard] Add kudox via compatibility (#9875)

* Modify VENDOR_ID of kudox-keyboard series.

* Add via support for kudox/rev3.

* Add via support for kudox/columner.

* Add via support for kudox-game keyboard.

* Remove info.json from kudox/rev1.

* Revert kudox/rev1/info.json.

* Remove redundancy spaces.

* Add key_count on kudox/**/info.json.

* Remove unsupported items from info.json.

* Modify to use rgblight_mode from rgblight_mode_noeeprom

* Remove unneed line from info.json

* Revert keyboards/kudox/rev1/info.json
This commit is contained in:
x1 2020-08-07 07:32:32 +09:00 committed by GitHub
parent 671d066c84
commit db54a7b79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 251 additions and 14 deletions

View file

@ -65,7 +65,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// Runs just one time when the keyboard initializes.
#ifdef RGBLIGHT_ENABLE
void keyboard_post_init_user(void) {
rgblight_mode_noeeprom(RGBLIGHT_MODE_RAINBOW_SWIRL);
void eeconfig_init_user(void) {
rgblight_mode(RGBLIGHT_MODE_RAINBOW_SWIRL);
};
#endif