diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-26 07:01:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-26 07:01:41 +0000 |
commit | 327b1c02986795b2d8208169b8c14f8d3892f5e1 (patch) | |
tree | 71791f58af6d68b7fc3b15c8d580e389ab41154d /keyboards/sam/sg81m | |
parent | 93c3e10f75aebc27c211abbe28482a511206b395 (diff) | |
parent | 95733d1c165e0f8af031cd79e58e9a49539647bb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sam/sg81m')
-rw-r--r-- | keyboards/sam/sg81m/config.h | 5 | ||||
-rw-r--r-- | keyboards/sam/sg81m/sg81m.h | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/sam/sg81m/config.h b/keyboards/sam/sg81m/config.h index 5e1d042b6c..a0dca89211 100644 --- a/keyboards/sam/sg81m/config.h +++ b/keyboards/sam/sg81m/config.h @@ -44,7 +44,7 @@ #define DIODE_DIRECTION COL2ROW -#define RGB_DI_PIN E6 //reserved pin for potential underglow rgb +#define RGB_DI_PIN E6 //reserved pin for potential underglow rgb #ifdef RGB_DI_PIN #define RGBLED_NUM 10 #define RGBLIGHT_HUE_STEP 8 @@ -65,6 +65,3 @@ // #define RGBLIGHT_EFFECT_RGB_TEST // #define RGBLIGHT_EFFECT_ALTERNATING #endif - -// generated by KBFirmware JSON to QMK Parser -// https://noroadsleft.github.io/kbf_qmk_converter/ diff --git a/keyboards/sam/sg81m/sg81m.h b/keyboards/sam/sg81m/sg81m.h index 13a5d760e2..d128adf746 100644 --- a/keyboards/sam/sg81m/sg81m.h +++ b/keyboards/sam/sg81m/sg81m.h @@ -49,6 +49,3 @@ } #define LAYOUT LAYOUT_7u_space - -// generated by KBFirmware JSON to QMK Parser -// https://noroadsleft.github.io/kbf_qmk_converter/ |