diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2020-04-02 22:18:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 22:18:50 +0100 |
commit | f2901375ce9fbf14e4a95eabf3b6abc7bfbc4300 (patch) | |
tree | d1ce8d1a7bb2d40d9ddf4274f9034d0d05bcef50 /keyboards/gingham/config.h | |
parent | f65e79477f3c5478b37c1434f6d21c3fb3282b58 (diff) |
Add VIA to Gingham (#8651)
* Add VIA to Gingham
- Add VIA keymap
- Fix minor typo in config.h
- Remove redundunt methods and defines
* Update keyboards/gingham/config.h
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gingham/config.h')
-rw-r--r-- | keyboards/gingham/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/gingham/config.h b/keyboards/gingham/config.h index 45ef573ce0..653c0f6279 100644 --- a/keyboards/gingham/config.h +++ b/keyboards/gingham/config.h @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Yiancar-Designs #define PRODUCT Gingham -#define DESCRIPTION A 65 persent keyboard with only through hole components +#define DESCRIPTION A 60 percent keyboard with only through hole components /* key matrix size */ #define MATRIX_ROWS 5 @@ -240,8 +240,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LCD_E_PIN 1 //< pin for Enable line #endif */ - -/* Bootmagic Lite key configuration */ -#define BOOTMAGIC_LITE_ROW 0 -#define BOOTMAGIC_LITE_COLUMN 0 - |