Browse Source

[Keyboard] Fix Compile issues for Signum 3.0 (#14588)

* [Keyboard] Fix Compile issues for Signum 3.0

* quantuuum
pull/14890/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
3823fdc9e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions
  1. +1
    -1
      keyboards/signum/3_0/3_0.c
  2. +0
    -0
      keyboards/signum/3_0/3_0.h
  3. +1
    -2
      keyboards/signum/3_0/elitec/elitec.h
  4. +1
    -2
      keyboards/signum/3_0/teensy/teensy.h

keyboards/signum/3_0/signum.c → keyboards/signum/3_0/3_0.c View File

@ -13,4 +13,4 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "signum.h"
#include "3_0.h"

keyboards/signum/3_0/signum.h → keyboards/signum/3_0/3_0.h View File


+ 1
- 2
keyboards/signum/3_0/elitec/elitec.h View File

@ -1,4 +1,3 @@
#pragma once
#include "quantum.h"
#include "signum.h"
#include "3_0.h"

+ 1
- 2
keyboards/signum/3_0/teensy/teensy.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#include "quantum.h"
#include "signum.h"
#include "3_0.h"

Loading…
Cancel
Save