1
0
Fork 0

Add VIA support to Noxary x268 (#9450)

* Update USB descriptors

* Update default keymap for readability

* Update readme description

* Update rules.mk build options, enable bootmagic and mousekey

* Add commented modern led code

* Add VIA keymap

* Update default keymap readme.md layout image

* Update keyboards/noxary/x268/rules.mk

remove incorrect comment

* Update keyboards/noxary/x268/x268.c

remove commented setPinOutput(B1)

* Update keyboards/noxary/x268/keymaps/default/readme.md

Flip order of layout image and title

* Update keyboards/noxary/x268/keymaps/via/readme.md

Flip order of layout image and title

* Update LED function to led_update_kb()
This commit is contained in:
Rozakiin 2020-06-23 07:08:36 +01:00 committed by GitHub
parent f0bde7906d
commit d353fcb99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 226 additions and 97 deletions

View file

@ -20,12 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x4E58
#define PRODUCT_ID 0x0044
#define DEVICE_VER 0x00F2
#define VENDOR_ID 0x4E58 //"NX"
#define PRODUCT_ID 0x010C //268
#define DEVICE_VER 0x0078 //"x"
#define MANUFACTURER Noxary
#define PRODUCT x268
#define DESCRIPTION QMK keyboard firmware for x268
#define DESCRIPTION A fully customizable RGB 65% keyboard.
/* key matrix size */
#define MATRIX_ROWS 5