diff options
author | Mathias Andersson <wraul@dbox.se> | 2017-06-17 19:56:49 +0200 |
---|---|---|
committer | Mathias Andersson <wraul@dbox.se> | 2017-06-23 12:07:18 +0200 |
commit | 7ca335cf5b86e7d59de5daabeb75bea43d8f0ced (patch) | |
tree | 75be426a372fa4453dd85c7e4362f20dd6c28c7b /keyboards/phantom/config.h | |
parent | 3522496f24a3e5c13bca573f3ea1e2a17839c274 (diff) | |
download | qmk_firmware-7ca335cf5b86e7d59de5daabeb75bea43d8f0ced.tar.gz |
Adjust Phantom for standard PCB
The previous default configuration and keymap was made for a Phantom
modified with RGB underlight.
This commit makes the default more in line with the "official"
configurations provided by the PCB.
The previous default have been moved to a separate keymap named
`rgbmod`. It has also been updated to better match the template keymap.
Diffstat (limited to 'keyboards/phantom/config.h')
-rw-r--r-- | keyboards/phantom/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/phantom/config.h b/keyboards/phantom/config.h index e073cd8dc..5b7fa62ff 100644 --- a/keyboards/phantom/config.h +++ b/keyboards/phantom/config.h @@ -24,9 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x6060 #define DEVICE_VER 0x0003 -#define MANUFACTURER PHANTOM -#define PRODUCT PHANTOM RGB MOD -#define DESCRIPTION QMK keyboard firmware for PHANTOM TKL +#define MANUFACTURER bpiphany +#define PRODUCT PHANTOM +#define DESCRIPTION QMK keyboard firmware for PHANTOM /* key matrix size */ #define MATRIX_ROWS 6 |