From fdabf524f2c0047ec920b88ace07096009cdd759 Mon Sep 17 00:00:00 2001 From: mechlovin <57231893+mechlovin@users.noreply.github.com> Date: Sat, 1 Feb 2020 10:02:29 +0700 Subject: [Keyboard] add Hannah910 V2 PCB and VIA support (#8024) * add Hannah910 V2 and VIA support add rev.2 pcb and via support * Update config.h * update * Create config.h * Update * update * update * Move keymap folder * add more layer and edit readme.md * readme.md update * update * update * Update hannah910.h --- keyboards/mechlovin/hannah910/rev1/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/mechlovin/hannah910/rev1/config.h (limited to 'keyboards/mechlovin/hannah910/rev1/config.h') diff --git a/keyboards/mechlovin/hannah910/rev1/config.h b/keyboards/mechlovin/hannah910/rev1/config.h new file mode 100644 index 0000000000..906e0c8846 --- /dev/null +++ b/keyboards/mechlovin/hannah910/rev1/config.h @@ -0,0 +1,6 @@ +#pragma once + +#define PRODUCT_ID 0x9101 +#define DEVICE_VER 0x0001 + +#define RGBLED_NUM 9 \ No newline at end of file -- cgit v1.2.3