Browse Source

Resolved changes

pull/22047/head
HorrorTroll 2 months ago
parent
commit
9b01873334
5 changed files with 7 additions and 66 deletions
  1. +0
    -21
      keyboards/horrortroll/nyx/rev2/solder/config.h
  2. +1
    -0
      keyboards/horrortroll/nyx/rev2/solder/info.json
  3. +2
    -15
      keyboards/horrortroll/nyx/rev2/solder/keymaps/default/keymap.c
  4. +2
    -15
      keyboards/horrortroll/nyx/rev2/solder/keymaps/via/keymap.c
  5. +2
    -15
      keyboards/horrortroll/nyx/rev2/solder/solder.c

+ 0
- 21
keyboards/horrortroll/nyx/rev2/solder/config.h View File

@ -1,21 +0,0 @@
/* Copyright 2023 HorrorTroll <https://github.com/HorrorTroll>
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
/* RGB Matrix config */
#define RGB_MATRIX_LED_COUNT 19
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS

+ 1
- 0
keyboards/horrortroll/nyx/rev2/solder/info.json View File

@ -29,6 +29,7 @@
},
"rgb_matrix": {
"driver": "ws2812",
"led_count": 19,
"max_brightness": 200,
"animations": {
"gradient_left_right": true,


+ 2
- 15
keyboards/horrortroll/nyx/rev2/solder/keymaps/default/keymap.c View File

@ -1,18 +1,5 @@
/* Copyright 2023 HorrorTroll <https://github.com/HorrorTroll>
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2023-2024 HorrorTroll <https://github.com/HorrorTroll>
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H


+ 2
- 15
keyboards/horrortroll/nyx/rev2/solder/keymaps/via/keymap.c View File

@ -1,18 +1,5 @@
/* Copyright 2023 HorrorTroll <https://github.com/HorrorTroll>
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2023-2024 HorrorTroll <https://github.com/HorrorTroll>
// SPDX-License-Identifier: GPL-2.0-or-later
#include QMK_KEYBOARD_H


+ 2
- 15
keyboards/horrortroll/nyx/rev2/solder/solder.c View File

@ -1,18 +1,5 @@
/* Copyright 2023 HorrorTroll <https://github.com/HorrorTroll>
*
* 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
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2023-2024 HorrorTroll <https://github.com/HorrorTroll>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"


Loading…
Cancel
Save