From 74dc65ab2efd315eaf1b954b782289d5be3c0721 Mon Sep 17 00:00:00 2001 From: randlor <57689764+randlor@users.noreply.github.com> Date: Mon, 16 Dec 2019 05:33:04 +0000 Subject: [Keyboard] XD68 65% ATMega32U4 based (#7395) * First working draft * Updated readme.md * Fixed url * Typo fix * RGB + Backlight working * Fixed matrix for ISO NUHS * ISO matrix working * Adding ANSI default layout * First release commit * Removed reference to deprecated layout * Changes from PR #7395 review * Additional changes as requested for PR #7395 * Additional changes from @noroadsleft review * Replaced ifndef/endif with pragma * Adding yanfali's recommended changes --- keyboards/xd68/keymaps/default_iso/config.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 keyboards/xd68/keymaps/default_iso/config.h (limited to 'keyboards/xd68/keymaps/default_iso/config.h') diff --git a/keyboards/xd68/keymaps/default_iso/config.h b/keyboards/xd68/keymaps/default_iso/config.h new file mode 100644 index 000000000..0d0636536 --- /dev/null +++ b/keyboards/xd68/keymaps/default_iso/config.h @@ -0,0 +1,4 @@ +#pragma once + +#define BACKLIGHT_BREATHING +#define BREATHING_PERIOD 6 \ No newline at end of file -- cgit v1.2.3-70-g09d2