forked from mirrors/qmk_userspace
Rework drashna userspace to be more modular (#4544)
* Break up files to make more readable * Add comments to ortho 4x12 layout rules.mk * Small tweaks * Update GitLab CI scripts * Make ortho boards smaller
This commit is contained in:
parent
106de349fb
commit
6d0dc910d9
13 changed files with 526 additions and 529 deletions
|
@ -31,11 +31,11 @@
|
|||
#define EE_HANDS
|
||||
#endif
|
||||
|
||||
#if defined(KEYBOARD_planck_rev5)
|
||||
#if !defined(KEYBOARD_planck_light)
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define NO_MUSIC_MODE
|
||||
#endif // RGBLIGHT_ENABLE
|
||||
#endif // KEYBOARD_planck_rev5
|
||||
#endif // KEYBOARD_planck_light
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue