Browse Source

Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/13543/head
Islam Sharabash 2 years ago
committed by GitHub
parent
commit
e2adcefc03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 9 deletions
  1. +0
    -2
      keyboards/handwired/dygma/raise/ansi/info.json
  2. +0
    -2
      keyboards/handwired/dygma/raise/iso/info.json
  3. +2
    -1
      keyboards/handwired/dygma/raise/raise.h
  4. +1
    -3
      keyboards/handwired/dygma/raise/readme.md
  5. +0
    -1
      keyboards/handwired/dygma/raise/rules.mk

+ 0
- 2
keyboards/handwired/dygma/raise/ansi/info.json View File

@ -2,8 +2,6 @@
"keyboard_name": "Dygma Raise", "keyboard_name": "Dygma Raise",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise",
"maintainer": "ibash", "maintainer": "ibash",
"width": 16.75,
"height": 6,
"layouts": { "layouts": {
"LAYOUT_all": { "LAYOUT_all": {
"layout": [ "layout": [


+ 0
- 2
keyboards/handwired/dygma/raise/iso/info.json View File

@ -2,8 +2,6 @@
"keyboard_name": "Dygma Raise", "keyboard_name": "Dygma Raise",
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise", "url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/dygma/raise",
"maintainer": "ibash", "maintainer": "ibash",
"width": 16.75,
"height": 6,
"layouts": { "layouts": {
"LAYOUT_all": { "LAYOUT_all": {
"layout": [ "layout": [


+ 2
- 1
keyboards/handwired/dygma/raise/raise.h View File

@ -18,6 +18,8 @@
#include "quantum.h" #include "quantum.h"
#include "leds.h"
#define XXX KC_NO #define XXX KC_NO
#define LAYOUT_all( \ #define LAYOUT_all( \
@ -79,4 +81,3 @@
{ R30, R31, R32, R33, R34, R35, XXX, XXX }, \ { R30, R31, R32, R33, R34, R35, XXX, XXX }, \
{ R40, R41, R42, R43, R44, R45, R46, R47 } \ { R40, R41, R42, R43, R44, R45, R46, R47 } \
} }
#include "leds.h"

+ 1
- 3
keyboards/handwired/dygma/raise/readme.md View File

@ -1,8 +1,6 @@
# Raise # Raise
<a href="http://www.dygma.com">
<img src="https://cdn.shopify.com/s/files/1/0374/9448/9228/files/Dygma-Raise-Hero2.png" width="600">
</a>
![](https://cdn.shopify.com/s/files/1/0374/9448/9228/files/Dygma-Raise-Hero2.png)
* Keyboard Maintainer: [ibash](https://github.com/ibash) * Keyboard Maintainer: [ibash](https://github.com/ibash)
* Hardware Supported: [F411 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1) with the [Dygma Raise](http://www.dygma.com) * Hardware Supported: [F411 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1) with the [Dygma Raise](http://www.dygma.com)


+ 0
- 1
keyboards/handwired/dygma/raise/rules.mk View File

@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = no # USB Nkey Rollover NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
BLUETOOTH_ENABLE = no # Enable Bluetooth
AUDIO_ENABLE = no # Audio output AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = custom RGB_MATRIX_DRIVER = custom


Loading…
Cancel
Save