Skip to content

Commit

Permalink
Fix compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Sep 5, 2023
1 parent dde5549 commit a1bee71
Show file tree
Hide file tree
Showing 86 changed files with 1,356 additions and 7,693 deletions.
2 changes: 0 additions & 2 deletions keyboards/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define ENABLE_RGB_MATRIX_SOLID_SPLASH
// #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH

#define TAPPING_TOGGLE 1


// #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF
/* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */
Expand Down
15 changes: 15 additions & 0 deletions keyboards/moonlander/keymaps/halfmoon/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#define HALFMOON
#undef PRODUCT
#define PRODUCT "Halfmoon"
/*
Set any config.h overrides for your specific keymap here.
See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
*/
#define ORYX_CONFIGURATOR
#define USB_SUSPEND_WAKEUP_DELAY 0
#define FIRMWARE_VERSION u8"p7w9P/KV7Ww"
#define RAW_USAGE_PAGE 0xFF60
#define RAW_USAGE_ID 0x61
#define LAYER_STATE_8BIT

#define RGB_MATRIX_STARTUP_SPD 60
Loading

0 comments on commit a1bee71

Please sign in to comment.