summaryrefslogtreecommitdiffstats
path: root/keyboards/ffkeebs/puca/puca.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ffkeebs/puca/puca.h')
-rw-r--r--keyboards/ffkeebs/puca/puca.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/ffkeebs/puca/puca.h b/keyboards/ffkeebs/puca/puca.h
index ab4dc37916..5497c08057 100644
--- a/keyboards/ffkeebs/puca/puca.h
+++ b/keyboards/ffkeebs/puca/puca.h
@@ -18,15 +18,12 @@
#include "quantum.h"
-/* Keycodes defined here can be used by any keymap. If you wish to
- * define additional keycodes for your personal keymap only, assign
- * your first custom keycode to `= NEW_SAFE_RANGE`.
+/* Keycodes defined here can be used by any keymap.
*
* See `process_record_kb()` in `puca.c`.
*/
enum keyboard_keycodes {
- MC_00 = SAFE_RANGE,
- NEW_SAFE_RANGE,
+ MC_00 = QK_KB_0,
};
#define XXX KC_NO