Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SpiderIsland 25 key keyboard #14793

Merged
merged 7 commits into from
Oct 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add SpiderIsland 25 key keyboard
PR fixes, update github profile and copyright
  • Loading branch information
andrzejressel committed Oct 11, 2021
commit 93ec30760688e0dfcc015e8d991ef5a1cb94062a
4 changes: 2 additions & 2 deletions keyboards/spiderisland/winry25tc/config.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 jereksel
/* Copyright 2021 Andrzej Ressel (andrzej.ressel@gmail.com)
*
* 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
Expand Down Expand Up @@ -38,4 +38,4 @@
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */
#define RGBLIGHT_LIMIT_VAL 150 /* The maximum brightness level */
2 changes: 1 addition & 1 deletion keyboards/spiderisland/winry25tc/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 jereksel
/* Copyright 2021 Andrzej Ressel (andrzej.ressel@gmail.com)
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion keyboards/spiderisland/winry25tc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Keyboard from [SpiderIsland on AliExpress](https://a.aliexpress.com/_dVJsSpR). Seller provides [kbfirmware](https://kbfirmware.com/) JSON config that was converted to QMK.

* Keyboard Maintainer: [jereksel](https://github.com/jereksel)
* Keyboard Maintainer: [andrzejressel](https://github.com/andrzejressel)
* Hardware Availability: https://aliexpress.com/item/1005001523579896.html

Make example for this keyboard (after setting up your build environment):
Expand Down
2 changes: 1 addition & 1 deletion keyboards/spiderisland/winry25tc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
andrzejressel marked this conversation as resolved.
Show resolved Hide resolved
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
Expand Down
4 changes: 2 additions & 2 deletions keyboards/spiderisland/winry25tc/winry25tc.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 jereksel
/* Copyright 2021 Andrzej Ressel (andrzej.ressel@gmail.com)
*
* 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
Expand All @@ -14,4 +14,4 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "winry25tc.h"
#include "winry25tc.h"
2 changes: 1 addition & 1 deletion keyboards/spiderisland/winry25tc/winry25tc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 jereksel
/* Copyright 2021 Andrzej Ressel (andrzej.ressel@gmail.com)
*
* 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
Expand Down