aboutsummaryrefslogtreecommitdiff
path: root/keyboards/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/alpha')
-rwxr-xr-xkeyboards/alpha/alpha.h19
-rwxr-xr-xkeyboards/alpha/config.h5
2 files changed, 10 insertions, 14 deletions
diff --git a/keyboards/alpha/alpha.h b/keyboards/alpha/alpha.h
index 025a3ac5f..204e03822 100755
--- a/keyboards/alpha/alpha.h
+++ b/keyboards/alpha/alpha.h
@@ -1,16 +1,15 @@
1#ifndef KB_H 1#pragma once
2#define KB_H
3 2
4#include "quantum.h" 3#include "quantum.h"
5 4
5#define XXX KC_NO
6
6#define LAYOUT( \ 7#define LAYOUT( \
7 K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, \ 8 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
8 K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, \ 9 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
9 K200, K201, K202, K203, K205, K207, K208, K209 \ 10 k20, k21, k22, k23, k25, k27, k28, k29 \
10) { \ 11) { \
11 { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009 }, \ 12 { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09 }, \
12 { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109 }, \ 13 { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19 }, \
13 { K200, K201, K202, K203, KC_NO, K205, KC_NO, K207, K208, K209 } \ 14 { k20, k21, k22, k23, XXX, k25, XXX, k27, k28, k29 } \
14} 15}
15
16#endif
diff --git a/keyboards/alpha/config.h b/keyboards/alpha/config.h
index 8c7edd579..ae1c69656 100755
--- a/keyboards/alpha/config.h
+++ b/keyboards/alpha/config.h
@@ -1,5 +1,4 @@
1#ifndef CONFIG_H 1#pragma once
2#define CONFIG_H
3 2
4#include "config_common.h" 3#include "config_common.h"
5 4
@@ -45,5 +44,3 @@
45#define RGBLIGHT_SAT_STEP 8 44#define RGBLIGHT_SAT_STEP 8
46#define RGBLIGHT_VAL_STEP 8 45#define RGBLIGHT_VAL_STEP 8
47#endif 46#endif
48
49#endif