Skip to content

Commit

Permalink
Resolved changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HorrorTroll committed Apr 24, 2024
1 parent ead54b1 commit 9b01873
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 66 deletions.
21 changes: 0 additions & 21 deletions keyboards/horrortroll/nyx/rev2/solder/config.h

This file was deleted.

1 change: 1 addition & 0 deletions keyboards/horrortroll/nyx/rev2/solder/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"rgb_matrix": {
"driver": "ws2812",
"led_count": 19,
"max_brightness": 200,
"animations": {
"gradient_left_right": true,
Expand Down
17 changes: 2 additions & 15 deletions keyboards/horrortroll/nyx/rev2/solder/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -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

Expand Down
17 changes: 2 additions & 15 deletions keyboards/horrortroll/nyx/rev2/solder/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -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

Expand Down
17 changes: 2 additions & 15 deletions keyboards/horrortroll/nyx/rev2/solder/solder.c
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 9b01873

Please sign in to comment.