1
0
Fork 0

Optimize size of Hadron keyboard

This commit is contained in:
Drashna Jael're 2018-09-28 07:09:46 -07:00 committed by Jack Humbert
parent 31afdd81a1
commit a4bdab6837
6 changed files with 27 additions and 42 deletions

View file

@ -14,10 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef VER2_CONFIG_H
#define VER2_CONFIG_H
#include "../config.h"
#pragma once
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0002
@ -32,4 +29,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define UNUSED_PINS
#endif