Skip to content

Commit

Permalink
Refactor Equinox PCB revisions (qmk#8266)
Browse files Browse the repository at this point in the history
* Refactor Equinox PCB revisions

* typo
  • Loading branch information
wilba authored and sowbug committed Apr 2, 2020
1 parent 6a2581d commit 4175809
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 58 deletions.
49 changes: 0 additions & 49 deletions keyboards/ai03/equinox/keymaps/proto_via/keymap.c

This file was deleted.

4 changes: 0 additions & 4 deletions keyboards/ai03/equinox/keymaps/proto_via/readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions keyboards/ai03/equinox/keymaps/proto_via/rules.mk

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#undef MATRIX_COL_PINS
#define MATRIX_COL_PINS { C4, B7, C6, C7, B6, B5, B4, B3, B2, B1, B0, D6 }

// This directs backlight code to use a disconnected pin, so the firwmare still has
// backlight code and VIA support even though it doesn't do anything.
#undef BACKLIGHT_PIN
#define BACKLIGHT_PIN D1
1 change: 1 addition & 0 deletions keyboards/ai03/equinox/rev0/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy rules.mk, rev0 uses parent rules.mk as is
18 changes: 18 additions & 0 deletions keyboards/ai03/equinox/rev1/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
Copyright 2019 Ryota Goto
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
1 change: 1 addition & 0 deletions keyboards/ai03/equinox/rev1/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy rules.mk, rev1 uses parent rules.mk as is

0 comments on commit 4175809

Please sign in to comment.