This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
keychron_qmk_firmware
Watch
0
Star
0
Fork
0
You've already forked keychron_qmk_firmware
mirror of
https://github.com/Keychron/qmk_firmware.git
synced
2024-11-24 01:17:07 +06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11e50f5ff1
keychron_qmk_firmware
/
keyboards
/
launchpad
/
launchpad.h
8 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Change keyboard level include guards to `pragma once` (#14248) * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2021-09-01 15:03:14 +06:00
#
pragma once
Launchpad (#2767) * Line ending stuff again * Added base launchpad files and a default layout * Updated KEYMAP to LAYOUT, also editing default keymap a bit and added a readme
2018-04-20 21:51:34 +06:00
Change keyboard level include guards to `pragma once` (#14248) * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
2021-09-01 15:03:14 +06:00
#
if defined(KEYBOARD_launchpad_rev1)
#
include "rev1.h"
Launchpad (#2767) * Line ending stuff again * Added base launchpad files and a default layout * Updated KEYMAP to LAYOUT, also editing default keymap a bit and added a readme
2018-04-20 21:51:34 +06:00
#
endif
#
include
"quantum.h"
Reference in New Issue
Copy Permalink