summaryrefslogtreecommitdiffstats
path: root/keyboards/jj4x4/config.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-02-13 02:04:47 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-13 02:04:47 +0100
commit6fcc6538c71abd649ff8c8ac60b190ebd26f3b61 (patch)
tree111817df095c17f96def62faf6157a23deb89893 /keyboards/jj4x4/config.h
parentb2ee290c9f506e42dd9c4577c8147646c405aeb0 (diff)
downloadqmk_firmware-6fcc6538c71abd649ff8c8ac60b190ebd26f3b61.tar.gz
qmk_firmware-6fcc6538c71abd649ff8c8ac60b190ebd26f3b61.tar.xz
[Keyboard] Refactor jj4x4 to enable ortho_4x4 LAYOUT (#5112)
* Correct configurator info.json * Refactor to support ortho_4x4 * Refactor to support ortho_4x4 - remove commented out code
Diffstat (limited to 'keyboards/jj4x4/config.h')
-rw-r--r--keyboards/jj4x4/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/jj4x4/config.h b/keyboards/jj4x4/config.h
index d48df5f1d..3ecdc06ea 100644
--- a/keyboards/jj4x4/config.h
+++ b/keyboards/jj4x4/config.h
@@ -15,10 +15,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#pragma once
+
#include "config_common.h"
-#ifndef CONFIG_H
-#define CONFIG_H
#define VENDOR_ID 0x20A0
#define PRODUCT_ID 0x422D
@@ -49,5 +49,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLED_NUM 5
#define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0.
#define RGBLIGHT_ANIMATIONS
-
-#endif