qmk-firmware/keyboards/40percentclub/luddite
morbetter 348266bd5b
Adding VIA support for 40percentclub/luddite (#8158)
* Adding VIA support for 40percentclub/luddite

* Update config.h

* Update rules.mk

* Delete config.h

config.h was created to override the "default" of RGBLED_NUM 8
deleting the file to keep with defaults

* Removing block and comment as suggested

* Update PRODUCT_ID

Changing from:

 #define PRODUCT_ID      0x0A0C 

To:

 #define PRODUCT_ID      0x4C55 // "LU"

* Changing Vendor ID

Changing Vendor ID from:
#define VENDOR_ID       0xFEED
To:
#define VENDOR_ID       0x3430 // "40"
2020-02-14 11:31:48 -08:00
..
keymaps Adding VIA support for 40percentclub/luddite (#8158) 2020-02-14 11:31:48 -08:00
config.h Adding VIA support for 40percentclub/luddite (#8158) 2020-02-14 11:31:48 -08:00
info.json 40percent.club Luddite: Configurator update (#4859) 2019-01-16 12:15:21 -08:00
luddite.c relocate 40percent.club boards to new parent folder (#4380) 2018-11-08 15:17:41 -08:00
luddite.h [Keymap] Tzarc's Luddite keymap (#6416) 2019-07-25 23:44:51 -07:00
readme.md relocate 40percent.club boards to new parent folder (#4380) 2018-11-08 15:17:41 -08:00
rules.mk Trim firmware sizes from default rules.mk, part 1 (#8027) 2020-01-29 12:51:25 -05:00

readme.md

Luddite

Luddite

Luddite 60% keyboard with backlight and RGB underglow.

Keyboard Maintainer: QMK Community
Hardware Supported: Luddite PCB
Hardware Availability: Luddite project on 40% Keyboards

Make example for this keyboard (after setting up your build environment):

make 40percentclub/luddite:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

First pass at adding support for the luddite keyboard. Compiles but completely untested. Intended to kick-start development.